๐Ÿ” CVE Alert

CVE-2026-18504

MEDIUM 5.4

fastify vulnerable to schema validation bypass via root primitive coercion mismatch

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

fastify is a fast and low overhead web framework for Node.js. Versions of fastify before 5.12.1 are affected by a schema validation bypass when a request body schema targets a root primitive value. When the schema validates a top-level primitive such as an integer, Ajv can coerce a JSON string into the expected type during validation, but Fastify does not replace the root request body with the coerced value, so the route handler receives the original unvalidated string. As a result, a request that should have failed validation can reach application logic with a value that does not satisfy the schema, which can undermine integrity and access-control checks that rely on the validated type. Users should upgrade to fastify 5.12.1, which fixes the mismatch. No known workarounds are available.

CWE CWE-20
Vendor fastify
Product fastify
Published Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for fastify fastify

Be the first to know when new medium vulnerabilities affecting fastify fastify are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

fastify / fastify
0 < 5.12.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify/security/advisories/GHSA-w2qp-rph6-63g4 cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” velgusgus599 mcollina UlisesGascon