CVE-2009-20002
BaseFortify
Publication date: 2025-08-21
Last updated on: 2025-08-22
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsmarts | millenium_mp3_studio | 2.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
Millenium MP3 Studio versions up to and including 2.0 have a stack-based buffer overflow vulnerability when parsing .pls playlist files. The application does not properly validate the length of the File1 field in the playlist, which allows an attacker to create a malicious .pls file that overwrites the Structured Exception Handler (SEH) and executes arbitrary code. Exploitation requires the victim to open the malicious file locally, though remote execution might be possible if the .pls extension is associated with the application and opened via a browser.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary code on the affected system, potentially leading to unauthorized control over the system, data theft, or further malware installation. The attacker must trick the user into opening a specially crafted .pls file, which could result in system compromise.