๐Ÿ” CVE Alert

CVE-2026-6556

CRITICAL 9.1

@fastify/express vulnerable to middleware bypass via non-string mount paths in prefixed plugins

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

@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.

CWE CWE-285
Vendor @fastify/express
Product @fastify/express
Published Jun 30, 2026
Last Updated Jun 30, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/express @fastify/express

Be the first to know when new critical vulnerabilities affecting @fastify/express @fastify/express are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/express / @fastify/express
0 < 4.0.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify-express/security/advisories/GHSA-3wf5-7852-vcfq cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” Jvr2022 UlisesGascon