Spring Tools for Eclipse stores the Spring Boot DevTools remote secret (spring.devtools.remote.secret) as a plain string attribute on the "Spring Boot DevTools Client" launch configuration. Eclipse persists launch configuration attributes as cleartext XML, either to workspace metadata or, if the user marks the configuration as a shared file, directly into the project tree where it can be committed to version control. This secret is the sole credential protecting the DevTools remote restart/reload endpoint, which accepts and executes arbitrary class bytes on the target application. Anyone able to read the .launch file (via filesystem access, a workspace backup, or a shared VCS repository) can extract the secret and use it to achieve remote code execution against the associated Spring Boot application.
Affected Spring Products and Versions:
Spring Tools for Eclipse: 5.2.0 and earlier
References
| Link | Resource |
|---|---|
| https://spring.io/security/cve-2026-59327 |
Configurations
No configuration.
History
30 Jul 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-312 |
30 Jul 2026, 06:25
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-30 06:25
Updated : 2026-07-30 14:17
NVD link : CVE-2026-59327
Mitre link : CVE-2026-59327
CVE.ORG link : CVE-2026-59327
JSON object : View
Products Affected
No product.
CWE
CWE-312
Cleartext Storage of Sensitive Information
