Denial of Service Vulnerability in Quicly Implementation for H2O HTTP Server
CVE-2026-44436
7.5HIGH
What is CVE-2026-44436?
Quicly, a QUIC protocol implementation used within the H2O HTTP server, is susceptible to a Denial of Service attack due to connection state corruption. This vulnerability arises from a mismatch in the maximum length of Connection IDs handled by the packet decoder and the actual buffer size within the library. Specifically, while QUIC version 1 limits Connection IDs to 20 bytes, Quicly accepts IDs up to 255 bytes, leading to potential inconsistencies and assertion failures when applications lack proper enforcement mechanisms. This issue has been addressed in commit 8b178e6.
Affected Version(s)
quicly < 8b178e6
