製品・ソフトウェアに関する情報
CRUXのProtocol::HTTP2における高圧縮データの処理 (データ増幅)に関する脆弱性
Title CRUXのProtocol::HTTP2における高圧縮データの処理 (データ増幅)に関する脆弱性
Summary

Perl用Protocol::HTTP2のバージョン1.13未満にはHTTP/2ボムの脆弱性があります。Protocol::HTTP2の受信HPACK経路にはヘッダーリストサイズの制限がなく、小さなHTTP/2リクエストがサーバー側で大きなメモリ消費(いわゆる「HTTP/2ボム」)に拡大する可能性があります。headers_decodeメソッドは、インデックス付き参照ごとに完全なキーと値のコピーを生成し、サイズチェックを行いません。stream_header_block_addメソッドは、すべてのCONTINUATIONフレームをストリームごとのバッファに制限なく連結します(バージョン1.12以降)。MAX_HEADER_LIST_SIZE(デフォルト65536)はSETTINGSで通知されますが、デコード時には使用されません。デコーダおよび:limitsエクスポートタグにも存在していません。

Possible impacts ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date June 6, 2026, midnight
Registration Date June 11, 2026, 4:14 p.m.
Last Update June 11, 2026, 4:14 p.m.
CVSS3.0 : 重要
Score 7.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected System
CRUX
Protocol::HTTP2 1.13 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年06月11日]
  掲載
June 11, 2026, 4:14 p.m.

NVD Vulnerability Information
CVE-2026-10725
Summary

Protocol::HTTP2 versions before 1.13 for Perl is vulnerable to a HTTP/2 Bomb.

Protocol::HTTP2's inbound HPACK path has no header-list size limit, so a small HTTP/2 request can expand into large server memory (the "HTTP/2 bomb").

The headers_decode method materialises a full key+value copy per indexed reference with no running size check, and the stream_header_block_add method appends (since version 1.12) every CONTINUATION frame to the per-stream buffer unbounded.

MAX_HEADER_LIST_SIZE (default 65536) is advertised in SETTINGS but never consulted on decode. It is absent from the decoder and from the :limits export tag.

Publication Date June 6, 2026, 7:16 p.m.
Registration Date June 7, 2026, 4:13 a.m.
Last Update June 10, 2026, 11:56 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:crux:protocol\:\:http2:*:*:*:*:*:perl:*:* 1.13
Related information, measures and tools
Common Vulnerabilities List