CVE-2026-2818
Deferred
Deferred - Pending Action
Zip-Slip Path Traversal in Spring Data Geode Import on Windows
Vulnerability report for CVE-2026-2818, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-02-20
Last updated on: 2026-06-30
Assigner: HeroDevs
Description
Description
A zip-slip path traversal vulnerability in Spring Data Geode's import snapshot functionality allows attackers to write files outside the intended extraction directory. This vulnerability appears to be susceptible on Windows OS only.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spring | datageode | * |
| spring | datageode | From 1.7.0 (inc) to 2.2.13 (inc) |
| spring | datageode | From 2.0.0 (inc) to 2.7.18 (inc) |
| spring | datagemfire | From 1.7.0 (inc) to 2.2.13 (inc) |
| spring | datagemfire | From 2.0.0 (inc) to 2.7.18 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-23 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory. |
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |