mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-13 03:02:49 +00:00
1.3 KiB
1.3 KiB
CVE-2011-10022
Description
SPlayer version 3.7 and earlier is vulnerable to a stack-based buffer overflow when processing HTTP responses containing an overly long Content-Type header. The vulnerability occurs due to improper bounds checking on the header value, allowing an attacker to overwrite the Structured Exception Handler (SEH) and execute arbitrary code. Exploitation requires the victim to open a media file that triggers an HTTP request to a malicious server, which responds with a crafted Content-Type header.
POC
Reference
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/windows/misc/splayer_content_type.rb
- https://www.exploit-db.com/exploits/17243
- https://www.exploit-db.com/exploits/17268
- https://www.vulncheck.com/advisories/splayer-content-type-header-buffer-overflow
Github
No PoCs found on GitHub currently.