PT-2026-33034 · Npm · Fastify-Express
Climba03003
+3
·
Published
2026-04-15
·
Updated
2026-04-28
·
CVE-2026-33807
CVSS v2.0
9.4
Critical
| Vector | AV:N/AC:L/Au:N/C:C/I:C/A:N |
Name of the Vulnerable Software and Affected Versions
@fastify/express versions prior to 4.0.5
Description
A path handling bug in the
onRegister() function causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix matching a middleware path, the path is prefixed a second time, preventing it from matching incoming requests. This leads to a complete bypass of Express middleware security controls, such as authentication, authorization, and rate limiting, for all routes defined within affected child plugin scopes.Recommendations
Upgrade to version 4.0.5 or later.
Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Fastify-Express