Severity by source
AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Adjacent network (0.0.0.0 reachable only on local segment), no privileges, but the developer must be running the Docker integration (UI:R); unauthenticated container control yields high C/I/A.
Primary rating from Vendor (vmware).
CVSS VectorVendor: vmware
Lifecycle Timeline
2DescriptionCVE.org
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
Articles & Coverage 3
AnalysisAI
Network exposure of Docker container control ports in Spring Tools for Eclipse (versions 5.2.0 and earlier) occurs because the Boot Dashboard Docker integration binds these ports to 0.0.0.0 (all interfaces) instead of loopback. Any attacker on the same network segment as a developer running the integration can reach the container control interface without authentication, yielding high confidentiality, integrity, and availability impact. There is no public exploit identified at time of analysis and the issue is not in CISA KEV, but the flaw is trivially triggered once a developer starts the affected feature.
Technical ContextAI
The affected component is the Boot Dashboard, an Eclipse IDE view in Spring Tools that lets developers launch and manage Spring Boot applications, including running them inside Docker containers. When the Docker integration starts a container, it maps the container's control/management port to the host. The defect is an insecure network binding: the port is published on 0.0.0.0 (every host interface) rather than 127.0.0.1 (loopback), so a service intended only for the local developer becomes reachable across the LAN. CPE cpe:2.3:a:spring:spring_tools_for_eclipse identifies the affected product as the Eclipse-based Spring Tools distribution. No CWE was assigned in the input, but the root cause maps to the CWE-1327 'Binding to an Unrestricted IP Address' / CWE-668 'Exposure of Resource to Wrong Sphere' class, and the vendor tags it as Information Disclosure.
RemediationAI
Upgrade Spring Tools for Eclipse to a release later than 5.2.0 as directed by the vendor advisory at https://spring.io/security/cve-2026-47873; a fixed version is indicated by the '5.2.0 and earlier' affected range but the exact patched build number is not stated in the available data, so confirm it against the advisory before deploying. Patch available per vendor advisory. Until upgraded, avoid using the Boot Dashboard Docker integration on untrusted or shared networks, or run affected workloads only while on an isolated/loopback-only network; developers can also add a host firewall rule that blocks inbound connections to the published Docker container control ports from all sources except 127.0.0.1, which restores loopback-only intent at the cost of blocking any legitimate remote access to those containers. Binding-level workarounds within the IDE are limited because the insecure 0.0.0.0 binding is set by the integration itself, making the host firewall the most reliable stopgap.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-1327 – Binding to an Unrestricted IP Address
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50972
GHSA-ph62-g3gp-mmvr