Impact: Fastify applications using schema.body.content for per-content-type body validation can have validation bypassed entirely by prepending a space to the Content-Type header. The body is still parsed correctly but schema validation is skipped. This is a regression introduced in fastify >= 5.3.2 by the fix for CVE-2025-32442 Patches: Upgrade to fastify v5.8.5 or later. Workarounds: None. Upgrade to the patched version.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:NFastify
APPFastify5.3.2 – 5.8.5 (bez)
Related vulnerabilities
Fastify is a fast and low overhead web framework, for Node.js. Prior to version 5.7.2, a validation bypass vul...
Fastify is a fast and low overhead web framework, for Node.js. In versions 5.0.0 to 5.3.0 as well as version 4...
fastify is a fast and low overhead web framework, for Node.js. Affected versions of fastify are subject to a d...
Fastify node module before 0.38.0 is vulnerable to a denial-of-service attack by sending a request with "Conte...
Summary When trustProxy is configured with a restrictive trust function (e.g., a specific IP like trustProxy: ...