VYPR
Unrated severityNVD Advisory· Published Feb 6, 2023· Updated Mar 26, 2025

CVE-2022-44267

CVE-2022-44267

Description

ImageMagick 7.1.0-49 is vulnerable to a denial of service via a crafted PNG image that causes the convert process to hang waiting for stdin input.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

ImageMagick 7.1.0-49 is vulnerable to a denial of service via a crafted PNG image that causes the convert process to hang waiting for stdin input.

Vulnerability

ImageMagick version 7.1.0-49 is vulnerable to a denial of service when parsing a specially crafted PNG image. During operations such as convert, the process may become stuck waiting for stdin input, leading to a hang. The vulnerability resides in the PNG parsing code and is triggered when the image is processed by the software [1].

Exploitation

An attacker can exploit this vulnerability by providing a malicious PNG image to an application or service that uses ImageMagick to process images. No authentication or special privileges are required; the attacker only needs to supply the crafted file. When ImageMagick attempts to parse the image (e.g., during a resize operation), the process enters a state where it waits indefinitely for stdin input, effectively hanging [1].

Impact

Successful exploitation results in a denial of service (DoS) condition. The affected ImageMagick process becomes unresponsive, consuming system resources and potentially preventing legitimate image processing tasks from completing. This impacts availability but does not lead to information disclosure or code execution [1].

Mitigation

No fixed version is explicitly identified in the available references. Users should upgrade to the latest version of ImageMagick (7.1.2-23 as of the reference date) as a precaution, though it is not confirmed that this version includes a patch for CVE-2022-44267. Workarounds include restricting the processing of untrusted PNG images or using a security policy to limit resource usage [1].

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

27

Patches

0

No patches discovered yet.

Vulnerability mechanics

Root cause

"The convert process in ImageMagick 7.1.0-49 can enter a state where it waits indefinitely for standard input when parsing a PNG image."

Attack vector

An attacker can send a malicious PNG file to a victim. When the victim opens or processes this PNG file using the vulnerable ImageMagick version, the convert process may hang, waiting for further input, leading to a denial of service. [ref_id=1].

Affected code

The vulnerability affects ImageMagick version 7.1.0-49. Specifically, the issue occurs when the convert process parses a PNG image, such as during a resize operation. [ref_id=1].

What the fix does

The advisory does not specify the exact fix implemented. However, it indicates that the vulnerability is resolved in later versions of ImageMagick. Users are advised to update to a patched version to mitigate the denial of service vulnerability.

Preconditions

  • inputThe attacker must provide a specially crafted PNG file.
  • inputThe victim must process the malicious PNG file using a vulnerable version of ImageMagick.

Generated on Jun 2, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.