Integer overflow in OpenEXR - CVE-2026-34588

 

Integer overflow in OpenEXR - CVE-2026-34588

Published: April 8, 2026


Vulnerability identifier: #VU125329
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-34588
CWE-ID: CWE-190
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: OpenEXR
Affected software:
OpenEXR

Detailed vulnerability description

The vulnerability allows a remote attacker to read and write out-of-bounds memory.

The vulnerability exists due to integer overflow in internal_exr_undo_piz() in the PIZ decoder when parsing a crafted EXR file. A remote attacker can supply a specially crafted EXR file to read and write out-of-bounds memory.

The issue occurs during PIZ decompression because signed 32-bit arithmetic can wrap while advancing the working wavelet pointer, causing the next channel to decode from an incorrect address.


How to mitigate CVE-2026-34588

Install security update from vendor's website.

Sources