CVE Catalog

CVE-2026-55213

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.34%

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

Summary

A vulnerability in the h2o HTTP server prior to commit edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1 causes a crash when processing QPACK instructions over HTTP/3. The function in lib/http3/qpack.c allocates an on-stack buffer of approximately 800 KB using alloca, exceeding the default pthread stack size in musl libc and leading to a segmentation fault.

Risk Assessment

An attacker can send a crafted QPACK instruction, causing the h2o server to crash and resulting in a denial of service (DoS). The vulnerability affects systems using musl libc, such as Alpine Linux.

Recommendation

Immediately update the h2o server to a version containing commit edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1 or later. If an update is not possible, consider increasing the default thread stack size or disabling HTTP/3.

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 edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1, when h2o processes a QPACK instruction sent from the peer over HTTP/3, lib/http3/qpack.c might allocate an on-stack buffer as large as approximately 800 KB by calling alloca, which exceeds the default pthread stack size used by musl libc and causes the h2o server to crash with a segmentation fault while touching the guard page. This issue is fixed in commit edd7a120bfc4af11ac0cbebce2a43cc1f93f9af1.

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