๐Ÿ” CVE Alert

CVE-2026-44436

HIGH 7.5

Quicly is vulnerable to connection state corruption

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-120 CWE-787
Vendor h2o
Product quicly
Published Jul 16, 2026
Stay Ahead of the Next One

Get instant alerts for h2o quicly

Be the first to know when new high vulnerabilities affecting h2o quicly are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

h2o / quicly
< 8b178e6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/h2o/quicly/security/advisories/GHSA-v55w-59qx-2v78 github.com: https://github.com/h2o/quicly/commit/8b178e692c51a3b1031612ef89f03a53aac63c15