CVEFinder.io

CVE-2026-43996

🔶 medium
🔍 Scan for this CVE
Summary

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

Description

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.

CVSS Score
5.5
Medium
EPSS Score
0.0
Exploit Probability
Published Date
2026-05-14
First Seen: 2026-05-17
📊 Relative Risk Intelligence

This CVE is Lower Risk - more severe than 32.6% of all 325,703 vulnerabilities in our database.

#219,619
Below average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: May 16, 2026
🔍 Exploitation Status
Poc
Proof-of-concept available
⚙️ Automatable
NO
Requires human interaction
💥 Technical Impact
Partial
Limited system impact
SSVC data provided by CISA
Last Modified 2026-05-16
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
CWE IDs (Weakness Types)

📦 Affected Products 4

🔗 References 1

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-43903 ⚠️ high 7.8 0.0 OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / a... 2026-05-14
CVE-2026-43904 ⚠️ high 7.8 0.0 OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / a... 2026-05-14
CVE-2026-43905 ⚠️ high 7.8 0.0 OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / a... 2026-05-14
CVE-2026-43906 ⚠️ high 7.8 0.0 OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / a... 2026-05-14
CVE-2026-43907 ⚠️ high 8.3 0.0 OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / a... 2026-05-14
CVE-2026-43908 ⚠️ high 8.8 0.0 OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / a... 2026-05-14
These CVEs affect the same products