CVE-2026-4756
Published: 24 March 2026
Summary
CVE-2026-4756 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Molotovcherry Android-Imagemagick7. Its CVSS base score is 7.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 4.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Mandates timely identification, reporting, and correction of the out-of-bounds write flaw in Android-ImageMagick7 by updating to version 7.1.2-11 or later.
Implements memory protection techniques such as DEP and ASLR to prevent unauthorized code execution from exploitation of the out-of-bounds write vulnerability.
Requires validation of image inputs to the Android-ImageMagick7 library to block malformed files that trigger the out-of-bounds write.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Out-of-bounds write in client-side image processing library enables exploitation for code execution when a user opens a malicious image file (AV:L/UI:R).
NVD Description
Out-of-bounds Write vulnerability in MolotovCherry Android-ImageMagick7.This issue affects Android-ImageMagick7: before 7.1.2-11.
Deeper analysisAI
CVE-2026-4756 is an Out-of-bounds Write vulnerability (CWE-787) in the MolotovCherry Android-ImageMagick7 library. This issue affects versions of Android-ImageMagick7 prior to 7.1.2-11. Published on 2026-03-24T07:16:07.650, it carries a CVSS v3.1 base score of 7.8 (High), with vector AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H.
A local attacker with no privileges can exploit this vulnerability, though it requires user interaction and has low attack complexity. Successful exploitation enables high-impact outcomes, including unauthorized disclosure of sensitive information, modification of data or code, and denial of service through system disruption.
The provided reference points to a GitHub pull request at https://github.com/MolotovCherry/Android-ImageMagick7/pull/194, which addresses the issue. Mitigation requires updating to Android-ImageMagick7 version 7.1.2-11 or later.
Details
- CWE(s)