Description
Starting Spring Boot applications in the Spring Tools with the live information mode enabled makes the running application vulnerable against JMX-based remote code execution.
Affected Spring Products and Versions:
Spring Tools for Eclipse: 5.2.0 and earlier
Spring Tools for VSCode / Cursor / Theia: 2.2.0 and earlier
Published: 2026-07-30
Score: 8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Starting Spring Boot applications in the Spring Tools with the live information mode enabled exposes the running application to JMX‑based remote code execution. The vulnerability arises because the live information startup mode allows an attacker to access JMX interfaces without proper authentication, matching CWE‑306. This can let an attacker run arbitrary code within the context of the application, compromising confidentiality, integrity, and availability of the application and any data it processes.

Affected Systems

Spring Tools for Eclipse version 5.2.0 and earlier, and Spring Tools for VSCode, Cursor, and Theia version 2.2.0 and earlier are affected.

Risk and Exploitability

The CVSS score of 8 indicates a high‑severity flaw. However, the EPSS score of less than 1% shows a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an attacker establishing a JMX connection to the running Spring Boot application and executing code through the unprotected live information mode. Exploitation requires network access to the application’s JMX port and the application must be running with the live information mode enabled.

Generated by OpenCVE AI on August 3, 2026 at 11:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Tools for Eclipse to a version newer than 5.2.0.
  • Upgrade Spring Tools for VSCode/Cursor/Theia to a version newer than 2.2.0.
  • Disable the live information startup mode if an upgrade is not immediately possible.

Generated by OpenCVE AI on August 3, 2026 at 11:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Tools For Eclipse
Spring spring Tools For Vscode / Cursor / Theia
Weaknesses CWE-306
Vendors & Products Spring
Spring spring Tools For Eclipse
Spring spring Tools For Vscode / Cursor / Theia
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Description Starting Spring Boot applications in the Spring Tools with the live information mode enabled makes the running application vulnerable against JMX-based remote code execution. Affected Spring Products and Versions: Spring Tools for Eclipse: 5.2.0 and earlier Spring Tools for VSCode / Cursor / Theia: 2.2.0 and earlier
Title live information startup mode is vulnerable for remote code execution
References
Metrics cvssV3_1

{'score': 8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

Spring Spring Tools For Eclipse Spring Tools For Vscode / Cursor / Theia
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-01T03:56:10.532Z

Reserved: 2026-05-20T10:00:55.156Z

Link: CVE-2026-47858

cve-icon Vulnrichment

Updated: 2026-07-30T13:40:05.229Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-30T06:25:52.120

Modified: 2026-08-01T05:16:56.700

Link: CVE-2026-47858

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T11:30:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function