CVE-2026-41729
Received
Received - Intake
SpEL Expression Injection in Spring Data REST
Publication date: 2026-06-10
Last updated on: 2026-06-10
Assigner: VMware
Description
Description
Spring Data REST is vulnerable to SpEL expression injection through map-typed properties when processing JSON Patch (application/json-patch+json) requests. When a persistent entity exposes a Map-typed property, the JSON Pointer path segment used as the map key is embedded directly into a SpEL expression without sanitization or validation.
Affected versions:
Spring Data REST 3.7.0 through 3.7.19; 4.3.0 through 4.3.16; 4.4.0 through 4.4.14; 4.5.0 through 4.5.11; 5.0.0 through 5.0.5.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spring_project | spring_data_rest | From 3.7.0 (inc) to 3.7.19 (inc) |
| spring_project | spring_data_rest | From 4.3.0 (inc) to 4.3.16 (inc) |
| spring_project | spring_data_rest | From 4.4.0 (inc) to 4.4.14 (inc) |
| spring_project | spring_data_rest | From 4.5.0 (inc) to 4.5.11 (inc) |
| spring_project | spring_data_rest | From 5.0.0 (inc) to 5.0.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-917 | The product constructs all or part of an expression language (EL) statement in a framework such as a Java Server Page (JSP) using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended EL statement before it is executed. |