mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-07 04:00:48 +00:00
1.2 KiB
1.2 KiB
CVE-2011-10024
Description
MJM Core Player (likely now referred to as MJM Player) 2011 is vulnerable to a stack-based buffer overflow when parsing specially crafted .s3m music files. The vulnerability arises from improper bounds checking in the file parser, allowing an attacker to overwrite memory on the stack and execute arbitrary code. Exploitation is triggered when a user opens a malicious .s3m file, and the exploit bypasses DEP and ASLR protections using a ROP chain.
POC
Reference
- https://web.archive.org/web/20111016195816/https://www.corelan.be/index.php/forum/security-advisories/corelan-11-004-mjm-core-multimedia-suite-2011-2-4-stack-buffer-overflow-s3m/
- https://www.exploit-db.com/exploits/17230
- https://www.vulncheck.com/advisories/mjm-core-player-file-stack-based-buffer-overflow
Github
No PoCs found on GitHub currently.