Files
CVEs-PoC/2012/CVE-2012-10031.md
2025-09-29 21:09:30 +02:00

21 lines
1.2 KiB
Markdown

### [CVE-2012-10031](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10031)
![](https://img.shields.io/static/v1?label=Product&message=HDTV%20Player%20Pro&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=6.6.0.3%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-121%20Stack-based%20Buffer%20Overflow&color=brightgreen)
### Description
BlazeVideo HDTV Player Pro v6.6.0.3 is vulnerable to a stack-based buffer overflow due to improper handling of user-supplied input embedded in .plf playlist files. When parsing a crafted .plf file, the MediaPlayerCtrl.dll component invokes PathFindFileNameA() to extract a filename from a URL-like string. The returned value is then copied to a fixed-size stack buffer using an inline strcpy call without bounds checking. If the input exceeds the buffer size, this leads to a stack overflow and potential arbitrary code execution under the context of the user.
### POC
#### Reference
- https://www.exploit-db.com/exploits/18693
- https://www.exploit-db.com/exploits/22931
- https://www.exploit-db.com/exploits/23052
- https://www.vulncheck.com/advisories/blazevideo-hdtv-player-pro-filename-handling-buffer-overflow
#### Github
No PoCs found on GitHub currently.