PatchSiren cyber security CVE debrief
CVE-2026-84504 fastify CVE debrief
CVE-2026-84504 is a vulnerability in Fastify versions before 5.12.2 that allows an authenticated low-privilege caller to make unauthorized state changes and data disclosure by replacing the validated request body with a property named 'value' at the root of the request. This occurs because Fastify treats the object resolved by a successful Ajv async validator as the value result protocol used by custom validator compilers. As a result, defenders of systems using Fastify versions before 5.12.2 should assess exposure and prioritize upgrading to Fastify 5.12.2 or later to prevent unauthorized state changes and data disclosure. The vulnerability can lead to potential unauthorized state
- Vendor
- fastify
- Product
- Unknown
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-04
- Original CVE updated
- 2026-09-15
- Advisory published
- 2026-09-04
- Advisory updated
- 2026-09-15
Who should care
Defenders of systems using Fastify versions before 5.12.2 should assess exposure and prioritize upgrading to Fastify 5.12.2 or later to prevent unauthorized state changes and data disclosure.
Why it matters
CVE-2026-84504 is a vulnerability in Fastify versions before 5.12.2 that allows an authenticated low-privilege caller to make unauthorized state changes and data disclosure by replacing the validated request body with a property named 'value' at the root of the request. Defenders of systems using Fastify should assess exposure and prioritize upgrading to Fastify 5.12.2 or later.
- Potential unauthorized state changes
- Potential data disclosure due to request body replacement
- Need to verify and update route schemas to prevent exploitation
- Priority on upgrading to Fastify 5.12.2 or later
Technical summary
The vulnerability is caused by Fastify's treatment of the object resolved by a successful Ajv async validator as the value result protocol used by custom validator compilers. If a request that passes its route schema contains a property named 'value' at the root, Fastify replaces the entire request body with that property's value before the handler runs, allowing an authenticated low-privilege caller to make unauthorized state changes and data disclosure.
Defensive priority
Upgrade to Fastify 5.12.2 or later to prevent unauthorized state changes and data disclosure.
Recommended defensive actions
- Upgrade to Fastify 5.12.2 or later
- Review and update route schemas to prevent unauthorized state changes
- Monitor for suspicious requests with a 'value' property at the root
- Verify and update route schemas to prevent exploitation
- Prioritize upgrading to Fastify 5.12.2 or later
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions and retest remediated assets
Evidence notes
The vulnerability is caused by Fastify's treatment of the object resolved by a successful Ajv async validator as the value result protocol used by custom validator compilers. If a request that passes its route schema contains a property named 'value' at the root, Fastify replaces the entire request body with that property's value before the handler runs.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-84504 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-84504
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-84504 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-84504
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://cna.openjsf.org/security-advisories.html
ce714d77-add3-4f53-aff5-83d477b104bb - Third Party Advisory
-
Source reference
Unverified legacy reference
URL: https://github.com/fastify/fastify/security/advisories/GHSA-667r-xxjv-c9mm
ce714d77-add3-4f53-aff5-83d477b104bb - Mitigation, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.