Bug 2538937 (CVE-2026-63638) - CVE-2026-63638 OpenImageIO: OpenImageIO: Memory corruption via crafted Cineon image
Summary: CVE-2026-63638 OpenImageIO: OpenImageIO: Memory corruption via crafted Cineon...
Keywords:
Status: NEW
Alias: CVE-2026-63638
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: 2539188 2539191 2539193
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-22 21:44 UTC by OSIDB Bzimport
Modified: 2026-09-23 08:35 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-22 21:44:25 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 crafted cineon image can declare unsupported component bit depth 26. cineoninput::open() maps it to a 32-bit imagespec, but libcineon maps the unsupported depth to an 8-byte value, so cineoninput::read_native_scanline() causes attacker-controlled data to be written beyond the 4-byte-per-pixel caller buffer, resulting in a heap out-of-bounds write and memory corruption. The affected implementation is identified by src/cineon.imageio/cineoninput.cpp, CineonInput::open(), CineonInput::read_native_scanline(), ComponentDataSize(), bit depth 26, and ImageSpec, 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.