CVE-2026-10725

Source
https://cve.org/CVERecord?id=CVE-2026-10725
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-10725.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-10725
Downstream
Related
Published
2026-06-06T09:14:45.652Z
Modified
2026-07-15T01:49:04.742198415Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Protocol::HTTP2 versions before 1.13 for Perl is vulnerable to a HTTP/2 Bomb
Details

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 headersdecode method materialises a full key+value copy per indexed reference with no running size check, and the streamheaderblockadd method appends (since version 1.12) every CONTINUATION frame to the per-stream buffer unbounded.

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

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/10xxx/CVE-2026-10725.json",
    "cna_assigner": "CPANSec",
    "cwe_ids": [
        "CWE-409"
    ]
}
References

Affected packages

Git / github.com/vlet/p5-protocol-http2

Affected ranges

Type
GIT
Repo
https://github.com/vlet/p5-protocol-http2
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
{
    "cpe": "cpe:2.3:a:crux:protocol\\:\\:http2:*:*:*:*:*:perl:*:*",
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.13"
        }
    ]
}

Affected versions

0.*
0.01
0.02
0.03
0.04
0.05
0.06
0.07
0.08
0.09
0.10
0.11
0.12
0.13
0.14
0.15
0.16
1.*
1.00
1.01
1.02
1.03
1.04
1.05
1.06
1.07
1.08
1.09
1.10
1.11
1.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-10725.json"