cve/2025/CVE-2025-34128.md

22 lines
1.3 KiB
Markdown
Raw Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2025-34128](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-34128)
![](https://img.shields.io/static/v1?label=Product&message=X360%20VideoPlayer%20ActiveX%20Control&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.6%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-120%20Buffer%20Copy%20without%20Checking%20Size%20of%20Input%20('Classic%20Buffer%20Overflow')&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-94%20Improper%20Control%20of%20Generation%20of%20Code%20('Code%20Injection')&color=brightgreen)
### Description
A buffer overflow vulnerability exists in the X360 VideoPlayer ActiveX control (VideoPlayer.ocx) version 2.6 when handling overly long arguments to the ConvertFile() method. An attacker can exploit this vulnerability by supplying crafted input to cause memory corruption and execute arbitrary code within the context of the current process.
### POC
#### Reference
- https://rh0dev.github.io/blog/2015/fun-with-info-leaks/
- https://www.exploit-db.com/exploits/35948
- https://www.exploit-db.com/exploits/36100
- https://www.vulncheck.com/advisories/x360-videoplayer-activex-control-buffer-overflow
#### Github
No PoCs found on GitHub currently.