CVE Catalog

CVE-2026-33806

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.41%

33th percentile - higher than 33% of all known CVEs

Summary

A vulnerability in Fastify allows bypassing request body validation by prepending a space to the Content-Type header. This regression was introduced in version 5.3.2 by the fix for CVE-2025-32442.

Risk Assessment

An attacker can send malicious data that is parsed correctly but bypasses schema validation, potentially leading to unauthorized data processing or other attacks.

Recommendation

Upgrade Fastify to version 5.8.5 or later immediately. No workarounds are available.

Other vulnerabilities in Fastify

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS