CVE-2022-39288 – Denial of service in Fastify via Content-Type header
https://notcve.org/view.php?id=CVE-2022-39288
fastify is a fast and low overhead web framework, for Node.js. Affected versions of fastify are subject to a denial of service via malicious use of the Content-Type header. An attacker can send an invalid Content-Type header that can cause the application to crash. This issue has been addressed in commit `fbb07e8d` and will be included in release version 4.8.1. Users are advised to upgrade. • https://github.com/fastify/fastify/commit/fbb07e8dfad74c69cd4cd2211aedab87194618e3 https://github.com/fastify/fastify/security/advisories/GHSA-455w-c45v-86rg https://github.com/fastify/fastify/security/policy • CWE-754: Improper Check for Unusual or Exceptional Conditions •
CVE-2018-3711
https://notcve.org/view.php?id=CVE-2018-3711
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. El módulo de node Fastify, en versiones anteriores a la 0.38.0, es vulnerable a un ataque de denegación de servicio (DoS) mediante el envío de una petición con "Content-Type: application/json" y una carga útil muy grande. • https://github.com/fastify/fastify/pull/627 https://hackerone.com/reports/303632 • CWE-770: Allocation of Resources Without Limits or Throttling •