Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
CWE-79 vulnerability in MolotovCherry Android-ImageMagick7.This issue affects Android-ImageMagick7: before 7.1.2-11.
AnalysisAI
This is a Stored or Reflected Cross-Site Scripting (XSS) vulnerability (CWE-79) in Android-ImageMagick7 versions before 7.1.2-11 that allows attackers to inject malicious scripts through crafted image inputs or related user-controlled data. Attackers with network access and no authentication required can exploit this vulnerability to execute arbitrary JavaScript in the context of affected applications, leading to session hijacking, credential theft, or malware distribution. The vulnerability has a CVSS score of 6.1 (Medium) with cross-site scope, and a patch is available from the vendor, though no confirmed active exploitation in KEV or public proof-of-concept code has been widely documented.
Technical ContextAI
Android-ImageMagick7 (identified via CPE cpe:2.3:a:molotovcherry:android-imagemagick7) is an Android wrapper library for ImageMagick 7, a powerful open-source image processing toolkit. The CWE-79 vulnerability indicates insufficient input validation or output encoding when processing image metadata, image URLs, or user-supplied parameters that are later rendered in web or mobile UI contexts. ImageMagick's extensive format support and embedded scripting capabilities (such as delegates that invoke external commands or embedded text layers) can become attack vectors if user-controlled image files or parameters are not properly sanitized before rendering. The root cause is likely improper handling of crafted image files or metadata that contain JavaScript payloads, which are then displayed without proper HTML entity encoding or Content Security Policy restrictions.
RemediationAI
Upgrade Android-ImageMagick7 to version 7.1.2-11 or later by pulling the latest changes from the MolotovCherry GitHub repository and rebuilding your application. Review the patch at https://github.com/MolotovCherry/Android-ImageMagick7/pull/192 to understand the XSS fix and apply it immediately to your codebase if using a custom build. As an interim workaround pending the upgrade, implement strict input validation for all image file uploads and user-controlled parameters passed to ImageMagick, enforce HTML entity encoding or HTML escaping on all image metadata displayed in UI elements, and deploy a Content Security Policy (CSP) with script-src restrictions if your application serves image-related content over web interfaces. Additionally, ensure your Android app's WebView components (if present) have JavaScript disabled by default and only enabled selectively for trusted content.
Adobe Flash Player before 13.0.0.292 and 14.x through 18.x before 18.0.0.160 on Windows and OS X and before 11.2.202.466
Integer underflow in the MPEG4Extractor::parseChunk function in MPEG4Extractor.cpp in libstagefright in mediaserver in A
Android 3.0 through 4.1.x on Disney Mobile, eAccess, KDDI, NTT DOCOMO, SoftBank, and other devices does not properly imp
Integer overflow in the SampleTable::setSampleToChunkParams function in SampleTable.cpp in libstagefright in Android bef
Apktool versions 2.9.1 and prior contain a path traversal vulnerability when processing Android APK files. Malicious APK
An elevation of privilege vulnerability in the Android system (art). Rated high severity (CVSS 7.8), this vulnerability
The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a
Use-after-free vulnerability in Adobe Flash Player before 13.0.0.292 and 14.x through 18.x before 18.0.0.160 on Windows
Use-after-free vulnerability in Adobe Flash Player before 13.0.0.292 and 14.x through 18.x before 18.0.0.160 on Windows
Android 1.6 Donut through 4.2 Jelly Bean does not properly check cryptographic signatures for applications, which allows
luni/src/main/java/java/io/ObjectInputStream.java in the java.io.ObjectInputStream implementation in Android before 5.0.
The Broadcom Wi-Fi driver in the kernel in Android 4.x before 4.4.4, 5.x before 5.1.1 LMY49G, and 6.x before 2016-02-01
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14776