Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-43907

31
FAUCET Score

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, a signed integer overflow in QueryRGBBufferSizeInternal() in DPXColorConverter.cpp leads to a heap-based out-of-bounds write when processing crafted DPX image files. The function computes buffer sizes using 32-bit signed integer arithmetic with negative multipliers (e.g., pixels * -3 * bytes for kCbYCr descriptors and pixels * -4 * bytes for kABGR descriptors), where a negative result is used as an in-band signal that no separate buffer is needed. When the pixel count is sufficiently large, the multiplication overflows INT_MIN and wraps to a small positive value. The caller in dpxinput.cpp interprets this positive value as a required buffer size, allocates an undersized heap buffer via m_decodebuf.resize(), and then writes the full image data into it via fread, resulting in a heap buffer overflow. An attacker can exploit this by crafting a DPX file that triggers the overflow, causing a denial of service (crash) or potentially arbitrary code execution through heap corruption in any application that reads pixel data using OpenImageIO. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.

First published: May 14, 2026Last modified: May 14, 2026

Impacted Technologies

VendorProductVersion(s)CPE
< 3.0.18.0CPE matchmatch criteria
cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*
>= 3.1.4.0, < 3.1.13.0CPE matchmatch criteria
cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*
3.2.0.2CPE matchmatch criteria
cpe:2.3:a:openimageio:openimageio:3.2.0.2:dev:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

8.3HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:H

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality Impact
LOW
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
2.8
Impact Score
5.5
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.37%
Probability of exploitation in next 30 days
EPSS Percentile
29.6%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0037 is in the 34th percentile among its peer group of 14,852 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.1 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (6)

ubuntupatch availablevia ubuntu_usn
Product: openimageio (bionic)Fixed in: 1.7.17~dfsg0-1ubuntu2+esm1
ubuntupatch availablevia ubuntu_usn
Product: openimageio (focal)Fixed in: 2.1.12.0~dfsg0-1ubuntu0.1~esm1
ubuntupatch availablevia ubuntu_usn
Product: openimageio (noble)Fixed in: 2.4.17.0+dfsg-1.1ubuntu0.1~esm1
ubuntupatch availablevia ubuntu_usn
Product: openimageio (resolute)Fixed in: 2.5.19.1+dfsg-2ubuntu0.1~esm1
ubuntupatch availablevia ubuntu_usn
Product: openimageio (xenial)Fixed in: 1.6.11~dfsg0-1ubuntu1+esm2
github_advisoryvendor investigatingvia nvd_reference
View patch

Vendor Advisories (1)

ubuntuUSN-8438-1

OpenImageIO vulnerabilities

Jun 16, 2026

References

github.com / AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-cq46-hp4h-cvfr
ExploitVendor Advisory