Bug 2538836 (CVE-2026-67549) - CVE-2026-67549 OpenImageIO: OpenImageIO: Memory corruption when processing crafted TIFF images
Summary: CVE-2026-67549 OpenImageIO: OpenImageIO: Memory corruption when processing cr...
Keywords:
Status: NEW
Alias: CVE-2026-67549
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2539207 2539209 2539210
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-22 20:50 UTC by OSIDB Bzimport
Modified: 2026-09-23 08:38 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-22 20:50:49 UTC
OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.1.16.0, A crafted 1-bit contiguous cmyk tiff is exposed through a native uint1 imagespec, so callers allocate a bit-packed buffer. tiffinput::read_native_scanline_locked() nevertheless invokes tiffinput::bit_convert() with 8-bit output and writes one expanded byte per value into that smaller buffer, resulting in a heap out-of-bounds write and memory corruption. The affected implementation is identified by src/tiff.imageio/tiffinput.cpp, TIFFInput::bit_convert(), TIFFInput::read_native_scanline_locked(), PHOTOMETRIC_SEPARATED, 1-bit CMYK, and native uint1 ImageSpec, which define the relevant source path, functions, state, and trigger. This issue is fixed in 3.1.16.0.


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