mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 06:51:35 +02:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
### [CVE-2011-10025](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10025)
|
|

|
|

|
|
&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.
|
|
|