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.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-122",
"CWE-131",
"CWE-787"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/67xxx/CVE-2026-67549.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "3.1.16.0"
}
],
"source": [
"AFFECTED_FIELD",
"REFERENCES"
]
}
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-67549.json"
[
{
"deprecated": false,
"digest": {
"line_hashes": [
"329833021998487543965340290619377645955",
"232281217639990224919064217321703441487",
"11509640141667450530517600157633946764",
"166812263586591775779159386576119978240",
"221584451677243285644519109089487703351",
"178395061534558504853767562548670088974",
"250041777656472906120004874973134928748",
"166812263586591775779159386576119978240",
"221584451677243285644519109089487703351",
"178395061534558504853767562548670088974",
"240437967348416460825277547086424703243",
"166812263586591775779159386576119978240",
"221584451677243285644519109089487703351",
"178395061534558504853767562548670088974",
"283554520812022594761400369904091498404"
],
"threshold": 0.9
},
"id": "CVE-2026-67549-cc5a0c10",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/academysoftwarefoundation/openimageio/commit/6e9b86ee4cce8fd7bed6cfb101a266d8f8a296d4",
"target": {
"file": "src/tiff.imageio/tiffinput.cpp"
}
}
]
"2026-09-20T14:13:55Z"