VYPR
Unrated severityNVD Advisory· Published Jun 16, 2022· Updated Aug 3, 2024

CVE-2022-32545

CVE-2022-32545

Description

ImageMagick contains an out-of-range value vulnerability in coders/psd.c that can cause denial of service or undefined behavior when processing crafted PSD files.

AI Insight

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

ImageMagick contains an out-of-range value vulnerability in coders/psd.c that can cause denial of service or undefined behavior when processing crafted PSD files.

Vulnerability

ImageMagick is vulnerable to an out-of-range value of type 'unsigned char' in the PSD image parsing code located in coders/psd.c [1]. This flaw is triggered when crafted or untrusted input is processed, leading to undefined behavior. All versions of ImageMagick containing this code are affected.

Exploitation

An attacker can exploit this vulnerability by supplying a specially crafted PSD file to an application that uses ImageMagick to parse images. No authentication is required if the application processes user-supplied images. The crafted file causes the parser to compute a value outside the representable range of unsigned char, resulting in undefined behavior.

Impact

Successful exploitation leads to a negative impact on application availability, such as a crash or hang, due to undefined behavior. Other consequences, such as memory corruption, are possible but not confirmed in the available references.

Mitigation

Red Hat has closed this issue as WONTFIX, indicating that no patch will be provided [1]. Users should consider using alternative image processing libraries or implementing input validation to reject crafted PSD files. No official fix is available.

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

Affected products

16

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

4

News mentions

0

No linked articles in our index yet.