LiveActive security incident?Get immediate response
CVE Record

CVE-2020-5412: Hystrix Dashboard Proxy In spring-cloud-netflix-hystrix-dashboard

Spring Cloud Netflix, versions 2.2.x prior to 2.2.4, versions 2.1.x prior to 2.1.6, and older unsupported versions allow applications to use the Hystrix Dashboard proxy.stream endpoint to make requests to any server reachable by the server hosting the dashboard. A malicious user, or attacker, can send a request to other servers that should not be exposed publicly.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Spring by VMwareSpring Cloud Netflix2.2, 2.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-441 · source CWE mapping

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.