CVE-2026-44436
Last modified
CVE-2026-44436 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Quicly is an IETF QUIC protocol implementation intended primarily for use within the H2O HTTP server. Prior to commit 8b178e6, Quicly is vulnerable to a Denial of Service attack through connection state corruption. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
Quicly is an IETF QUIC protocol implementation intended primarily for use within the H2O HTTP server. Prior to commit 8b178e6, Quicly is vulnerable to a Denial of Service attack through connection state corruption. In QUIC Invariants, the maximum length of a Connection ID is 255 bytes, while QUIC version 1 further restricts the maximum to 20 bytes. Quicly implements QUIC version 1 and therefore its CID buffers are limited to 20 bytes. However, to be able to respond to unknown versions of QUIC, its packet decoder accepts Connection IDs of up to 255 bytes. As its CID buffers are merely 20 bytes long, Quicly must reject QUIC version 1 packets with Connection IDs longer than that. The command line tool bundled with Quicly has had that check, however the library itself lacked such enforcement. As a consequence, when used by applications that lack their own enforcement, the connection state becoming inconsistent to buffer overrun. Fortunately, the overflow stops within the allocated chunk of memory, but nevertheless, the bug leads to assertion failures. This issue has been fixed by commit 8b178e6.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| H2o | Quicly | < 2026-05-29 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-44436?
How severe is CVE-2026-44436?
How do I fix CVE-2026-44436?
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-44430The MCP Registry provides MCP clients with a list of MCP ser…4
- CVE-2026-44431urllib3 is an HTTP client library for Python. From 1.23 to b…5.3
- CVE-2026-44432urllib3 is an HTTP client library for Python. From 2.6.0 to …7.5
- CVE-2026-44433Quicly is an IETF QUIC protocol implementation intended prim…7.5
- CVE-2026-44434Quicly is an IETF QUIC protocol implementation intended prim…5.3
- CVE-2026-44435Quicly is an IETF QUIC protocol implementation intended prim…7.5
- CVE-2026-44437The Angular SSR is a server-rise rendering tool for Angular …6.1
- CVE-2026-44439PlaywrightCapture is a simple replacement for splash using p…7.5
- CVE-2026-4444Stack buffer overflow in WebRTC in Google Chrome prior to 14…8.8
- CVE-2026-44440ERPNext is a free and open source Enterprise Resource Planni…5.7
- CVE-2026-44441ERPNext is a free and open source Enterprise Resource Planni…4.3
- CVE-2026-44442ERPNext is a free and open source Enterprise Resource Planni…9.9
Are you affected by CVE-2026-44436?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
