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

OpenEXRは、映画産業向けの画像保存フォーマットであるEXRファイルフォーマットの仕様および参照実装を提供します。バージョン3.0.0から3.2.9未満、3.3.0から3.3.11未満、および3.4.0から3.4.11未満の間、IDManifest::init()はプレフィックス圧縮された表現から文字列を再構築します。前の文字列が255バイトを超える場合、次の文字列は2バイトのプレフィックス長で始まることが期待されます。しかし、コードは現在の文字列が少なくとも2バイトあるかを確認せずにstringList[i][0]とstringList[i][1]を読み取っています。この問題はバージョン3.2.9、3.3.11、および3.4.11で修正されました。

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

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

Publication Date May 7, 2026, midnight
Registration Date May 11, 2026, 11:09 a.m.
Last Update May 11, 2026, 11:09 a.m.
CVSS3.0 : 緊急
Score 9.1
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected System
OpenEXR
OpenEXR 3.0.0 以上 3.2.9 未満
OpenEXR 3.3.0 以上 3.3.11 未満
OpenEXR 3.4.0 以上 3.4.11 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年05月11日]
  掲載
May 11, 2026, 11:09 a.m.

NVD Vulnerability Information
CVE-2026-42216
Summary

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From versions 3.0.0 to before 3.2.9, 3.3.0 to before 3.3.11, and 3.4.0 to before 3.4.11, IDManifest::init() reconstructs strings from a prefix-compressed representation. If the previous string is longer than 255 bytes, the next string is expected to begin with a 2-byte prefix length. The code reads stringList[i][0] and stringList[i][1] without checking that the current string has at least two bytes. This issue has been patched in versions 3.2.9, 3.3.11, and 3.4.11.

Publication Date May 7, 2026, 1:16 p.m.
Registration Date May 8, 2026, 4:09 a.m.
Last Update May 9, 2026, 1:56 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:* 3.0.0 3.2.9
cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:* 3.3.0 3.3.11
cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:* 3.4.0 3.4.11
Related information, measures and tools
Common Vulnerabilities List