mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-06 15:31:19 +00:00
1.2 KiB
1.2 KiB
CVE-2011-10025
Description
Subtitle Processor 7.7.1 contains a buffer overflow vulnerability in its .m3u file parser. When a crafted playlist file is opened, the application converts input to Unicode and copies it to a fixed-size stack buffer without proper bounds checking. This allows an attacker to overwrite the Structured Exception Handler (SEH) and execute arbitrary code.
POC
Reference
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/windows/fileformat/subtitle_processor_m3u_bof.rb
- https://www.exploit-db.com/exploits/17217
- https://www.exploit-db.com/exploits/17225
- https://www.vulncheck.com/advisories/subtitle-processor-m3u-seh-unicode-buffer-overflow
Github
No PoCs found on GitHub currently.