Description
ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-51 and 7.1.2-26, the MNG decoder contains a possible heap information disclosure vulnerability because part of the pixels are left unchanged. This issue has been fixed in versions 6.9.13-51 and 7.1.2-26.
Published: 2026-07-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The MNG decoder in ImageMagick does not fully initialize pixel buffers, with stale data. When a crafted MNG decoder can reveal these uninitialized bytes, exposing previously stored information. The flaw is categorized as CWE‑200 (Information Exposure) and CWE‑908 (Improper Handling of Untrusted Input). Based on the description, it is inferred that an attacker can craft a malicious MNG file to exploit the uninitialized buffer.

Affected Systems

ImageMagick versions older than 6.9.13‑51 and 7.1.2‑26 are vulnerable whenever they process MNG images. This includes web applications, image‑processing services, command‑line tools, or any other component that can load MNG files. The risk applies to any installation of the ImageMagick product that enables MNG decoding.

Risk and Exploitability

With a CVSS score of 5.3, the severity is considered medium. The EPSS score of less than 1% indicates a very low but non‑zero likelihood of exploitation. The vulnerability is not listed in CISA’s KEV. An attacker would need to supply a malicious MNG file through an image ingestion pathway—such as a file upload, API call, or direct file processing—to trigger the decoder and potentially read uninitialized memory that may contain previously stored data. These details are inferred from the description and are not explicitly stated as an attack path in the advisories.

Generated by OpenCVE AI on July 21, 2026 at 13:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to at least version 6.9.13‑51 or 7.1.2‑26.
  • If upgrading cannot be performed immediately, disable MNG support or refuse processing of untrusted such as "--skip-module-MNG" or equivalent configuration settings.
  • Validate or sandbox untrusted images before handing them to ImageMagick.

Generated by OpenCVE AI on July 21, 2026 at 13:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4680-1 imagemagick security update
Debian DSA Debian DSA DSA-6383-1 imagemagick security update
History

Thu, 02 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 02 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
First Time appeared Imagemagick
Imagemagick imagemagick
Vendors & Products Imagemagick
Imagemagick imagemagick

Wed, 01 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-51 and 7.1.2-26, the MNG decoder contains a possible heap information disclosure vulnerability because part of the pixels are left unchanged. This issue has been fixed in versions 6.9.13-51 and 7.1.2-26.
Title ImageMagick: Information Disclosure in MNG decoder because allocated memory is left unchanged
Weaknesses CWE-200
CWE-908
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Imagemagick Imagemagick
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-01T19:27:13.148Z

Reserved: 2026-06-09T16:31:21.495Z

Link: CVE-2026-53467

cve-icon Vulnrichment

Updated: 2026-07-01T19:27:06.280Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-01T18:50:56Z

Links: CVE-2026-53467 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T13:30:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-908

    Use of Uninitialized Resource