Cyber Posture

CVE-2026-30883

Medium

Published: 10 March 2026

Published
10 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score 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.7th 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.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-119

Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.

addresses: CWE-119

Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.

addresses: CWE-119

Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.

addresses: CWE-119

Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

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

CVEs Like This One

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

References