Vulnerability Description
h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. Prior to commit 6b5370d, h2o is vulnerable to a Denial of Service attack when calling alloca under certain conditions. When serving static files, h2o builds the file path on stack, by calling alloca. The maximum size of the memory allocated using alloca can be as huge as ~600KB, which exceeds the default pthread stack size used by musl libc (128KB). If the amount of memory allocated by alloca exceeds the stack size, the h2o server crashes with a segmentation fault, while it tries to touch the guard page. This issue has been fixed by commit 6b5370d.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| H2O | H2O | < 2026-05-29 |
Related Weaknesses (CWE)
References
- https://github.com/h2o/h2o/commit/6b5370d9d09fcf83aa7620ddf77de1954a192181Patch
- https://github.com/h2o/h2o/security/advisories/GHSA-rf9v-m59p-mq84Vendor Advisory
FAQ
What is CVE-2026-44453?
CVE-2026-44453 is a vulnerability with a CVSS score of 7.5 (HIGH). h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3. Prior to commit 6b5370d, h2o is vulnerable to a Denial of Service attack when calling alloca under certain conditions. When serving ...
How severe is CVE-2026-44453?
CVE-2026-44453 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44453?
Check the references section above for vendor advisories and patch information. Affected products include: H2O H2O.