Cyber Resilience

CVE-2026-47873

Published
30 July 2026
Modified
30 July 2026
CVSS Score v3.1 8.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0018 8th percentile
Risk Priority 56 floored blend · peak EPSS

Summary

CVE-2026-47873 is a high-severity Binding to an Unrestricted IP Address (CWE-1327) vulnerability in Spring Tools (inferred from references). Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SC-7 (Boundary Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Binding container control ports to 0.0.0.0 directly enables remote exploitation of the exposed Docker integration service.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24015Shared CWE-1327
CVE-2026-0481Shared CWE-1327
CVE-2026-21528Shared CWE-1327
CVE-2026-42503Shared CWE-1327
CVE-2025-61934Shared CWE-1327
CVE-2025-11538Shared CWE-1327
CVE-2024-36105Shared CWE-1327
CVE-2023-5398Shared CWE-1327
CVE-2024-49383Shared CWE-1327
CVE-2025-55322Shared CWE-1327

Affected Assets

Spring
Tools
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-7 Boundary Protection
  • CM-7 Least Functionality
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces boundary protection rules that restrict container control ports to loopback rather than 0.0.0.0.

prevent

Requires least functionality by disabling or restricting unnecessary network interfaces and port bindings for the Docker integration.

prevent

Enforces information flow policies that limit exposure of container control traffic to only authorized (localhost) paths.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-01 full match
prevents

Configuration management enforces restricted bind addresses, covering the weakness completely but only one aspect of overall hardening.

PR.IR-01 mostly match
prevents

Network protection controls directly prevent exposure via unrestricted binds while fixing the weakness addresses only one vector of unauthorized access.

ID.AM-03 partial match
prevents

Documenting authorized network flows informs correct bind decisions and reduces the chance of 0.0.0.0 usage.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Security of network services includes hardening service bindings to prevent exposure on all interfaces.

prevents

Secure architecture principles discourage exposing services on all interfaces, though the control is broader than this single weakness.

mitigates

Network security controls directly require restricting listening interfaces to specific addresses rather than 0.0.0.0.

mitigates

Network segregation can limit the blast radius of an unrestricted binding but does not prevent the binding itself.

prevents

Secure coding guidance can catch hard-coded 0.0.0.0 bindings during development but is not the primary mitigation.

References