CVE-2004-0216 (CNNVD-200411-024)
中文标题:
Microsoft Internet Explorer安全漏洞
英文标题:
Integer overflow in the Install Engine (inseng.dll) for Internet Explorer 5.01, 5.5, and 6 allows re...
漏洞描述
中文描述:
Microsoft Internet Explorer(IE)是美国微软(Microsoft)公司的一款Windows操作系统附带的Web浏览器。 Microsoft Internet Explorer是一款流行的WEB浏览器。Microsoft Internet Explorer的inseng.dll存在缓冲区溢出问题,远程攻击者可以利用这个漏洞以IE进程权限在系统上执行任意指令。所有Microsoft windows包含Microsoft Active Setup/Install引擎组件,这些组件被标记安全并默认可从任何WEB页调用。当调用由Active Setup控件ActiveX组件'asctrls.ocx'提供的SetCifFile()方法时,如果第一个参数(.cab文件名)字符串长度超过2kb,那么当计算缓冲区空间以允许拷贝'base url'时可发生整数溢出。问题代码存在于Active Setup控件提供的安装引擎控件模块('inseng.dll')中,相关代码如下:MOV EBX,DWORD PTR DS:[<&KERNEL32.lstrcpynA>] ; kernel32.lstrcpynA() ...PUSH DWORD PTR SS:[EBP+C] ; /String = Cab file nameAND BYTE PTR DS:[ESI],0 ; |CALL DWORD PTR DS:[<&KERNEL32.lstrlenA>] ; lstrlenA()MOV ECX,822 ; Max buffer sizeSUB ECX,EAX ; Calculate remaining buffer space - integer overflow!PUSH ECX ; /n = Unchecked value - remaining buffer space!PUSH DWORD PTR SS:[EBP-8] ; |String2 = BaseURL property valuePUSH ESI ; |String1 = 0x822 bytes heap bufferCALL EBX ; lstrcpynA()MOV EDI,DWORD PTR DS:[<&KERNEL32.lstrcatA>] ; kernel32.lstrcatA()PUSH inseng.66561C84 ; /StringToAdd = "/"PUSH ESI ; |ConcatString = Our heap bufferCALL EDI ; lstrcatA()PUSH DWORD PTR SS:[EBP+C] ; /StringToAdd = Our Cab file namePUSH ESI ; |ConcatString = Our heap bufferCALL EDI ; lstrcatA()
英文描述:
Integer overflow in the Install Engine (inseng.dll) for Internet Explorer 5.01, 5.5, and 6 allows remote attackers to execute arbitrary code via a malicious website or HTML email with a long .CAB file name, which triggers the integer overflow when calculating a buffer length and leads to a heap-based buffer overflow.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| microsoft | ie | 6 | - | - |
cpe:2.3:a:microsoft:ie:6:windows_server_2003_sp1:*:*:*:*:*:*
|
| microsoft | internet_explorer | 5.01 | - | - |
cpe:2.3:a:microsoft:internet_explorer:5.01:*:*:*:*:*:*:*
|
| microsoft | internet_explorer | 5.5 | - | - |
cpe:2.3:a:microsoft:internet_explorer:5.5:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:C/I:C/A:C
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2004-0216 |
2025-11-11 15:17:28 | 2025-11-11 07:32:20 |
| NVD | nvd_CVE-2004-0216 |
2025-11-11 14:50:55 | 2025-11-11 07:41:07 |
| CNNVD | cnnvd_CNNVD-200411-024 |
2025-11-11 15:08:44 | 2025-11-11 07:48:54 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-200411-024
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- severity: SeverityLevel.MEDIUM -> SeverityLevel.CRITICAL
- cvss_score: 未提取 -> 10.0
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:C/I:C/A:C
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 3
- data_sources: ['cve'] -> ['cve', 'nvd']