10
CVSSv2

CVE-2004-1119

Published: 10/01/2005 Updated: 11/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in IN_CDDA.dll in Winamp 5.05, and possibly other versions including 5.06, allows remote malicious users to execute arbitrary code via a certain .m3u playlist file.

Vulnerable Product Search on Vulmon Subscribe to Product

nullsoft winamp 5.06

nullsoft winamp 5.01

nullsoft winamp 5.04

nullsoft winamp 5.05

nullsoft winamp 5.02

nullsoft winamp 5.03

Exploits

/* Credits go to the author How to fix and study the bug: * - The cdda library only reserves 20 bytes for names when files are "*cda" * - run Winamp with ollye * - when loaded locate and break at: 10009BBB 8D4C24 20 LEA ECX,DWORD PTR SS:[ESP+20] 10009BBF 84C0 TEST AL,AL 10009BC1 74 0F JE SHORT in_cdda10009BD2 10009BC3 3C 2E CMP AL,2E 10009BC ...