CVE-2026-48724
Analyzed Analyzed - Analysis Complete

Heap Buffer Overflow in ImageMagick via Floyd-Steinberg Dithering

Vulnerability report for CVE-2026-48724, 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-11

Assigner: GitHub, Inc.

Description

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-24, when using an image with mask the Floyd-Steinberg dithering method it will cause a negative heap buffer over-write. This issue has been patched in version 7.1.2-24.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
imagemagick imagemagick to 7.1.2-24 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

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. Prior to version 7.1.2-24, when an image with a mask uses the Floyd-Steinberg dithering method, it causes a negative heap buffer overwrite. This means that the software writes data outside the allocated memory bounds in a way that can corrupt memory.

Impact Analysis

The vulnerability can lead to a negative heap buffer overwrite, which may cause the application to crash or behave unpredictably. According to the CVSS score (5.5), the impact is primarily on availability (A:H), meaning it can cause denial of service or application instability. The attack requires local access with low privileges and user interaction.

Mitigation Strategies

To mitigate this vulnerability, you should update ImageMagick to version 7.1.2-24 or later, where the issue has been patched.

Detection Guidance

This vulnerability affects ImageMagick versions prior to 7.1.2-24 when processing images with masks using the Floyd-Steinberg dithering method. To detect if your system is vulnerable, you should first check the installed version of ImageMagick.

  • Run the command `magick -version` or `convert -version` to determine the installed ImageMagick version.

If the version is older than 7.1.2-24, your system is potentially vulnerable. Since the vulnerability requires processing specially crafted images with masks and Floyd-Steinberg dithering, monitoring for such image processing activities or testing with a crafted image could help detect exploitation attempts.

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

Chat Assistant

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

EPSS Chart