Bug 2444292 - CVE-2026-27622 usd: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing [fedora-all]
Summary: CVE-2026-27622 usd: OpenEXR: Arbitrary code execution via integer overflow in...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: usd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Luya Tshimbalanga
QA Contact:
URL:
Whiteboard: {"flaws": ["b679aab4-0adb-41ef-8196-6...
Depends On:
Blocks: CVE-2026-27622
TreeView+ depends on / blocked
 
Reported: 2026-03-03 23:35 UTC by Jon Moroney
Modified: 2026-03-04 06:22 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-03-04 06:22:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jon Moroney 2026-03-03 23:35:14 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.

Comment 1 Ben Beasley 2026-03-04 06:22:35 UTC
https://www.cve.org/CVERecord?id=CVE-2026-27622

> OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector<unsigned int> total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6.

The usd package *does* bundle code from an affected version of OpenEXR:

# Version from  
# pxr/imaging/plugin/hioOpenEXR/OpenEXR/OpenEXRCore/openexr_version.h
# From pxr/imaging/plugin/hioOpenEXR/OpenEXR/README.md:
#   A few changes are still in progress to upstreamed to the OpenEXR project,
#   but these are minor, and otherwise, almost all differences between the
#   interred OpenEXRCore and the official OpenEXR repo are consolidated to the
#   openexr_conf.h header. The remaining differences are removing an extern
#   marking from the few global data tables.
# This suggests that it may not be entirely safe to unbundle this.
Provides:       bundled(openexr) = 3.2.0

However, it turns out that the class in which the CVE bug exists is not part of the bundled subset:

$ fedpkg prep
$ rg CompositeLineDeepScan usd-26.03-build

Therefore, the usd package is not affected.


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