CVE-2026-43907

Publication date 14 May 2026

Last updated 18 June 2026


Ubuntu priority

Cvss 3 Severity Score

8.3 · High

Score breakdown

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 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.

Read the notes from the security team

Status

Package Ubuntu Release Status
openimageio 26.04 LTS resolute
Fixed 2.5.19.1+dfsg-2ubuntu0.1~esm1
25.10 questing
Vulnerable
24.04 LTS noble
Fixed 2.4.17.0+dfsg-1.1ubuntu0.1~esm1
22.04 LTS jammy
Vulnerable, fix deferred
20.04 LTS focal
Fixed 2.1.12.0~dfsg0-1ubuntu0.1~esm1
18.04 LTS bionic
Fixed 1.7.17~dfsg0-1ubuntu2+esm1

Get expanded security coverage with Ubuntu Pro

Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.

Get Ubuntu Pro 30-day free trial

Notes


elisehdy

openimageio in jammy is currently FTBFS due to OpenVDB/oneTBB namespace conflict; fix deferred pending resolution.

Patch details

For informational purposes only. We recommend not to cherry-pick updates. How can I get the fixes?

Package Patch details
openimageio

Severity score breakdown

CVSS version: CVSS v3.0

Base score 8.3 · High

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


Access our resources on patching vulnerabilities