Integer overflow in OpenEXR - CVE-2026-55373
Published: June 23, 2026
OpenEXR
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to integer overflow or wraparound in roundListSizeUp() in OpenEXRUtil SampleCountChannel when processing a sample count of UINT_MAX. A remote attacker can supply a UINT_MAX sample count through the public API to cause a denial of service.
The issue results in an infinite CPU loop in both the endEdit() path and the direct set(x, y, UINT_MAX) path.