Vulnerability Description
OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mf
- https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mf
FAQ
What is CVE-2026-55373?
CVE-2026-55373 is a vulnerability with a CVSS score of 6.2 (MEDIUM). OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vu...
How severe is CVE-2026-55373?
CVE-2026-55373 has been rated MEDIUM with a CVSS base score of 6.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55373?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.