CVE-2007-0827 (CNNVD-200702-115)
中文标题:
阿里巴巴支付宝pta.dll远程指令执行漏洞
英文标题:
The Alibaba Alipay PTA Module ActiveX control (PTA.DLL) allows remote attackers to execute arbitrary...
漏洞描述
中文描述:
阿里巴巴支付宝(Alipay)是阿里巴巴站点所提供的电子商务在线支付服务。 阿里巴巴支付宝的口令输入控件实现上存在漏洞,远程攻击者可能利用此漏洞控制用户机器。 支付宝的口令输入控件pta.dll中存在远程代码执行漏洞。pta.dll以如下方式引用Remove()函数: InprocServer32: pta.dll ClassID : 66F50F46-70A0-4A05-BD5E-FBCC0F9641EC [id(0x60030001), helpstring("method Remove")] void Remove([in] int idx); Remove()函数以如下方式处理idx参数: .text:10003D4E ; Remove .text:10003D4E .text:10003D4E sub_10003D4E proc near ; DATA XREF: .rdata:1000B3A4 o .text:10003D4E ; .rdata:1000B41C o ... .text:10003D4E .text:10003D4E arg_0 = dword ptr 4 .text:10003D4E arg_4 = dword ptr 8 .text:10003D4E .text:10003D4E mov eax, [esp+arg_4] .text:10003D52 test eax, eax .text:10003D54 jl short loc_10003D78 .text:10003D56 push esi .text:10003D57 mov esi, [esp+4+arg_0] ; get idx .text:10003D5B shl eax, 4 ; idx << 4 .text:10003D5E add eax, [esi+8] ; [esi+8]=0 .text:10003D61 push edi ; .text:10003D62 mov edi, eax ; idx << 4 ==>edi .text:10003D64 mov eax, [edi+8] ; [(idx << 4)+8]==>eax .text:10003D67 push eax .text:10003D68 mov ecx, [eax] ; [[(idx << 4)+8]]==>ecx .text:10003D6A call dword ptr [ecx+8] ; [[[(idx <<4)+8]]+8]==>jmp addr .text:10003D6D push edi .text:10003D6E lea ecx, [esi+4] .text:10003D71 call sub_10003F35 .text:10003D76 pop edi .text:10003D77 pop esi .text:10003D78 .text:10003D78 loc_10003D78: ; CODE XREF: sub_10003D4E+6 j .text:10003D78 xor eax, eax .text:10003D7A retn 8 .text:10003D7A sub_10003D4E endp idx是用户可控的DWORD值,因此攻击者可以获得完全控制。例如,如果将idx设置为0x41414141的话,就会在地址[[[14141410h+8]]+8]执行任意指令。
英文描述:
The Alibaba Alipay PTA Module ActiveX control (PTA.DLL) allows remote attackers to execute arbitrary code via a JavaScript function that invokes the Remove method with an invalid index argument, which is used as an offset for a function call.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| alibaba | alipay_activex_control | * | - | - |
cpe:2.3:a:alibaba:alipay_activex_control:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
cve.org
CVSS评分详情
AV:N/AC:M/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2007-0827 |
2025-11-11 15:17:49 | 2025-11-11 07:32:41 |
| NVD | nvd_CVE-2007-0827 |
2025-11-11 14:52:09 | 2025-11-11 07:41:27 |
| CNNVD | cnnvd_CNNVD-200702-115 |
2025-11-11 15:08:55 | 2025-11-11 07:49:14 |
| EXPLOITDB | exploitdb_EDB-3279 |
2025-11-11 15:05:54 | 2025-11-11 08:27:26 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 7 -> 9
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200702-115
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 6.8
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:M/Au:N/C:P/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']