CVE-2026-45031
Modified Modified - Updated After Analysis

Bypass PSD List-Length Policy in ImageMagick

Vulnerability report for CVE-2026-45031, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-10

Last updated on: 2026-06-30

Assigner: GitHub, Inc.

Description

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-47 and 7.1.2-22, due to a missing check in the PSD decoder it would be possible to bypass the list-length resource policy when decoding a PSD image. Other security limits would still apply. This issue has been patched in versions 6.9.13-47 and 7.1.2-22.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-10
Last Modified
2026-06-30
Generated
2026-07-01
AI Q&A
2026-06-11
EPSS Evaluated
2026-06-30
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
imagemagick imagemagick to 6.9.13-47 (exc)
imagemagick imagemagick From 7.0.0-0 (inc) to 7.1.2-22 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in ImageMagick, a free and open-source software used for editing and manipulating digital images. Before versions 6.9.13-47 and 7.1.2-22, there was a missing check in the PSD image decoder that allowed an attacker to bypass the list-length resource policy when decoding a PSD image. Although other security limits would still apply, this missing check could potentially allow resource usage beyond intended limits. The issue has been fixed in the mentioned versions.

Impact Analysis

The vulnerability can impact you by allowing an attacker to bypass the list-length resource policy when decoding PSD images in vulnerable versions of ImageMagick. This could lead to increased resource consumption, potentially causing denial of service or performance degradation. However, other security limits remain in place, which may mitigate some risks.

Mitigation Strategies

To mitigate this vulnerability, update ImageMagick to version 6.9.13-47 or later, or 7.1.2-22 or later, where the issue has been patched.

Compliance Impact

The vulnerability in ImageMagick's PSD decoder allows bypassing the list-length resource policy, potentially leading to resource exhaustion and impacting availability.

Since the vulnerability does not affect confidentiality or integrity, its direct impact on compliance with standards like GDPR or HIPAAβ€”which emphasize data protection and privacyβ€”is limited.

However, the availability impact could indirectly affect compliance if it leads to denial of service or disruption of systems that handle regulated data.

Detection Guidance

This vulnerability involves a missing check in the PSD decoder of ImageMagick that allows bypassing the list-length resource policy when decoding PSD images. Detection would involve identifying attempts to process PSD images with vulnerable versions of ImageMagick (prior to 6.9.13-47 and 7.1.2-22).

To detect exploitation attempts or verify if your system is vulnerable, you can check the installed ImageMagick version using the following command:

  • magick -version

If the version is older than 6.9.13-47 or 7.1.2-22, your system is vulnerable.

To detect potential exploitation attempts, you can monitor logs or network traffic for PSD image files being processed or transferred. Additionally, you can test the PSD decoder by attempting to process specially crafted PSD images that could trigger the policy bypass.

No specific detection commands or signatures are provided in the available resources.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45031. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart