Lucene search
+L

755 matches found

OSV
OSV
added 2026/01/20 4:35 p.m.13 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
EUVD
EUVD
added 2026/01/20 4:34 p.m.10 views

EUVD-2026-3321

Fastify Middie Middleware Path Bypass...

8.4CVSS5.3AI score0.00465EPSS
SaveExploits1References5
OSV
OSV
added 2026/01/20 4:34 p.m.10 views

GHSA-CXRG-G7R8-W69P Fastify Middie Middleware Path Bypass

Summary A security vulnerability exists in @fastify/middie 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 Fastify...

8.4CVSS5.8AI score0.00465EPSS
SaveExploits2References6
Github Security Blog
Github Security Blog
added 2026/01/20 4:34 p.m.15 views

Fastify Middie Middleware Path Bypass

Summary A security vulnerability exists in @fastify/middie 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 Fastify...

8.8CVSS5.7AI score0.00465EPSS
SaveExploits1References6Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/20 3:27 p.m.10 views

CVE-2026-22031

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.8CVSS5.5AI score0.00465EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/01/20 12:00 a.m.11 views

PT-2026-33313

Name of the Vulnerable Software and Affected Versions @fastify/static versions 8.0.0 through 9.1.0 Description @fastify/static decodes percent-encoded path separators '%2F' before filesystem resolution, whereas the Fastify router treats them as literal characters. This discrepancy allows for a...

5.9CVSS5.7AI score0.00413EPSS
SaveExploits1References23
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.12 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.29 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.45 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
ATTACKERKB
ATTACKERKB
added 2026/01/19 4:48 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.4CVSS5.5AI score0.00465EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/01/19 4:48 p.m.13 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.4CVSS5.6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/01/19 4:48 p.m.9 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.4CVSS5.5AI score0.00327EPSS
SaveExploits0References2
NVD
NVD
added 2026/01/19 4:15 p.m.15 views

CVE-2026-22031

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.8CVSS0.00465EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/01/19 3:46 p.m.13 views

Improper Handling of URL Encoding (Hex Encoding)

Overview @fastify/middie is a Middleware engine 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 /admin. An...

8.9CVSS5.6AI score0.00465EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/01/19 3:24 p.m.28 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS0.00465EPSS
SaveExploits1References4
CVE
CVE
added 2026/01/19 3:24 p.m.25 views

CVE-2026-22031

CVE-2026-22031 affects the Fastify middleware plugin @fastify/middie (prior to 9.1.0). A vulnerability allows bypassing a middleware registered with a path prefix by using URL-encoded paths (e.g., /%61dmin). The middie engine uses path-to-regexp for matching; the regex is applied to the undecoded...

8.8CVSS5.5AI score0.00465EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/01/19 3:24 p.m.8 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/01/19 3:24 p.m.2 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.5AI score0.00465EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/01/19 3:24 p.m.7 views

CVE-2026-22031

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.5AI score0.00465EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder