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.
References
Configurations
History
23 Jul 2026, 07:10
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
10 Jun 2026, 14:56
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Crux protocol\
Crux |
|
| References | () https://github.com/vlet/p5-Protocol-HTTP2/commit/822bf22224adbd662e8d0b865eeacb2b294d16cd.patch - Patch | |
| References | () https://metacpan.org/release/CRUX/Protocol-HTTP2-1.12/source/lib/Protocol/HTTP2/HeaderCompression.pm#L133 - Product | |
| References | () https://metacpan.org/release/CRUX/Protocol-HTTP2-1.12/source/lib/Protocol/HTTP2/Stream.pm#L414 - Product | |
| References | () https://metacpan.org/release/CRUX/Protocol-HTTP2-1.13/changes - Release Notes | |
| References | () https://security.metacpan.org/patches/P/Protocol-HTTP2/1.12/CVE-2026-10725-r2.patch - Patch | |
| References | () http://www.openwall.com/lists/oss-security/2026/06/06/7 - Mailing List, Third Party Advisory | |
| CPE | cpe:2.3:a:crux:protocol\:\:http2:*:*:*:*:*:perl:*:* |
09 Jun 2026, 08:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary | (en) 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. |
08 Jun 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
06 Jun 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
06 Jun 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-06 10:16
Updated : 2026-07-23 07:10
NVD link : CVE-2026-10725
Mitre link : CVE-2026-10725
CVE.ORG link : CVE-2026-10725
JSON object : View
Products Affected
crux
- protocol\
CWE
CWE-409
Improper Handling of Highly Compressed Data (Data Amplification)
