Impact@fastify/express v4.0.4 and earlier fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows complete bypass of path-scoped authentication middleware via duplicate slashes when ignoreDuplicateSlashes is enabled, or via semicolon delimiters when useSemicolonDelimiter is enabled. In both cases, Fastify router normalizes the URL and matches the route, but @fastify/express passes the original un-normalized URL to Express middleware, which fails to match and is skipped. An unauthenticated attacker can access protected routes by manipulating the URL path.
PatchesUpgrade to @fastify/express v4.0.5 or later.
References
| Link | Resource |
|---|---|
| https://cna.openjsf.org/security-advisories.html | Vendor Advisory |
| https://github.com/fastify/fastify-express/security/advisories/GHSA-6hw5-45gm-fj88 | Exploit Mitigation Vendor Advisory |
| https://github.com/fastify/fastify-express/security/advisories/GHSA-6hw5-45gm-fj88 | Exploit Mitigation Vendor Advisory |
Configurations
History
01 Jun 2026, 15:20
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:fastify:fastify\/express:*:*:*:*:*:node.js:*:* | |
| References | () https://cna.openjsf.org/security-advisories.html - Vendor Advisory | |
| References | () https://github.com/fastify/fastify-express/security/advisories/GHSA-6hw5-45gm-fj88 - Exploit, Mitigation, Vendor Advisory | |
| First Time |
Fastify
Fastify fastify\/express |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.1 |
15 Apr 2026, 14:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-15 10:16
Updated : 2026-06-01 15:20
NVD link : CVE-2026-33808
Mitre link : CVE-2026-33808
CVE.ORG link : CVE-2026-33808
JSON object : View
Products Affected
fastify
- fastify\/express
CWE
CWE-436
Interpretation Conflict
