CVE-2026-16028
Last modified
CVE-2026-16028 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Protocol::HTTP2 versions before 1.14 for Perl allow memory exhaustion via closed streams that stream_state never removes from the connection stream table. When a stream reaches the CLOSED state, stream_state returns the concurrency slot and clears most of the stream's keys, but the entry itself stays in the connection stream table and nothing in the distribution removes it. Stream identifiers increase monotonically, so a peer can open and close streams on one connection indefinitely, each close leaving a residual entry that is retained for the life of the connection. SETTINGS_MAX_CONCURRENT_STREAMS does not bound this. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
Protocol::HTTP2 versions before 1.14 for Perl allow memory exhaustion via closed streams that stream_state never removes from the connection stream table. When a stream reaches the CLOSED state, stream_state returns the concurrency slot and clears most of the stream's keys, but the entry itself stays in the connection stream table and nothing in the distribution removes it. Stream identifiers increase monotonically, so a peer can open and close streams on one connection indefinitely, each close leaving a residual entry that is retained for the life of the connection. SETTINGS_MAX_CONCURRENT_STREAMS does not bound this. That setting caps how many streams are live at once and is enforced, while the growth is made of streams the cap has already released, so it accumulates with concurrency never exceeding one. The client keeps the same table and grows the same way against a hostile server. Measured against a server built on this module, roughly 920 bytes are retained per closed stream for about 19 bytes on the wire, so 100,000 sequential streams on one connection grow server resident memory by about 88 MiB. The streams are ordinary requests that the application accepts and completes.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 1.14 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-16028?
How severe is CVE-2026-16028?
How do I fix CVE-2026-16028?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-16017A security flaw has been discovered in mosaxiv clawlet up to…6.3
- CVE-2026-16019Improper neutralization of special elements used in an SQL c…9.8
- CVE-2026-1602SQL injection in Ivanti Endpoint Manager before version 2024…6.5
- CVE-2026-16022@oblique/cli 15.4.0 contains an OS command injection vulnera…7.8
- CVE-2026-16025Improper validation of specified quantity in input vulnerabi…7.5
- CVE-2026-16027Server-Side request forgery (SSRF) vulnerability in Revenue …5.4
- CVE-2026-1603An authentication bypass in Ivanti Endpoint Manager before v…7.5
- CVE-2026-16030The MStore API WordPress plugin before 4.21.0 does not corr…8.1
- CVE-2026-16032The LWS Optimize WordPress plugin before 4.1.2 does not pro…6.1
- CVE-2026-16033A path traversal vulnerability in LXD allows an attacker to …8.5
- CVE-2026-16035The miniOrange 2FA WordPress plugin before 6.2.7 does not r…4.3
- CVE-2026-16036The miniOrange 2FA WordPress plugin before 6.2.7 does not b…7.5
Are you affected by CVE-2026-16028?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
