Bug 2523533 - CVE-2026-55373 usd: OpenEXR: Denial of Service via infinite loop in sample count processing. [fedora-all]
Summary: CVE-2026-55373 usd: OpenEXR: Denial of Service via infinite loop in sample co...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: usd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Luya Tshimbalanga
QA Contact:
URL:
Whiteboard: {"flaws": ["81f5a7f4-96bf-406d-8c9f-5...
Depends On:
Blocks: CVE-2026-55373
TreeView+ depends on / blocked
 
Reported: 2026-08-25 15:23 UTC by Laura Pardo
Modified: 2026-08-26 08:25 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Laura Pardo 2026-08-25 15:23:20 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.

Comment 1 Ben Beasley 2026-08-25 15:45:51 UTC
I’ve tried backporting some fixes from OpenEXR upstream in the past, but the CVE’s keep piling up, and downstream backporting of dozens of patches is not sustainable. Upstream really needs to rebase their vendored OpenEXR code on a current OpenEXR release. This can be tracked at https://github.com/PixarAnimationStudios/OpenUSD/issues/4186.

Comment 2 Ben Beasley 2026-08-26 08:25:52 UTC
The vendored OpenEXR has been updated upstream in https://github.com/PixarAnimationStudios/OpenUSD/commit/8ca068a2d06ef84a534776ac7b97973e00f6be7a, fixing dozens of CVE’s. This change isn’t a good candidate for backporting, but it should be present in the next upstream release, which will be ABI-incompatibile and therefore won’t be shipped in stable releases. Depending on when a release appears, it reach be for F46+ only, or it might also make it into F45 after the beta freeze.


Note You need to log in before you can comment on or make changes to this bug.