Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-43907

Опубликовано: 14 мая 2026
Источник: nvd
CVSS3: 8.3
EPSS Низкий

Описание

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

Уязвимые конфигурации

Конфигурация 1

Одно из

cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*
Версия до 3.0.18.0 (исключая)
cpe:2.3:a:openimageio:openimageio:*:*:*:*:*:*:*:*
Версия от 3.1.4.0 (включая) до 3.1.13.0 (исключая)
cpe:2.3:a:openimageio:openimageio:3.2.0.2:dev:*:*:*:*:*:*

EPSS

Процентиль: 30%
0.0037
Низкий

8.3 High

CVSS3

Дефекты

CWE-190

Связанные уязвимости

CVSS3: 8.3
ubuntu
3 месяца назад

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

CVSS3: 8.3
debian
3 месяца назад

OpenImageIO is a toolset for reading, writing, and manipulating image ...

CVSS3: 8.3
fstec
3 месяца назад

Уязвимость функции QueryRGBBufferSizeInternal() библиотеки OpenImageIO, позволяющая нарушителю вызвать отказ в обслуживании

EPSS

Процентиль: 30%
0.0037
Низкий

8.3 High

CVSS3

Дефекты

CWE-190