CVE-2026-55373
Last modified
CVE-2026-55373 is a medium-severity vulnerability rated 6.2/10 on the CVSS scale. 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. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| AcademySoftwareFoundation | openexr | < 3.2.10; >= 3.3.0, < 3.3.12; >= 3.4.0, < 3.4.13 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55373?
How severe is CVE-2026-55373?
How do I fix CVE-2026-55373?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5536A weakness has been identified in FedML-AI FedML up to 0.8.9…7.3
- CVE-2026-55365In multiple functions of remap.c, there is a possible out-of…6.7
- CVE-2026-55366In IP Multimedia Subsystem, there is a possible authenticati…9.8
- CVE-2026-5537A security vulnerability has been detected in halex CourseSE…6.3
- CVE-2026-55370Logto is the modern, open-source auth infrastructure for Saa…6.4
- CVE-2026-55371OpenEXR is the reference implementation and specification fo…6.9
- CVE-2026-55374canto-saas-api is a PHP library for interacting with the Can…4.8
- CVE-2026-55375canto-saas-api is a PHP library for interacting with the Can…5.3
- CVE-2026-55377Logto is the modern, open-source auth infrastructure for Saa…8.1
- CVE-2026-55378JS Recon is a JavaScript enumeration and SAST tool. From 1.2…9.3
- CVE-2026-55379Pillow is a Python imaging library. Prior to 12.3.0, PIL/Bdf…7.5
- CVE-2026-5538A vulnerability was detected in QingdaoU OnlineJudge up to 1…6.3
Are you affected by CVE-2026-55373?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
