CVE-2012-10031
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-05

Last updated on: 2025-08-05

Assigner: VulnCheck

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-05
Last Modified
2025-08-05
Generated
2026-05-06
AI Q&A
2025-08-05
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
blazevideo hdtv_player 6.6
blazevideo hdtv_player_pro 6.6.0.3
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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?

BlazeVideo HDTV Player Pro v6.6.0.3 has a stack-based buffer overflow vulnerability caused by improper handling of user-supplied input in .plf playlist files. Specifically, when parsing a crafted .plf file, the MediaPlayerCtrl.dll component extracts a filename from a URL-like string using PathFindFileNameA(), then copies it into a fixed-size stack buffer using strcpy without checking the input size. If the input is too large, it overflows the buffer, potentially allowing an attacker to execute arbitrary code with the user's privileges.


How can this vulnerability impact me? :

This vulnerability can lead to arbitrary code execution on the affected system under the context of the user running BlazeVideo HDTV Player Pro. An attacker could exploit this by crafting a malicious .plf playlist file that triggers the buffer overflow, potentially allowing them to run malicious code, compromise system integrity, steal data, or perform other unauthorized actions.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart