Bug 2528450 (CVE-2026-84504) - CVE-2026-84504 fastify: fastify: Unauthorized state changes and data disclosure via request body replacement
Summary: CVE-2026-84504 fastify: fastify: Unauthorized state changes and data disclosu...
Keywords:
Status: NEW
Alias: CVE-2026-84504
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-04 09:52 UTC by OSIDB Bzimport
Modified: 2026-09-04 09:58 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-04 09:52:01 UTC
fastify versions before 5.12.2 treat 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, so the handler receives a different object than the one that satisfied the schema. An authenticated low-privilege caller can use this to make nested data replace the validated body and trigger an operation the route schema did not authorize, leading to unauthorized state changes and data disclosure. Users should upgrade to fastify 5.12.2 or later.


Note You need to log in before you can comment on or make changes to this bug.