
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-24481 is a heap information disclosure vulnerability in ImageMagick's PSD (Adobe Photoshop) format handler, classified as "Possible Heap Information Disclosure in PSD ZIP Decompression." When processing a maliciously crafted PSD file containing ZIP-compressed layer data that decompresses to less than the expected size, uninitialized heap memory is leaked into the output image. The vulnerability affects ImageMagick versions prior to 7.1.2-15 (7.x branch) and prior to 6.9.13-40 (6.x branch), as well as Magick.NET NuGet packages prior to version 14.10.3. It was published on February 23–24, 2026, with a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, Github Advisory).
The root cause is classified as CWE-125 (Out-of-bounds Read), mapped to CAPEC-540 (Overread Buffers). The PSD format handler in ImageMagick allocates a buffer sized to the expected decompressed output of ZIP-compressed layer data; when the actual decompressed data is smaller than expected, the remaining uninitialized heap memory is not zeroed before being written into the output image, causing it to be disclosed to the caller. Exploitation requires no authentication, no user interaction, and is network-accessible — an attacker simply needs to supply a crafted PSD file to any service or application that processes images using a vulnerable ImageMagick version. The fix is referenced in commit 51c9d33 in the ImageMagick repository (GitHub Advisory, Github Advisory).
Successful exploitation results in the disclosure of uninitialized heap memory contents embedded within the output image, which could expose sensitive data previously stored in server memory — such as cryptographic keys, session tokens, credentials, or other in-memory application data. There is no integrity or availability impact; the vulnerability is purely a confidentiality concern. Systems that accept user-supplied PSD files for processing (e.g., web applications, image conversion services) are at highest risk, as an attacker could retrieve the output image and analyze it for leaked memory contents (GitHub Advisory).
.psd files to image-processing endpoints, particularly files with anomalously small ZIP-compressed layer payloads relative to declared layer dimensions.convert, magick) invoked with PSD input files from untrusted or external sources.Update ImageMagick to version 7.1.2-15 or later (7.x branch) or 6.9.13-40 or later (6.x branch). For Magick.NET NuGet users, upgrade to version 14.10.3 or later. If immediate patching is not possible, restrict or disable the ability to process PSD files through ImageMagick, implement input validation to reject PSD files before they reach ImageMagick, or disable PSD format support in the ImageMagick policy configuration (/etc/ImageMagick-*/policy.xml). Distribution-specific patches have been issued for Debian, SUSE/openSUSE, Red Hat, Amazon Linux 2, and Ubuntu (GitHub Advisory, Github Advisory).
The advisory was published by ImageMagick maintainer dlemstra on February 23, 2026, and quickly picked up by Linux distribution security teams including Debian, SUSE/openSUSE, Red Hat, Amazon Linux, and Ubuntu, all of which issued security updates. The vulnerability received coverage in Linux security news outlets and was flagged by Tenable Nessus and Qualys scanners shortly after disclosure. No significant independent researcher commentary or social media controversy has been observed beyond routine vulnerability tracking.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."