Show filters
15 Total Results
Displaying 11-15 of 15
Sort by:
Attacker Value
Unknown

CVE-2021-21321

Disclosure Date: March 02, 2021 (last updated February 22, 2025)
fastify-reply-from is an npm package which is a fastify plugin to forward the current http request to another server. In fastify-reply-from before version 4.0.2, by crafting a specific URL, it is possible to escape the prefix of the proxied backend service. If the base url of the proxied server is "/pub/", a user expect that accessing "/priv" on the target service would not be possible. In affected versions, it is possible. This is fixed in version 4.0.2.
Attacker Value
Unknown

CVE-2020-28482

Disclosure Date: January 19, 2021 (last updated February 22, 2025)
This affects the package fastify-csrf before 3.0.0. 1. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: { path: '/', sameSite: true } 2. The CSRF token was available in the GET query parameter
Attacker Value
Unknown

CVE-2020-8192

Disclosure Date: July 30, 2020 (last updated February 21, 2025)
A denial of service vulnerability exists in Fastify v2.14.1 and v3.0.0-rc.4 that allows a malicious user to trigger resource exhaustion (when the allErrors option is used) with specially crafted schemas.
Attacker Value
Unknown

CVE-2020-8136

Disclosure Date: March 20, 2020 (last updated February 21, 2025)
Prototype pollution vulnerability in fastify-multipart < 1.0.5 allows an attacker to crash fastify applications parsing multipart requests by sending a specially crafted request.
Attacker Value
Unknown

CVE-2018-3711

Disclosure Date: June 07, 2018 (last updated November 26, 2024)
Fastify node module before 0.38.0 is vulnerable to a denial-of-service attack by sending a request with "Content-Type: application/json" and a very large payload.