Description
The Boot Dashboard Docker integration in Spring Tools publishes container control ports on all of the host's network interfaces (0.0.0.0) rather than restricting them to loopback.
Affected Spring Products and Versions:
Spring Tools for Eclipse: 5.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

The Boot Dashboard Docker integration in Spring Tools for Eclipse mistakenly publishes the JDWP and JMX control ports to all host network interfaces instead of restricting them to loopback. This misconfiguration allows any machine that can reach the host over the network to connect to these ports without authentication. The exposed debug and JMX interfaces could permit code execution, unauthorized data retrieval, or other malicious actions against the host or applications running inside containers. The issue is classified as CWE-1327, a matter of improper access control or exposure of management interfaces.

Affected Systems

Spring Tools for Eclipse versions 5.2.0 and earlier that include the Boot Dashboard Docker integration are affected. All installations that enable this integration, regardless of the containers they launch, are vulnerable. The problem is not limited by container configuration; it arises from the way the integration binds the ports on the host.

Risk and Exploitability

The CVSS score of 8 indicates high severity. The EPSS value of less than 1% suggests that exploitation is currently uncommon, but the vulnerability does not appear in the CISA KEV catalog. The likely attack vector is simple network reach to the host; since the JDWP (commonly TCP 8000) and JMX (commonly TCP 7199) ports are bound to 0.0.0.0, attackers do not need authentication. Based on the description, it is inferred that any host on the same network can potentially establish a session, and with the proper debugger or JMX client, gain control over the running application or the host system.

Generated by OpenCVE AI on August 4, 2026 at 11:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Spring Tools for Eclipse 5.2.1 or later, which restricts JDWP and JMX ports to the loopback interface.
  • If upgrade cannot be performed immediately, reconfigure the Boot Dashboard Docker integration to bind the debug and JMX ports to localhost or modify the container launch options to enforce loopback binding.
  • Apply firewall rules on the host to block external traffic to the default JDWP and JMX ports and any custom ports that the integration may expose.

Generated by OpenCVE AI on August 4, 2026 at 11:50 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
Weaknesses CWE-1327
Vendors & Products Spring
Spring spring Tools For Eclipse
Metrics ssvc

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


Thu, 30 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Boot Dashboard Docker integration in Spring Tools publishes container control ports on all of the host's network interfaces (0.0.0.0) rather than restricting them to loopback. Affected Spring Products and Versions: Spring Tools for Eclipse: 5.2.0 and earlier
Title Spring Tools Docker integration publishes unauthenticated debug (JDWP) and JMX ports on all network interfaces
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
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

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

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

Link: CVE-2026-47873

cve-icon Vulnrichment

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

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-47873

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:00:10Z

Weaknesses
  • CWE-1327

    Binding to an Unrestricted IP Address