製品・ソフトウェアに関する情報
OpenImageIO (OIIO)における境界外読み取りに関する脆弱性
Title OpenImageIO (OIIO)における境界外読み取りに関する脆弱性
Summary

OpenImageIOは、VFXやアニメーションに関連するあらゆる画像ファイル形式の読み書きおよび操作を行うツールセットです。バージョン3.0.18.0および3.1.13.0以前では、TGAInput::decode_pixel内の境界チェックでk + palbytesppの計算が符号なし32ビット算術で行われています。kが0xFFFFFFFC、palbytesppが4の場合、この加算はオーバーフローして0にラップし、palette_alloc_sizeより小さいと判定されてチェックを通過します。その後のパレットアクセスはラップされていないk(0xFFFFFFFC)をインデックスとして使用し、パレットバッファの開始位置から約40億バイト先を読み取るため、SEGV(セグメンテーション違反)が発生します。この脆弱性はバージョン3.0.18.0および3.1.13.0で修正されました。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 14, 2026, midnight
Registration Date May 18, 2026, 11:22 a.m.
Last Update May 18, 2026, 11:22 a.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Affected System
OpenImageIO (OIIO)
OpenImageIO (OIIO) 3.0.18.0 未満
OpenImageIO (OIIO) 3.1.0.0 以上 3.1.13.0 未満
OpenImageIO (OIIO) 3.2.0.0
OpenImageIO (OIIO) 3.2.0.2
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年05月18日]
  掲載
May 18, 2026, 11:22 a.m.

NVD Vulnerability Information
CVE-2026-43996
Summary

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.

Publication Date May 15, 2026, 5:17 a.m.
Registration Date May 17, 2026, 4:09 a.m.
Last Update May 16, 2026, 10:16 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
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:*:*:*:*:*:*
Related information, measures and tools
Common Vulnerabilities List