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-8558

CVE-2020-8558: Kubernetes SSRF Vulnerability

CVE-2020-8558 is an SSRF vulnerability in Kubernetes that allows adjacent hosts to access localhost services. This security flaw affects Kubelet and kube-proxy components. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2020-8558 Overview

A security vulnerability exists in the Kubernetes Kubelet and kube-proxy components that allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node's network namespace. Services bound to localhost are generally expected to be reachable only by other processes on the same host. However, due to this defect, these services could be accessible by other hosts on the same LAN as the node, or by containers running on the same node as the service.

Critical Impact

Adjacent network attackers can access localhost-bound services, potentially exposing sensitive internal APIs, management interfaces, and services designed for local-only access, leading to unauthorized data access, privilege escalation, or cluster compromise.

Affected Products

  • Kubernetes versions 1.1.0 through 1.16.10
  • Kubernetes versions 1.17.0 through 1.17.6
  • Kubernetes versions 1.18.0 through 1.18.3

Discovery Timeline

  • 2020-07-27 - CVE CVE-2020-8558 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-8558

Vulnerability Analysis

This vulnerability stems from improper network isolation in the Kubelet and kube-proxy components. When services bind to 127.0.0.1 (localhost), they expect to only receive connections from processes running on the same host. The vulnerability breaks this fundamental security assumption by allowing network packets from adjacent hosts on the same LAN segment or from containers running on the same node to reach these localhost-bound services.

The attack requires the attacker to be on the same network segment as the vulnerable Kubernetes node, making this an adjacent network (AV:A) attack. No privileges or user interaction are required to exploit this vulnerability, and successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected services.

Root Cause

The root cause of CVE-2020-8558 is classified under CWE-420 (Unprotected Alternate Channel). The Kubelet and kube-proxy components fail to properly enforce network isolation boundaries, creating an unprotected alternate channel through which localhost-bound services can be accessed. This allows network traffic that should be dropped at the network boundary to reach services that were designed for local-only access.

Attack Vector

The vulnerability exploits improper network packet handling in the affected Kubernetes components. An attacker positioned on the same local area network as a vulnerable Kubernetes node can craft network packets destined for localhost-bound services on that node. Due to the improper routing and filtering behavior in Kubelet and kube-proxy, these packets are incorrectly delivered to services bound to 127.0.0.1.

Potential attack scenarios include:

  • Accessing the Kubelet API if it's bound to localhost
  • Reaching internal monitoring or metrics endpoints
  • Accessing database services or caches bound to localhost for "security"
  • Exploiting any management interface assumed to be localhost-only

Since no code examples are available, readers should refer to the GitHub Kubernetes Issue #92315 for detailed technical information about the vulnerability mechanism.

Detection Methods for CVE-2020-8558

Indicators of Compromise

  • Unexpected network connections to localhost-bound services from external IP addresses
  • Network traffic originating from other nodes on the LAN targeting port 127.0.0.1:*
  • Unusual access patterns to Kubelet API or internal services from container or adjacent host IP ranges
  • Log entries showing connections to localhost services with source IPs outside 127.0.0.0/8

Detection Strategies

  • Monitor network traffic for packets destined to 127.0.0.1 that originate from non-local sources
  • Implement network flow analysis to detect cross-node access to localhost-bound services
  • Review Kubernetes audit logs for unexpected API access patterns from container or adjacent network IPs
  • Deploy network sensors to detect anomalous traffic patterns within the cluster LAN segment

Monitoring Recommendations

  • Enable detailed logging on all localhost-bound services to track connection source IPs
  • Implement network segmentation monitoring to detect violations of expected traffic patterns
  • Configure alerts for any connections to Kubelet API or sensitive services from unexpected sources
  • Regularly audit running services bound to localhost and assess their exposure risk

How to Mitigate CVE-2020-8558

Immediate Actions Required

  • Upgrade Kubernetes to version 1.16.11, 1.17.7, 1.18.4, or later which contain the fix
  • Audit all services bound to 127.0.0.1 on Kubernetes nodes for sensitive functionality
  • Implement network-level controls to restrict access between nodes on the same LAN segment
  • Review and apply the principle of least privilege for all internal services

Patch Information

Kubernetes has released patched versions that address this vulnerability. Users should upgrade to the following minimum versions:

  • Version 1.16.11 or later for the 1.16.x branch
  • Version 1.17.7 or later for the 1.17.x branch
  • Version 1.18.4 or later for the 1.18.x branch

For detailed patch information, refer to the Kubernetes Security Announcement and the GitHub Kubernetes Issue #92315.

Workarounds

  • Set net.ipv4.conf.all.route_localnet=0 on Kubernetes nodes to prevent routing of localhost traffic
  • Implement strict iptables rules to drop packets destined for localhost from non-local sources
  • Use network policies to restrict pod-to-pod and node-to-node communication
  • Isolate Kubernetes nodes on separate network segments with strict firewall controls
bash
# Configuration example to mitigate CVE-2020-8558
# Disable route_localnet to prevent localhost routing bypass
sysctl -w net.ipv4.conf.all.route_localnet=0
sysctl -w net.ipv4.conf.default.route_localnet=0

# Add iptables rule to drop packets to localhost from external sources
iptables -A INPUT -d 127.0.0.0/8 ! -i lo -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability20.15%

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

  • NVD-CWE-Other
  • Technical References
  • NetApp Security Advisory NTAP-20200821-0001
  • Vendor Resources
  • GitHub Kubernetes Issue #92315

  • Google Kubernetes Announcement
  • Related CVEs
  • CVE-2021-25737: Kubernetes SSRF Vulnerability

  • CVE-2026-39884: mcp-server-kubernetes RCE Vulnerability

  • CVE-2026-34940: KubeAI Command Injection RCE Vulnerability

  • CVE-2026-3864: Kubernetes NFS CSI Path Traversal Flaw
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