Lucene search
+L

45 matches found

Vulnrichment
Vulnrichment
added 2026/04/15 9:52 a.m.6 views

CVE-2026-33807 @fastify/express vulnerable to middleware path doubling causing authentication bypass in child plugin scopes

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/15 9:52 a.m.7 views

CVE-2026-33807

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/15 9:52 a.m.30 views

CVE-2026-33807

CVE-2026-33807 affects @fastify/express v4.0.4 and earlier. A path handling bug in onRegister doubles middleware paths when inherited by child plugins, causing the middleware to never match requests. This results in complete bypass of Express middleware security controls (authentication, authoriz...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/04/15 9:52 a.m.12 views

CVE-2026-33807 @fastify/express vulnerable to middleware path doubling causing authentication bypass in child plugin scopes

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS7.2AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/15 9:52 a.m.35 views

CVE-2026-33807 @fastify/express vulnerable to middleware path doubling causing authentication bypass in child plugin scopes

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS0.0043EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/04/15 9:29 a.m.8 views

CVE-2026-33808 @fastify/express vulnerable to middleware authentication bypass via URL normalization gaps (duplicate slashes and semicolons)

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

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/15 9:29 a.m.5 views

CVE-2026-33808

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

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/04/15 9:29 a.m.40 views

CVE-2026-33808 @fastify/express vulnerable to middleware authentication bypass via URL normalization gaps (duplicate slashes and semicolons)

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

9.1CVSS0.00483EPSS
SaveExploits1References2
CVE
CVE
added 2026/04/15 9:29 a.m.37 views

CVE-2026-33808

CVE-2026-33808 affects fastify/express. Root cause: @fastify/express v4.0.4 and earlier fail to normalize URLs before passing to Express middleware when Fastify router normalization is enabled, allowing bypass of path-scoped authentication via duplicate slashes or semicolon delimiters. Outcome: a...

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/04/15 9:29 a.m.11 views

CVE-2026-33808 @fastify/express vulnerable to middleware authentication bypass via URL normalization gaps (duplicate slashes and semicolons)

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

9.1CVSS7.2AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/15 12:0 a.m.18 views

PT-2026-33035

Name of the Vulnerable Software and Affected Versions @fastify/express versions prior to 4.0.5 Description An issue exists where the software fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows an unauthenticated...

10CVSS5.2AI score0.00483EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2026/04/15 12:0 a.m.25 views

@fastify/express 安全漏洞

@fastify/express is a compatibility plugin developed by Fastify. Versions of @fastify/express 4.0.4 and earlier contain security vulnerabilities. These vulnerabilities arise from failing to normalize URLs before passing them to Express middleware when the Fastify router normalization option is...

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/15 12:0 a.m.15 views

@fastify/express 安全漏洞

@fastify/express is a compatibility plugin developed by Fastify. Versions of @fastify/express 4.0.4 and earlier contain security vulnerabilities. These vulnerabilities stem from errors in path handling within the onRegister function, which cause the middleware paths to be added repeatedly when...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/20 5:21 p.m.7 views

CVE-2026-22037

The @fastify/express plugin adds full Express compatibility to Fastify. A security vulnerability exists in @fastify/express prior to version 4.0.3 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the...

8.8CVSS5.5AI score0.00465EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/01/20 4:35 p.m.16 views

@fastify/express vulnerable to Improper Handling of URL Encoding (Hex Encoding)

Summary A security vulnerability exists in @fastify/express where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the middleware engine fails to match the encoded path and skips execution, the underlying Fastif...

8.4CVSS5.5AI score0.00327EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/01/20 4:35 p.m.6 views

GHSA-G6Q3-96CP-5R5M @fastify/express vulnerable to Improper Handling of URL Encoding (Hex Encoding)

Summary A security vulnerability exists in @fastify/express where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the middleware engine fails to match the encoded path and skips execution, the underlying Fastif...

8.4CVSS5.6AI score0.00327EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/01/19 5:48 p.m.8 views

Improper Handling of URL Encoding (Hex Encoding)

Overview @fastify/express is an Express compatibility layer for Fastify Affected versions of this package are vulnerable to Improper Handling of URL Encoding Hex Encoding where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of...

8.9CVSS5.6AI score0.00327EPSS
SaveExploits0References2
NVD
NVD
added 2026/01/19 5:15 p.m.11 views

CVE-2026-22037

The @fastify/express plugin adds full Express compatibility to Fastify. A security vulnerability exists in @fastify/express prior to version 4.0.3 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the...

8.4CVSS0.00327EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/19 4:48 p.m.28 views

CVE-2026-22037 @fastify/express vulnerable to Improper Handling of URL Encoding (Hex Encoding)

The @fastify/express plugin adds full Express compatibility to Fastify. A security vulnerability exists in @fastify/express prior to version 4.0.3 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the...

8.4CVSS0.00327EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/19 4:48 p.m.44 views

CVE-2026-22037

The vulnerability affects the @fastify/express plugin (prior to version 4.0.3). Middleware registered for a specific path prefix can be bypassed when the request uses URL-encoded characters (e.g., /%61dmin instead of /admin). The middleware engine fails to match the encoded path, but the underlyi...

8.4CVSS5.5AI score0.00327EPSS
SaveExploits0References2
Rows per page
Query Builder