CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33131

High
Published: Translated: NVD NIST

Summary

H3 to minimalny framework H(TTP). Wersje od 2.0.0-0 do 2.0.1-rc.14 zawierają podatność na fałszowanie nagłówka Host w NodeRequestUrl, co pozwala na ominięcie middleware. Atakujący może dostarczyć spreparowany nagłówek Host, co prowadzi do nieautoryzowanego dostępu do wrażliwych tras.

Risk Assessment

Organizacje korzystające z H3 mogą być narażone na ataki, które omijają mechanizmy uwierzytelniania i autoryzacji, co może prowadzić do nieautoryzowanego dostępu do danych i funkcji aplikacji.

Recommendation

Zaleca się natychmiastowe zaktualizowanie H3 do wersji 2.0.1-rc.15, która zawiera poprawkę eliminującą tę podatność. Należy również przeanalizować i zabezpieczyć middleware, które korzysta z właściwości event.url.

Related vulnerabilities

Original NVD description (English source)

H3 is a minimal H(TTP) framework. Versions 2.0.0-0 through 2.0.1-rc.14 contain a Host header spoofing vulnerability in the NodeRequestUrl (which extends FastURL) which allows middleware bypass. When event.url, event.url.hostname, or event.url._url is accessed, such as in a logging middleware, the _url getter constructs a URL from untrusted data, including the user-controlled Host header. Because H3's router resolves the route handler before middleware runs, an attacker can supply a crafted Host header (e.g., Host: localhost:3000/abchehe?) to make the middleware path check fail while the route handler still matches, effectively bypassing authentication or authorization middleware. This affects any application built on H3 (including Nitro/Nuxt) that accesses event.url properties in middleware guarding sensitive routes. The issue requires an immediate fix to prevent FastURL.href from being constructed with unsanitized, attacker-controlled input. Version 2.0.1-rc.15 contains a patch for th

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