### [CVE-2011-10025](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10025) ![](https://img.shields.io/static/v1?label=Product&message=Subtitle%20Processor&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=*%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) ### 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.