Improper access control in Spring Data REST - CVE-2026-41728
Published: August 28, 2026
Vulnerability details
The vulnerability allows a remote attacker to modify read-only nested properties.
The vulnerability exists due to improper access control in Spring Data REST JSON Patch processing when resolving multi-segment JSON Pointer paths. A remote attacker can send a specially crafted JSON Patch request to modify read-only nested properties.
Affected applications include domain models with an embeddable object, collection, or map property whose container is marked read-only at the Jackson level while the inner element type has no per-field restriction.