Security readout for executives and security teams
Plain-English summary
CVE-2020-5412 lets an exposed Hystrix Dashboard act as an unintended relay to systems reachable from that dashboard server. An attacker could use the dashboard to reach internal or otherwise non-public servers. Business urgency depends on whether the dashboard is internet-accessible or reachable by untrusted users.
Executive priority
Prioritize remediation for exposed dashboards because this flaw can turn an observability component into a path toward internal systems. Internal-only, tightly controlled deployments are lower urgency but still should be upgraded.
Technical view
Spring Cloud Netflix Hystrix Dashboard versions 2.2.x before 2.2.4, 2.1.x before 2.1.6, and older unsupported versions expose risk through the proxy.stream endpoint, which can request arbitrary servers reachable by the dashboard host. The source maps this to CWE-441.
Likely exposure
Exposure is likely where Spring Cloud Netflix Hystrix Dashboard is deployed on affected versions and the dashboard or proxy.stream endpoint is reachable by untrusted users.
Exploitation context
The provided bundle does not identify active exploitation, and KEV status is false. The issue is still important because the vulnerable server may have internal network reachability that external users should not have.
Researcher notes
Evidence is limited to the CVE record and VMware Tanzu advisory reference. No CVSS vector, exploit detail, or confirmed exploitation evidence is provided in the bundle. Treat this as unintended proxy behavior with exposure driven by endpoint accessibility and host network reachability.
Mitigation direction
- Upgrade Spring Cloud Netflix 2.2.x deployments to 2.2.4 or later.
- Upgrade Spring Cloud Netflix 2.1.x deployments to 2.1.6 or later.
- Move older unsupported versions to a supported fixed release path.
- Restrict access to Hystrix Dashboard and proxy.stream to trusted administrative users.
- Review vendor guidance before applying compensating controls.
Validation and detection
- Inventory applications using Spring Cloud Netflix Hystrix Dashboard.
- Confirm deployed Spring Cloud Netflix branch and exact version.
- Check whether proxy.stream is reachable from public or untrusted networks.
- Review logs for unexpected proxy.stream requests to internal destinations.
- Validate dashboard host network reachability to sensitive internal services.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-441: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2020-5412 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://tanzu.vmware.com/security/cve-2020-5412CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Unintended Proxy or Intermediary ('Confused Deputy')
Unintended Proxy or Intermediary ('Confused Deputy') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
