CVE-2026-40973
Received
Received - Intake
Session Hijacking and RCE via Temp Directory Vulnerability in Spring Boot
Publication date: 2026-04-28
Last updated on: 2026-04-30
Assigner: VMware
Description
Description
A local attacker on the same host as the application may be able to take control of the directory used by `ApplicationTemp`. When `server.servlet.session.persistent` is set to `true` and the attack persists across application restarts, this may allow the attacker to read session information and hijack authenticated users or deploy a gadget chain and execute code as the application's user.
Affected: Spring Boot 4.0.0β4.0.5 (fix 4.0.6), 3.5.0β3.5.13 (fix 3.5.14), 3.4.0β3.4.15 (fix 3.4.16), 3.3.0β3.3.18 (fix 3.3.19), 2.7.0β2.7.32 (fix 2.7.33); predictable temp directory / `ApplicationTemp` ownership verification. Versions that are no longer supported are also affected per vendor advisory.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_boot | From 4.0.0 (inc) to 4.0.6 (exc) |
| vmware | spring_boot | From 3.3.0 (inc) to 3.3.19 (exc) |
| vmware | spring_boot | From 3.4.0 (inc) to 3.4.16 (exc) |
| vmware | spring_boot | From 3.5.0 (inc) to 3.5.14 (exc) |
| vmware | spring_boot | to 2.7.33 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-377 | Creating and using insecure temporary files can leave application and system data vulnerable to attack. |