Bug 2538723 (CVE-2026-59956) - CVE-2026-59956 OpenImageIO: OpenImageIO: Heap-buffer-overread leads to information disclosure or denial of service when processing IFF images.
Summary: CVE-2026-59956 OpenImageIO: OpenImageIO: Heap-buffer-overread leads to inform...
Keywords:
Status: NEW
Alias: CVE-2026-59956
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2539166 2539167 2539168
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-22 20:10 UTC by OSIDB Bzimport
Modified: 2026-09-23 08:31 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-22 20:10:45 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.20.0, 3.1.15.0, and 3.2.0.3-beta1, An uncompressed 16-bit iff image with a z-buffer makes iffinput::readimg() allocate a temporary scanline from m_header.rgba_count but copy from it using m_header.pixel_bytes(), whose stride also includes z-buffer bytes. the oversized memcpy reads beyond the temporary heap buffer and copies adjacent memory into the output image, resulting in a crash or disclosure of adjacent heap data. The affected implementation is identified by src/iff.imageio/iffinput.cpp, IffInput::readimg(), m_header.rgba_count, and m_header.pixel_bytes(), which define the relevant source path, functions, state, and trigger. This issue is fixed in versions 3.0.20.0, 3.1.15.0, and 3.2.0.3-beta1.


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