ubuntu-cve-2026-10725
Vulnerability from osv_ubuntu
Published
2026-06-06 10:16
Modified
2026-06-11 13:02
Summary
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 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.
Severity
7.5 (High)
N/A (UNKNOWN)
References
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libprotocol-http2-perl",
"binary_version": "1.08-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "libprotocol-http2-perl",
"purl": "pkg:deb/ubuntu/libprotocol-http2-perl@1.08-1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.08-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libprotocol-http2-perl",
"binary_version": "1.10-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "libprotocol-http2-perl",
"purl": "pkg:deb/ubuntu/libprotocol-http2-perl@1.10-1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.09-1",
"1.10-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libprotocol-http2-perl",
"binary_version": "1.10-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "libprotocol-http2-perl",
"purl": "pkg:deb/ubuntu/libprotocol-http2-perl@1.10-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.10-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libprotocol-http2-perl",
"binary_version": "1.10-3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "libprotocol-http2-perl",
"purl": "pkg:deb/ubuntu/libprotocol-http2-perl@1.10-3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.10-3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libprotocol-http2-perl",
"binary_version": "1.11-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "libprotocol-http2-perl",
"purl": "pkg:deb/ubuntu/libprotocol-http2-perl@1.11-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.11-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libprotocol-http2-perl",
"binary_version": "1.11-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "libprotocol-http2-perl",
"purl": "pkg:deb/ubuntu/libprotocol-http2-perl@1.11-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.11-1"
]
}
],
"aliases": [],
"details": "Protocol::HTTP2 versions before 1.13 for Perl is vulnerable to a HTTP/2 Bomb. Protocol::HTTP2\u0027s 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.",
"id": "UBUNTU-CVE-2026-10725",
"modified": "2026-06-11T13:02:03Z",
"published": "2026-06-06T10:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-10725"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10725"
},
{
"type": "REPORT",
"url": "https://lists.security.metacpan.org/cve-announce/msg/40751319/"
},
{
"type": "REPORT",
"url": "https://security.metacpan.org/patches/P/Protocol-HTTP2/1.12/CVE-2026-10725-r1.patch"
},
{
"type": "REPORT",
"url": "https://metacpan.org/release/CRUX/Protocol-HTTP2-1.12/source/lib/Protocol/HTTP2/HeaderCompression.pm#L133"
},
{
"type": "REPORT",
"url": "https://metacpan.org/release/CRUX/Protocol-HTTP2-1.12/source/lib/Protocol/HTTP2/Stream.pm#L414"
},
{
"type": "REPORT",
"url": "http://www.openwall.com/lists/oss-security/2026/06/06/7"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-10725"
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…