Cyber Resilience

CVE-2026-30883

Medium

Published: 10 March 2026

Published
10 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v3.1 5.7 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H
EPSS Score 0.0001 0.9th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-30883 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Imagemagick Imagemagick. Its CVSS base score is 5.7 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 0.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-30883 is a heap overflow vulnerability (CWE-119) in ImageMagick, a free and open-source software suite for editing and manipulating digital images. The issue arises when encoding a PNG image with an extremely large image profile, affecting all versions prior to 7.1.2-16 and 6.9.13-41. It was published on 2026-03-10 and carries a CVSS v3.1 base score of 5.7 (AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H), indicating medium severity with primary impacts on availability and limited integrity.

A local attacker can exploit this vulnerability by supplying a specially crafted image with an oversized profile to trigger the heap overflow during PNG encoding. No privileges or user interaction are required, but the attack demands high complexity and local access to the vulnerable ImageMagick instance. Successful exploitation could lead to high availability disruption, such as denial-of-service via application crash, and limited integrity violations, potentially allowing memory corruption without confidentiality impact or scope change.

The official ImageMagick GitHub security advisory (GHSA-qmw5-2p58-xvrc) confirms the vulnerability and states it is fixed in versions 7.1.2-16 and 6.9.13-41. Security practitioners should update to these patched releases immediately and validate image inputs to prevent processing of malformed profiles, especially in automated image processing pipelines.

EU & UK References

Vulnerability details

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-16 and 6.9.13-41, an extremely large image profile could result in a heap overflow when encoding a PNG image. This vulnerability is fixed in…

more

7.1.2-16 and 6.9.13-41.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Heap overflow in ImageMagick during PNG encoding with oversized profile enables local exploitation causing application crash and memory corruption, directly mapping to application exploitation for endpoint DoS (A:H impact per CVSS).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-26283Same product: Imagemagick Imagemagick
CVE-2026-22770Same product: Imagemagick Imagemagick
CVE-2026-30931Same product: Imagemagick Imagemagick
CVE-2026-28691Same product: Imagemagick Imagemagick
CVE-2026-33908Same product: Imagemagick Imagemagick
CVE-2026-25799Same product: Imagemagick Imagemagick
CVE-2026-25796Same product: Imagemagick Imagemagick
CVE-2026-26066Same product: Imagemagick Imagemagick
CVE-2026-25989Same product: Imagemagick Imagemagick
CVE-2026-25795Same product: Imagemagick Imagemagick

Affected Assets

imagemagick
imagemagick
≤ 6.9.13-41 · 7.0.0-0 — 7.1.2-16

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely installation of the vendor-supplied patches that eliminate the heap overflow in PNG profile handling.

prevent

Mandates validation of image inputs to reject malformed or excessively large profiles before PNG encoding occurs.

prevent

Requires integrity verification of the ImageMagick binary and libraries to ensure only patched versions are executed.

References