CVE-2026-33131
CVE-2026-33131 is a high-severity vulnerability in H3 with a CVSS 3.x base score of 7.4. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-290.
Key facts
- Severity: High (CVSS 3.x base score 7.4)
- EPSS exploit prediction: 0% (31st percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-13672
- Weakness: CWE-290
- Affected product: H3
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2026-33131?
- 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.
- How severe is CVE-2026-33131?
- CVE-2026-33131 has a CVSS 3.x base score of 7.4, rated high severity. It is exploitable over network with high attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability none.
- Is CVE-2026-33131 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (31st percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-33131?
- CVE-2026-33131 primarily affects H3. In total, 14 product configurations (CPEs) are listed as vulnerable; see the affected-products list for the exact versions.
- How do I fix CVE-2026-33131?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-33131 have an EU (EUVD) identifier?
- Yes. CVE-2026-33131 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-13672.
- When was CVE-2026-33131 published?
- CVE-2026-33131 was published on 2026-03-20 and last updated on 2026-06-17.
References
Affected products (14)
- cpe:2.3:a:h3:h3:2.0.0:*:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc10:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc11:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc12:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc13:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc14:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc2:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc3:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc4:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc5:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc6:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc7:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc8:*:*:*:node.js:*:*
- cpe:2.3:a:h3:h3:2.0.1:rc9:*:*:*:node.js:*:*
More vulnerabilities in H3
- CVE-2026-23527 — High (CVSS 8.9): H3 is a minimal H(TTP) framework built for high performance and portability. Prior to 1.15.5, there is a critical HTTP…
- CVE-2026-33128 — High (CVSS 7.5): H3 is a minimal H(TTP) framework. In versions prior to 1.15.6 and between 2.0.0 through 2.0.1-rc.14, createEventStream…
- CVE-2026-33129 — Medium (CVSS 5.9): H3 is a minimal H(TTP) framework. Versions 2.0.1-beta.0 through 2.0.0-rc.8 contain a Timing Side-Channel vulnerability…
- CVE-2026-33490 — Low (CVSS 3.7): H3 is a minimal H(TTP) framework. In versions 2.0.0-0 through 2.0.1-rc.16, the `mount()` method in h3 uses a simple…
Other CWE-290 vulnerabilities
- CVE-2026-48567 — Critical (CVSS 10.0): Authentication bypass by spoofing in Azure HorizonDB allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-6213 — Critical (CVSS 10.0): A vulnerability in Remote Spark SparkView before build 1122 allows an attacker to bypasses the local connection check…
- CVE-2026-39858 — Critical (CVSS 10.0): Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a high…
- CVE-2025-66570 — Critical (CVSS 10.0): cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.27.0, a vulnerability…
- CVE-2025-34063 — Critical (CVSS 10.0): A cryptographic authentication bypass vulnerability exists in OneLogin AD Connector prior to 6.1.5 due to the exposure…
- CVE-2023-22814 — Critical (CVSS 10.0): An authentication bypass issue via spoofing was discovered in the token-based authentication mechanism that could allow…