OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, the bounds check in TGAInput::decodepixel computes k + palbytespp as unsigned 32-bit arithmetic. When k = 0xFFFFFFFC and palbytespp = 4, the addition wraps to 0, which compares less than palettealloc_size and passes the check. The subsequent palette access uses the unwrapped k (0xFFFFFFFC) as the index, reading ~4 GB past the start of the palette buffer — SEGV. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-125"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43996.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "3.0.18.0"
},
{
"introduced": "3.1.0.0"
},
{
"fixed": "3.1.13.0"
},
{
"introduced": "3.2.0.0-dev"
},
{
"last_affected": "3.2.0.0-dev"
},
{
"introduced": "3.2.0.2-dev"
},
{
"last_affected": "3.2.0.2-dev"
}
],
"cpe": [
"cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*",
"cpe:2.3:a:openimageio:openimageio:3.2.0.0:dev:*:*:*:*:*:*",
"cpe:2.3:a:openimageio:openimageio:3.2.0.2:dev:*:*:*:*:*:*"
],
"source": [
"CPE_RANGE",
"CPE_STRING"
]
}