CVE-2026-33808
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@fastify/expressnpm | < 4.0.5 | 4.0.5 |
Affected products
3Patches
Vulnerability mechanics
References
4- github.com/fastify/fastify-express/security/advisories/GHSA-6hw5-45gm-fj88nvdExploitMitigationVendor AdvisoryWEB
- cna.openjsf.org/security-advisories.htmlnvdVendor AdvisoryWEB
- github.com/advisories/GHSA-6hw5-45gm-fj88ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-33808ghsaADVISORY
News mentions
0No linked articles in our index yet.