CVE Catalog

CVE-2026-34545

HighCVSS 7.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.61%

45th percentile - higher than 45% of all known CVEs

Summary

A vulnerability in OpenEXR (versions 3.4.0 to 3.4.6) allows an attacker to cause a heap overflow by providing a crafted EXR file with HTJ2K compression and a channel width of 32768. Controlled data can be written beyond the output heap buffer, potentially leading to remote code execution.

Risk Assessment

The organization is at risk of remote code execution if applications decode EXR images from untrusted sources. The attack requires no authentication and can be triggered by delivering a malicious file.

Recommendation

Immediately update OpenEXR to version 3.4.7 or later. If updating is not possible, restrict EXR file decoding to trusted sources only.

Other vulnerabilities in OpenEXR

See all
Original NVD description (English source)

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From version 3.4.0 to before version 3.4.7, an attacker providing a crafted .exr file with HTJ2K compression and a channel width of 32768 can write controlled data beyond the output heap buffer in any application that decodes EXR images. The write primitive is 2 bytes per overflow iteration or 4 bytes (by another path), repeating for each additional pixel past the overflow point. In this context, a heap write overflow can lead to remote code execution on systems. This issue has been patched in version 3.4.7.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS