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

exploitDog

nvd логотип

CVE-2026-43996

Опубликовано: 14 мая 2026
Источник: nvd
CVSS3: 5.5
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, the bounds check in TGAInput::decode_pixel computes k + palbytespp as unsigned 32-bit arithmetic. When k = 0xFFFFFFFC and palbytespp = 4, the addition wraps to 0, which compares less than palette_alloc_size and passes the check. The subsequent palette access uses the unwrapped k (0xFFFFFFFC) as the index, reading ~4 GB past the start of the palette buffer — SEGV. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.

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

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

Одно из

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

EPSS

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

5.5 Medium

CVSS3

Дефекты

CWE-125

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

CVSS3: 5.5
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, the bounds check in TGAInput::decode_pixel computes k + palbytespp as unsigned 32-bit arithmetic. When k = 0xFFFFFFFC and palbytespp = 4, the addition wraps to 0, which compares less than palette_alloc_size and passes the check. The subsequent palette access uses the unwrapped k (0xFFFFFFFC) as the index, reading ~4 GB past the start of the palette buffer — SEGV. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.

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

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

EPSS

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

5.5 Medium

CVSS3

Дефекты

CWE-125