CVE-2026-6556

@fastify/express versions 4.0.6 and earlier only rewrite the plugin prefix for middleware mount paths when the path argument is a string. Non-string mount paths (arrays of paths and regular expressions) are left unprefixed inside prefixed plugin scopes, so middleware registered with those forms does not match the actual prefixed request path. Applications that use path-scoped middleware for authentication, authorization, rate limiting, or auditing on routes inside a prefixed scope can be bypassed by sending a request to the prefixed route, because Fastify still matches the route but the middleware is skipped. Patches: upgrade to @fastify/express 4.0.7. Workarounds: use string mount paths instead of arrays or regular expressions in prefixed plugins, or register one use call per path.
Configurations

Configuration 1 (hide)

cpe:2.3:a:fastify:fastify\/express:*:*:*:*:*:node.js:*:*

History

01 Jul 2026, 15:57

Type Values Removed Values Added
First Time Fastify
Fastify fastify\/express
CPE cpe:2.3:a:fastify:fastify\/express:*:*:*:*:*:node.js:*:*
References () https://cna.openjsf.org/security-advisories.html - () https://cna.openjsf.org/security-advisories.html - Vendor Advisory
References () https://github.com/fastify/fastify-express/security/advisories/GHSA-3wf5-7852-vcfq - () https://github.com/fastify/fastify-express/security/advisories/GHSA-3wf5-7852-vcfq - Mitigation, Vendor Advisory

30 Jun 2026, 13:19

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-30 13:19

Updated : 2026-07-01 15:57


NVD link : CVE-2026-6556

Mitre link : CVE-2026-6556

CVE.ORG link : CVE-2026-6556


JSON object : View

Products Affected

fastify

  • fastify\/express
CWE
CWE-285

Improper Authorization