Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-43909 Details

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, a signed 32-bit integer overflow in the loop index expression i * 4 inside SwapRGBABytes() causes the function to compute a large negative pointer offset when processing kABGR DPX images with large dimensions. The immediate crash is an out-of-bounds read (the memcpy at line 45 reads from &input[i * 4] first), but the subsequent write operations at lines 46–49 target the same wrapped offset — making this a combined OOB read+write primitive. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-125Out-of-bounds Read[email protected]
CWE-190Integer Overflow or Wraparound[email protected]
CWE-787Out-of-bounds Write[email protected]

Affected Products

ProductVersions
openimageio openimageio
< 3.0.18.0
>= 3.1.4.0, < 3.1.13.0
3.2.0.0 dev
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:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-43909
NVD Published Date:
May 14, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-43909 Details - Not Deferred