CVE-2011-10024
BaseFortify
Publication date: 2025-08-20
Last updated on: 2025-08-22
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mjm | mjm_core_player | 2011 |
| magix | music_maker | 16.0.2.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in MJM Core Player 2011 that occurs when parsing specially crafted .s3m music files. Due to improper bounds checking in the file parser, an attacker can overwrite memory on the stack, potentially allowing execution of arbitrary code. The exploit is triggered when a user opens a malicious .s3m file and can bypass DEP and ASLR protections using a ROP chain.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to execute arbitrary code on your system with the privileges of the user running MJM Core Player. This could lead to system compromise, data theft, or further malware installation. The attack requires the user to open a malicious .s3m file.