mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-28 06:01:13 +01:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
### [CVE-2011-10023](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10023)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
MJM QuickPlayer (likely now referred to as MJM Player) version 2010 contains a stack-based buffer overflow vulnerability triggered by opening a malicious .s3m music file. The flaw occurs due to improper bounds checking in the file parser, allowing an attacker to overwrite memory and execute arbitrary code. Exploitation is achieved via a crafted payload that bypasses DEP and ASLR protections using ROP techniques, and requires user interaction to open the file.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://web.archive.org/web/20111016194042/https://www.corelan.be/index.php/forum/security-advisories/corelan-11-003-mjm-quickplayer-2-3-2010-stack-buffer-overflow-s3m/
|
|
- https://www.exploit-db.com/exploits/17229
|
|
- https://www.vulncheck.com/advisories/mjm-quickplayer-s3m-stack-based-buffer-overflow
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|