CVE Catalog

CVE-2026-44452

MediumCVSS 5.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

16th percentile - higher than 16% of all known CVEs

Summary

A vulnerability in the h2o HTTP server prior to commit 8dc37cb causes an out-of-bounds read when processing a ClientHello message over TLS or QUIC containing a zero-length SNI extension. This can lead to a segmentation violation and potential denial-of-service (DoS) attack.

Risk Assessment

An attacker can send a crafted TLS/QUIC request with an empty SNI, causing the server to crash and disrupting service. All h2o instances exposed to network traffic are at risk.

Recommendation

Immediately update h2o to a version containing commit 8dc37cb or later. If an update is not possible, consider temporarily disabling SNI support or applying WAF rules to block empty SNI extensions.

Other vulnerabilities in h2o

See all
Original NVD description (English source)

h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. Prior to commit 8dc37cb, when h2o receives a ClientHello message over TLS or QUIC and it contains a zero-length SNI extension, the h2o server runs over the zero-length hostname while trying to copy the hostname, assuming that it is NULL-terminated. This is a potential denial-of-service attack vector in sense that it might trigger segmentation violation. This issue has been fixed by commit 8dc37cb.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS