CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2026-14198

Critical · CVSS 9.1

@fastify/middie — Middleware Path Matching Bypass via Encoded Slash (Interpretation Conflict / CWE-436)

CVSS
9.1
nvd
EPSS
0.31%
23th pct
KEV
No
Class
other
CWE-436

Description

@fastify/middie versions 9.1.0 through 9.3.2 decode the encoded slash %2F inside path parameter values before matching middleware paths, while Fastify's underlying router preserves the encoding during route lookup. The two layers disagree on the canonical request path, so the middleware fails to match a URL that the route handler does match. When middleware is used for authentication, authorization, rate limiting, or auditing on parameterized paths, an attacker can reach the protected handler by sending a single crafted URL with an encoded slash in the parameter position. The bypass is HTTP method agnostic and requires no authentication or special preconditions. Patches: upgrade to @fastify/middie 9.3.3. Workarounds: avoid parameterized middleware paths for security decisions, or enforce authentication at the route handler or via a Fastify hook that runs after the router has resolved the request.

Search profile — drives PoC discovery

Symbols @fastify/middiemiddie%2Fencoded slashpath parametermiddleware path matchingfastify routerparameterized pathsaddHookuse()GHSA-2v46-jxjm-7q3v
Keywords CVE-2026-14198fastify middie bypassencoded slash middleware bypass%2F path parameter fastifyGHSA-2v46-jxjm-7q3vfastify middie authentication bypassmiddleware path mismatch fastifymiddie 9.1.0 9.3.2 vulnerabilityfastify middleware security bypassparameterized path middleware bypass fastify
Versions: 9.1.0 through 9.3.2

References

Status: enriched · ingested 2026-07-02T18:00:43.000Z · profiled 2026-07-02T18:30:43.000Z