Lucene search
+L

755 matches found

EUVD
EUVD
added 2026/04/16 1:03 a.m.13 views

EUVD-2026-22880

@fastify/express's middleware path doubling causes authentication bypass in child plugin scopes...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/16 1:02 a.m.19 views

Fastify's connection header abuse enables stripping of proxy-added headers

Summary @fastify/reply-from and @fastify/http-proxy process the client's Connection header after the proxy has added its own headers via rewriteRequestHeaders. This allows attackers to retroactively strip proxy-added headers like access control or identification headers from upstream requests by...

9CVSS5.9AI score0.00441EPSS
SaveExploits1References4Affected Software2
EUVD
EUVD
added 2026/04/16 1:02 a.m.18 views

EUVD-2026-22877

Fastify's connection header abuse enables stripping of proxy-added headers...

9CVSS5.8AI score0.00441EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/16 1:02 a.m.13 views

GHSA-GWHP-PF74-VJ37 Fastify's connection header abuse enables stripping of proxy-added headers

Summary @fastify/reply-from and @fastify/http-proxy process the client's Connection header after the proxy has added its own headers via rewriteRequestHeaders. This allows attackers to retroactively strip proxy-added headers like access control or identification headers from upstream requests by...

9CVSS5.9AI score0.00441EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/04/16 12:00 a.m.21 views

PT-2026-33323

Name of the Vulnerable Software and Affected Versions @fastify/middie versions prior to 9.3.2 Description A middleware bypass exists when the deprecated ignoreDuplicateSlashes option is enabled. The middleware path matching logic fails to account for duplicate slash normalization performed by the...

7.4CVSS5.7AI score0.00278EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2026/04/16 12:00 a.m.15 views

@fastify/middie 安全漏洞

@fastify/middie is an open-source middleware engine developed by Fastify. Versions of @fastify/middie prior to 9.3.1 contained security vulnerabilities. These vulnerabilities stemmed from the lack of registration of inherited middleware on sub-plugin engine instances, which could lead to bypassin...

9.1CVSS5.8AI score0.00498EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/16 12:00 a.m.23 views

Fastify-Static 安全漏洞

Fastify-Static is an open-source plugin developed by Fastify. It is used to deliver static files as quickly as possible. Versions of Fastify-Static from 8.0.0 to 9.1.0 have security vulnerabilities; these vulnerabilities stem from path traversal when directory listings are enabled, which may lead...

5.3CVSS5.8AI score0.00506EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/16 12:00 a.m.11 views

PT-2026-33320

Name of the Vulnerable Software and Affected Versions @fastify/middie versions prior to 9.3.2 Description Inherited middleware is not registered directly on child plugin engine instances. When authentication middleware is registered in a parent scope and child plugins are registered with...

9.1CVSS5.8AI score0.00498EPSS
SaveExploits1References16
CNNVD
CNNVD
added 2026/04/16 12:00 a.m.21 views

@fastify/middie 安全漏洞

@fastify/middie is an open-source middleware engine developed by Fastify. Versions of @fastify/middie 9.3.1 and earlier contained security vulnerabilities. These vulnerabilities occurred when the deprecated ignoreDuplicateSlashes option was enabled, as the middleware’s path matching logic did not...

9.1CVSS5.8AI score0.00278EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/16 12:00 a.m.20 views

PT-2026-33321

Name of the Vulnerable Software and Affected Versions @fastify/static versions 8.0.0 through 9.1.0 Description Path traversal occurs when directory listing is enabled via the list option. The dirList.path function resolves directories outside the configured static root using path.join without a...

5.3CVSS5.9AI score0.00506EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2026/04/16 12:00 a.m.20 views

Fastify-Static 安全漏洞

Fastify-Static is an open-source plugin developed by Fastify. It is used to deliver static files as quickly as possible. Versions of Fastify-Static from 8.0.0 to 9.1.0 contain security vulnerabilities. These vulnerabilities stem from decoding percent-encoded path separators, which may allow...

5.9CVSS5.8AI score0.00413EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/04/15 9:34 p.m.10 views

CVE-2026-33806

A flaw was found in Fastify. A remote attacker could exploit this vulnerability by prepending a space to the Content-Type header in a request. This action bypasses the application's schema validation, allowing the attacker to submit data that would otherwise be rejected. This could lead to...

7.5CVSS5.8AI score0.00408EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/15 7:24 p.m.11 views

EUVD-2026-22818

Fastify has a Body Schema Validation Bypass via Leading Space in Content-Type Header...

7.5CVSS7.1AI score0.00713EPSS
SaveExploits1References6
OSV
OSV
added 2026/04/15 7:24 p.m.4 views

GHSA-247C-9743-5963 Fastify has a Body Schema Validation Bypass via Leading Space in Content-Type Header

Summary A validation bypass vulnerability exists in Fastify v5.x where request body validation schemas specified via schema.body.content can be completely circumvented by prepending a single space character \x20 to the Content-Type header. The body is still parsed correctly as JSON or any other...

7.5CVSS5.7AI score0.00713EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2026/04/15 7:24 p.m.21 views

Fastify has a Body Schema Validation Bypass via Leading Space in Content-Type Header

Summary A validation bypass vulnerability exists in Fastify v5.x where request body validation schemas specified via schema.body.content can be completely circumvented by prepending a single space character \x20 to the Content-Type header. The body is still parsed correctly as JSON or any other...

7.5CVSS7AI score0.0077EPSS
SaveExploits1References8Affected Software1
NVD
NVD
added 2026/04/15 11:16 a.m.15 views

CVE-2026-33805

@fastify/reply-from v12.6.1 and earlier and @fastify/http-proxy v11.4.3 and earlier process the client's Connection header after the proxy has added its own headers via rewriteRequestHeaders. This allows attackers to retroactively strip proxy-added headers from upstream requests by listing them i...

9CVSS0.00441EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/04/15 11:15 a.m.11 views

Interpretation Conflict

Overview @fastify/express is an Express compatibility layer for Fastify Affected versions of this package are vulnerable to Interpretation Conflict due to improper handling of middleware paths in the onRegister function. An attacker can gain unauthorized access to protected routes by exploiting t...

9.3CVSS5.7AI score0.0043EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/15 11:15 a.m.16 views

Interpretation Conflict

Overview @fastify/express is an Express compatibility layer for Fastify Affected versions of this package are vulnerable to Interpretation Conflict via improper URL normalization gaps. An attacker can gain unauthorized access to protected routes by manipulating the URL path with duplicate slashes...

9.1CVSS5.7AI score0.00483EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/15 11:15 a.m.11 views

HTTP Header Injection

Overview @fastify/http-proxy is a proxy http requests, for Fastify Affected versions of this package are vulnerable to HTTP Header Injection via improper handling of the Connection header after proxy-added headers have been set. An attacker can remove headers intended for routing, access control,...

9CVSS5.8AI score0.00441EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/15 11:15 a.m.24 views

HTTP Header Injection

Overview @fastify/reply-from is a forward your HTTP request to another server, for fastify Affected versions of this package are vulnerable to HTTP Header Injection via improper handling of the Connection header after proxy-added headers have been set. An attacker can remove headers intended for...

9CVSS5.8AI score0.00441EPSS
SaveExploits1References2
Rows per page
Query Builder