Cyber Resilience

CVE-2026-43909

HighPublic PoC

Published: 14 May 2026

Published
14 May 2026
Modified
15 May 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0037 29.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-43909 is a high-severity Out-of-bounds Read (CWE-125) vulnerability in Openimageio Openimageio. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 29.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

OOB read/write primitive in image parsing library directly enables client-side exploitation via malicious DPX files.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-55192Same product: Openimageio Openimageio
CVE-2024-55194Same product: Openimageio Openimageio
CVE-2026-43907Same product: Openimageio Openimageio
CVE-2026-43908Same product: Openimageio Openimageio
CVE-2024-55193Same product: Openimageio Openimageio
CVE-2026-33642Shared CWE-125, CWE-190
CVE-2026-9910Shared CWE-125, CWE-787
CVE-2026-5735Shared CWE-125, CWE-787
CVE-2026-42046Shared CWE-190, CWE-787
CVE-2026-6786Shared CWE-125, CWE-787

Affected Assets

openimageio
openimageio
3.2.0.0, 3.2.0.2 · ≤ 3.0.18.0 · 3.1.4.0 — 3.1.13.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-787

Out-of-bounds writes that corrupt control flow or inject shellcode are rendered non-executable by the same memory protections.

References