9.1

CVE-2026-33131

Exploit
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 this issue.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
H3H3 Version2.0.0 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc10 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc11 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc12 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc13 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc14 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc2 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc3 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc4 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc5 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc6 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc7 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc8 SwPlatformnode.js
H3H3 Version2.0.1 Updaterc9 SwPlatformnode.js
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.02% 0.06
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 9.1 3.9 5.2
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
security-advisories@github.com 7.4 2.2 5.2
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
CWE-290 Authentication Bypass by Spoofing

This attack-focused weakness is caused by incorrectly implemented authentication schemes that are subject to spoofing attacks.