Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-5412

CVE-2020-5412: Spring Cloud Netflix SSRF Vulnerability

CVE-2020-5412 is an SSRF flaw in Spring Cloud Netflix that lets attackers access internal servers via the Hystrix Dashboard proxy endpoint. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-5412 Overview

CVE-2020-5412 is a Server-Side Request Forgery (SSRF) vulnerability affecting Spring Cloud Netflix. The vulnerability exists in the Hystrix Dashboard proxy.stream endpoint, which allows applications to make requests to any server reachable by the server hosting the dashboard. A malicious user or attacker can exploit this endpoint to send requests to internal servers that should not be exposed publicly, potentially accessing sensitive internal resources and services.

Critical Impact

Attackers can leverage this SSRF vulnerability to probe internal network infrastructure, access internal services, and potentially exfiltrate sensitive data from systems that are not intended to be publicly accessible.

Affected Products

  • VMware Spring Cloud Netflix versions 2.2.x prior to 2.2.4
  • VMware Spring Cloud Netflix versions 2.1.x prior to 2.1.6
  • VMware Spring Cloud Netflix older unsupported versions

Discovery Timeline

  • 2020-08-07 - CVE-2020-5412 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-5412

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability stems from inadequate validation in the Hystrix Dashboard's proxy.stream endpoint. The Hystrix Dashboard is a monitoring tool used in Spring Cloud Netflix applications to visualize circuit breaker metrics. The vulnerable endpoint was designed to proxy streaming data but lacks proper restrictions on the target URLs it can access.

When exploited, an attacker with low-level access to the application can manipulate the proxy.stream endpoint to make HTTP requests to arbitrary internal or external servers. This allows the attacker to effectively use the vulnerable server as a pivot point to access resources within the internal network that would otherwise be unreachable from the internet.

The vulnerability is classified under CWE-441 (Unintended Proxy or Intermediary) and CWE-610 (Externally Controlled Reference to a Resource in Another Sphere), both of which relate to improper control over resource access through proxy mechanisms.

Root Cause

The root cause of this vulnerability lies in the insufficient input validation and access control mechanisms implemented in the Hystrix Dashboard's proxy.stream endpoint. The endpoint accepts user-controlled input that specifies the target URL for proxying requests, but fails to properly validate or restrict the destinations to which it will forward requests. This design flaw allows the endpoint to act as an open proxy, forwarding requests to any network-accessible server.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with low privileges to exploit the vulnerability. The attacker crafts a malicious request to the proxy.stream endpoint, specifying an internal or sensitive target URL as the destination. The vulnerable server then forwards this request to the specified target, effectively bypassing network segmentation and firewall rules that would normally prevent direct access.

The exploitation process involves:

  1. The attacker identifies a Spring Cloud Netflix application with Hystrix Dashboard enabled
  2. The attacker sends a crafted request to the proxy.stream endpoint with an internal target URL
  3. The vulnerable server proxies the request to the internal target
  4. The response from the internal target is returned to the attacker, exposing potentially sensitive information

Since no verified code examples are available, readers should refer to the VMware Security Advisory CVE-2020-5412 for detailed technical information about the vulnerability mechanism.

Detection Methods for CVE-2020-5412

Indicators of Compromise

  • Unusual outbound requests from the Hystrix Dashboard server to internal IP addresses or cloud metadata endpoints
  • Access log entries showing requests to the proxy.stream endpoint with suspicious or internal URL parameters
  • Network traffic from the dashboard server to internal services that should not be accessed externally

Detection Strategies

  • Monitor application logs for requests to the proxy.stream endpoint, especially those targeting internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Implement network-level detection for unexpected connections originating from the Hystrix Dashboard server
  • Configure web application firewall rules to alert on requests containing internal URLs in the proxy.stream parameters

Monitoring Recommendations

  • Enable detailed access logging for the Hystrix Dashboard application
  • Implement egress filtering and monitoring on servers running the Hystrix Dashboard
  • Configure alerting for any requests from the dashboard server to cloud metadata services (e.g., 169.254.169.254)

How to Mitigate CVE-2020-5412

Immediate Actions Required

  • Upgrade Spring Cloud Netflix to version 2.2.4 or later for the 2.2.x branch
  • Upgrade Spring Cloud Netflix to version 2.1.6 or later for the 2.1.x branch
  • If using older unsupported versions, plan an immediate migration to a supported version
  • Restrict network access to the Hystrix Dashboard to trusted users and networks only

Patch Information

VMware has released security patches addressing this vulnerability. Users should upgrade to the following fixed versions:

  • Spring Cloud Netflix 2.2.4 or later (for 2.2.x users)
  • Spring Cloud Netflix 2.1.6 or later (for 2.1.x users)

For detailed patch information, refer to the VMware Security Advisory CVE-2020-5412.

Workarounds

  • Disable the Hystrix Dashboard if it is not required for production operations
  • Implement network segmentation to restrict the dashboard server's ability to reach sensitive internal resources
  • Use a reverse proxy or web application firewall to filter and block suspicious requests to the proxy.stream endpoint
bash
# Example: Restrict access to Hystrix Dashboard endpoint via nginx
location /hystrix.stream {
    # Only allow access from trusted internal networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
}

location /proxy.stream {
    # Block direct access to the vulnerable proxy endpoint
    deny all;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechVmware Spring Cloud Netflix

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability91.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-441

  • CWE-610
  • Vendor Resources
  • VMware Security Advisory CVE-2020-5412
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English