struktur AGのlibde265における整数オーバーフローの脆弱性
| Title |
struktur AGのlibde265における整数オーバーフローの脆弱性
|
| Summary |
libde265はH.265ビデオコーデックのオープンソース実装です。バージョン1.1.0以前では、大きなSPS寸法と16ビットのビット深度を持つ細工されたH.265ビットストリームによって、`de265_image_get_buffer()`(`libde265/image.cc:128`)内で符号付き整数オーバーフローが発生します。このオーバーフローにより、平面の割り当てサイズが約1KBの小さい値にラップされますが、その後の`fill_image()`呼び出しでは`size_t`を使って実際のサイズを計算し、サイズ不足のヒープバッファに約4GBを書き込みます。この問題はバージョン1.1.0で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 19, 2026, midnight |
| Registration Date |
June 29, 2026, 11:14 a.m. |
| Last Update |
June 29, 2026, 11:14 a.m. |
|
CVSS3.0 : 重要
|
| Score |
7.1
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H |
Affected System
| struktur AG |
|
libde265 1.1.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月29日] 掲載 |
June 29, 2026, 11:14 a.m. |
NVD Vulnerability Information
CVE-2026-49346
| Summary |
libde265 is an open source implementation of the h.265 video codec. Prior to version 1.1.0, a crafted H.265 bitstream with large SPS dimensions and 16-bit bit depth causes a signed integer overflow in `de265_image_get_buffer()` (`libde265/image.cc:128`). The overflow wraps the plane allocation size to a small value (~1 KB), but the subsequent `fill_image()` call computes the real size using `size_t`, writing ~4 GB into the undersized heap buffer. Version 1.1.0 patches the issue.
|
| Publication Date |
June 20, 2026, 6:17 a.m. |
| Registration Date |
June 27, 2026, 4:07 a.m. |
| Last Update |
June 24, 2026, 1 a.m. |
Related information, measures and tools
Common Vulnerabilities List