Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-33131 Details

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-290Authentication Bypass by Spoofing[email protected]

Affected Products

ProductVersions
h3 h3
2.0.0
2.0.1 rc10
2.0.1 rc11
2.0.1 rc12
2.0.1 rc13

CPE

  • 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:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-33131
NVD Published Date:
Mar 20, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-33131 Details - Not Deferred