CVE-2026-43996

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::decode_pixel computes k + palbytespp as unsigned 32-bit arithmetic. When k = 0xFFFFFFFC and palbytespp = 4, the addition wraps to 0, which compares less than palette_alloc_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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*
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:*:*:*:*:*:*

History

16 May 2026, 01:16

Type Values Removed Values Added
References () https://github.com/AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-mq8j-73c4-cr55 - Vendor Advisory, Exploit () https://github.com/AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-mq8j-73c4-cr55 - Exploit, Vendor Advisory

15 May 2026, 18:05

Type Values Removed Values Added
CPE cpe:2.3:a:openimageio:openimageio:3.2.0.0:dev:*:*:*:*:*:*
cpe:2.3:a:openimageio:openimageio:3.2.0.2:dev:*:*:*:*:*:*
cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*
References () https://github.com/AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-mq8j-73c4-cr55 - () https://github.com/AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-mq8j-73c4-cr55 - Vendor Advisory, Exploit
First Time Openimageio
Openimageio openimageio

14 May 2026, 20:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 20:17

Updated : 2026-05-16 01:16


NVD link : CVE-2026-43996

Mitre link : CVE-2026-43996

CVE.ORG link : CVE-2026-43996


JSON object : View

Products Affected

openimageio

  • openimageio
CWE
CWE-125

Out-of-bounds Read