Bug 2538207 (CVE-2026-63422) - CVE-2026-63422 OpenImageIO: OpenImageIO: Heap out-of-bounds write can lead to arbitrary code execution
Summary: CVE-2026-63422 OpenImageIO: OpenImageIO: Heap out-of-bounds write can lead to...
Keywords:
Status: NEW
Alias: CVE-2026-63422
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2539176 2539178 2539180
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-22 17:25 UTC by OSIDB Bzimport
Modified: 2026-09-23 08:33 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-22 17:25:48 UTC
OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.21.0, 3.1.16.0, and 3.2.0.3-beta1, A valid tiled openexr image whose width is not a multiple of its tile width can trigger an overflow when a caller reads a partial edge-tile rectangle. openexrinput::read_native_tiles() copies each row into the caller buffer using the padded whole-tile scanline_stride rather than user_scanline_bytes for the requested rectangle, resulting in a heap out-of-bounds write and memory corruption. The affected implementation is identified by src/openexr.imageio/exrinput.cpp, OpenEXRInput::read_native_tiles(), partial edge tile, user_scanline_bytes, and scanline_stride, which define the relevant source path, functions, state, and trigger. This issue is fixed in versions 3.0.21.0, 3.1.16.0, and 3.2.0.3-beta1.


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