CVEFinder.io

CVE-2026-43905

⚠️ high
🔍 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, jpeg2000input.cpp:395 computes buffer size as const int bufsize = w * h * ch * buffer_bpp using signed 32-bit arithmetic. When the product exceeds INT_MAX, the result wraps to 0 or a small value. m_buf.resize() allocates an undersized buffer, and subsequent pixel write loops cause heap overflow. Conditional on USE_OPENJPH build flag. Th

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, jpeg2000input.cpp:395 computes buffer size as const int bufsize = w * h * ch * buffer_bpp using signed 32-bit arithmetic. When the product exceeds INT_MAX, the result wraps to 0 or a small value. m_buf.resize() allocates an undersized buffer, and subsequent pixel write loops cause heap overflow. Conditional on USE_OPENJPH build flag. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.

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

This CVE is Moderate Risk - more severe than 69.6% of all 328,009 vulnerabilities in our database.

#99,625
Above average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: May 14, 2026
🔍 Exploitation Status
Poc
Proof-of-concept available
⚙️ Automatable
NO
Requires human interaction
💥 Technical Impact
Total
Complete system compromise possible
SSVC data provided by CISA
Last Modified 2026-05-15
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS Vector 4.0 CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CWE IDs (Weakness Types)

📦 Affected Products 2

🔗 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-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
CVE-2026-43909 ⚠️ 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