Denial of Service Vulnerability in h2o HTTP Server
CVE-2026-44453
7.5HIGH
What is CVE-2026-44453?
The h2o HTTP server is susceptible to a Denial of Service attack due to improper memory handling during static file serving. Specifically, when the server builds file paths on the stack using the alloca function, it may attempt to allocate up to approximately 600KB of memory, which exceeds the default pthread stack size of 128KB implemented in musl libc. This allocation can trigger a segmentation fault when the server tries to access the guard page, ultimately leading to server crashes. A fix has been implemented in commit 6b5370d to resolve this vulnerability.
Affected Version(s)
h2o < 6b5370d
