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.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-787"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63638.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "3.0.21.0"
},
{
"introduced": "3.1.0.0"
},
{
"fixed": "3.1.16.0"
},
{
"introduced": "3.2.0.0-dev"
},
{
"fixed": "3.2.0.3-beta1"
}
],
"source": [
"AFFECTED_FIELD",
"REFERENCES"
]
}
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63638.json"
[
{
"deprecated": false,
"digest": {
"function_hash": "181266703962185199342251563387504239002",
"length": 7941
},
"id": "CVE-2026-63638-2d99c702",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/academysoftwarefoundation/openimageio/commit/6f2b2e85b3b3933ccc5a46303d5535f99bfa39fb",
"target": {
"file": "src/cineon.imageio/cineoninput.cpp",
"function": "CineonInput::open"
}
},
{
"deprecated": false,
"digest": {
"line_hashes": [
"237866670276974577805512429709323899389",
"190811766868406041533751923731330441034",
"304924083861994578547816303265329631877",
"243933318234048366087374655863033221263",
"281364040482220300434368539699962604349"
],
"threshold": 0.9
},
"id": "CVE-2026-63638-2f11401a",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/academysoftwarefoundation/openimageio/commit/6f2b2e85b3b3933ccc5a46303d5535f99bfa39fb",
"target": {
"file": "src/cineon.imageio/cineoninput.cpp"
}
}
]
"2026-09-20T14:13:50Z"