Lucene search
+L

755 matches found

CVE
CVE
added 2024/01/15 3:40 p.m.92 views

CVE-2024-22207

CVE-2024-22207 affects the fastify-swagger-ui Fastify plugin. Before version 2.1.0, the default configuration of @fastify/swagger-ui without a baseDir exposes all files in the module directory via HTTP routes, enabling information disclosure. The issue is resolved in v2.1.0; as a workaround, conf...

5.3CVSS5.1AI score0.0229EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/01/15 12:00 a.m.20 views

PT-2024-19275 · Unknown · @Fastify/Swagger-Ui

Name of the Vulnerable Software and Affected Versions: fastify-swagger-ui versions prior to 2.1.0 Description: The default configuration of @fastify/swagger-ui without the baseDir option set leads to all files in the module's directory being exposed via HTTP routes served by the module. This issu...

5.3CVSS4.9AI score0.0229EPSS
SaveExploits0References10
Veracode
Veracode
added 2024/01/09 7:04 a.m.20 views

Request Smuggling

fastify-reply-from is vulnerable to Request Smuggling. The vulnerability is due to the absence of a unified Content-Type parsing, unlike the majority of Fastify that uses fast-content-type-parse with trimming after split. This issue can be exploited by an attacker to bypass security checks,...

7.5CVSS6.8AI score0.00479EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/08 3:22 p.m.27 views

@fastify/reply-from JSON Content-Type parsing confusion

Impact The main repo of fastify use fast-content-type-parse to parse request Content-Type, which will trim after split. The fastify-reply-from have not use this repo to unify the parse of Content-Type, which won't trim. As a result, a reverse proxy server built with @fastify/reply-from could...

7.5CVSS7.1AI score0.00479EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/01/08 3:22 p.m.87 views

GHSA-V2V2-HPH8-Q5XP @fastify/reply-from JSON Content-Type parsing confusion

Impact The main repo of fastify use fast-content-type-parse to parse request Content-Type, which will trim after split. The fastify-reply-from have not use this repo to unify the parse of Content-Type, which won't trim. As a result, a reverse proxy server built with @fastify/reply-from could...

5.3CVSS7.4AI score0.00479EPSS
SaveExploits0References5
NVD
NVD
added 2024/01/08 2:15 p.m.36 views

CVE-2023-51701

fastify-reply-from is a Fastify plugin to forward the current HTTP request to another server. A reverse proxy server built with @fastify/reply-from could misinterpret the incoming body by passing an header ContentType: application/json ; charset=utf-8. This can lead to bypass of security checks...

7.5CVSS6AI score0.00479EPSS
SaveExploits0References2
Prion
Prion
added 2024/01/08 2:15 p.m.24 views

Security feature bypass

fastify-reply-from is a Fastify plugin to forward the current HTTP request to another server. A reverse proxy server built with @fastify/reply-from could misinterpret the incoming body by passing an header ContentType: application/json ; charset=utf-8. This can lead to bypass of security checks...

5CVSS7AI score0.00479EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/01/08 1:55 p.m.53 views

CVE-2023-51701 @fastify-reply-from JSON Content-Type parsing confusion

fastify-reply-from is a Fastify plugin to forward the current HTTP request to another server. A reverse proxy server built with @fastify/reply-from could misinterpret the incoming body by passing an header ContentType: application/json ; charset=utf-8. This can lead to bypass of security checks...

5.3CVSS7.7AI score0.00479EPSS
SaveExploits0References2
CVE
CVE
added 2024/01/08 1:55 p.m.52 views

CVE-2023-51701

CVE-2023-51701 affects fastify-reply-from, a Fastify plugin. The vulnerability arises when the plugin misinterprets the request body due to a Content-Type handling discrepancy (Content-Type header like application/json ; charset=utf-8), allowing bypass of security checks. References in multiple s...

7.5CVSS7.4AI score0.00479EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/08 1:55 p.m.8 views

CVE-2023-51701 @fastify-reply-from JSON Content-Type parsing confusion

fastify-reply-from is a Fastify plugin to forward the current HTTP request to another server. A reverse proxy server built with @fastify/reply-from could misinterpret the incoming body by passing an header ContentType: application/json ; charset=utf-8. This can lead to bypass of security checks...

5.3CVSS7.5AI score0.00479EPSS
SaveExploits0References2
OSV
OSV
added 2024/01/08 1:55 p.m.31 views

CVE-2023-51701 @fastify-reply-from JSON Content-Type parsing confusion

fastify-reply-from is a Fastify plugin to forward the current HTTP request to another server. A reverse proxy server built with @fastify/reply-from could misinterpret the incoming body by passing an header ContentType: application/json ; charset=utf-8. This can lead to bypass of security checks...

5.3CVSS7.4AI score
SaveExploits0References4
CNNVD
CNNVD
added 2024/01/08 12:00 a.m.10 views

Fastify Environmental Vulnerabilities

Fastify is an open source web framework for Node.js from the OpenJS Foundation. A security vulnerability exists in Fastify fastify-reply-from versions prior to 9.6.0, which stems from the fact that passing body text via header using fastify/reply-from may be misinterpreted, leading to bypassing...

7.5CVSS6.8AI score0.00479EPSS
SaveExploits0References3
OSV
OSV
added 2023/07/05 9:36 p.m.87 views

GHSA-G8X5-P9QC-CF95 @fastify/oauth2 vulnerable to Cross Site Request Forgery due to reused Oauth2 state

Impact All versions of @fastify/oauth2 used a statically generated state parameter at startup time and were used across all requests for all users. The purpose of the Oauth2 state parameter is to prevent Cross-Site-Request-Forgery attacks. As such, it should be unique per user and should be...

7.4CVSS7.9AI score0.00705EPSS
SaveExploits1References6
Veracode
Veracode
added 2023/07/05 8:38 a.m.24 views

Cross-Site Request Forgery (CSRF)

fastify-oauth2, is vulnerable to Cross-Site Request Forgery. The vulnerability exists due to lack of randomness in the state parameter of index.js which allows an attacker to execute operations within the victim's session, leading to unauthorized access to user accounts...

8.8CVSS7AI score0.00705EPSS
SaveExploits1References4Affected Software2
Github Security Blog
Github Security Blog
added 2023/07/04 6:30 p.m.27 views

Duplicate Advisory: @fastify/oauth2 Oauth2 state parameter reuse

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-g8x5-p9qc-cf95. This link is maintained to preserve external references. Original Description All versions of @fastify/oauth2 used a statically generated state parameter at startup time and were used across all...

8.8CVSS6.8AI score0.00705EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2023/07/04 5:15 p.m.26 views

CVE-2023-31999

All versions of @fastify/oauth2 used a statically generated state parameter at startup time and were used across all requests for all users. The purpose of the Oauth2 state parameter is to prevent Cross-Site-Request-Forgery attacks. As such, it should be unique per user and should be connected to...

8.8CVSS8.7AI score0.00705EPSS
SaveExploits1References3
Prion
Prion
added 2023/07/04 5:15 p.m.24 views

Cross site request forgery (csrf)

All versions of @fastify/oauth2 used a statically generated state parameter at startup time and were used across all requests for all users. The purpose of the Oauth2 state parameter is to prevent Cross-Site-Request-Forgery attacks. As such, it should be unique per user and should be connected to...

6.8CVSS8.6AI score0.00705EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2023/07/04 4:29 p.m.38 views

CVE-2023-31999

All versions of @fastify/oauth2 used a statically generated state parameter at startup time and were used across all requests for all users. The purpose of the Oauth2 state parameter is to prevent Cross-Site-Request-Forgery attacks. As such, it should be unique per user and should be connected to...

8.9AI score0.00705EPSS
SaveExploits1References3
CVE
CVE
added 2023/07/04 4:29 p.m.2512 views

CVE-2023-31999

CVE-2023-31999 affects all versions of @fastify/oauth2 due to a statically generated OAuth2 state parameter at startup, reused across requests for all users and sessions. This CSRF flaw could enable forged requests. The issue was addressed in v7.2.0, which switches to per-user state stored in a c...

8.8CVSS8.6AI score0.00705EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2023/07/04 12:00 a.m.11 views

PT-2023-23563 · Unknown · @Fastify/Oauth2

Name of the Vulnerable Software and Affected Versions: @fastify/oauth2 versions prior to 7.2.0 Description: The issue arises from the statically generated state parameter used across all requests for all users, which should be unique per user to prevent Cross-Site-Request-Forgery attacks. The...

8.8CVSS7.8AI score0.00705EPSS
SaveExploits1References13
Rows per page
Query Builder