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

CVE-2020-8561: Kubernetes Information Disclosure Flaw

CVE-2020-8561 is an information disclosure vulnerability in Kubernetes that allows attackers to redirect API server requests to private networks and view sensitive data in logs. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2020-8561 Overview

A security issue was discovered in Kubernetes where actors that control the responses of MutatingWebhookConfiguration or ValidatingWebhookConfiguration requests are able to redirect kube-apiserver requests to private networks of the apiserver. If that user can view kube-apiserver logs when the log level is set to 10, they can view the redirected responses and headers in the logs.

This vulnerability represents a Server-Side Request Forgery (SSRF) condition within the Kubernetes API server that could allow privileged attackers to probe internal network services and potentially exfiltrate sensitive information through log file access.

Critical Impact

Attackers with webhook configuration privileges can redirect kube-apiserver requests to internal network services, potentially exposing sensitive data through API server logs when verbose logging is enabled.

Affected Products

  • Kubernetes 1.20.11
  • Kubernetes 1.21.5
  • Kubernetes 1.22.2

Discovery Timeline

  • September 20, 2021 - CVE CVE-2020-8561 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-8561

Vulnerability Analysis

This vulnerability is classified under CWE-441 (Unintended Proxy or Intermediary) and CWE-610 (Externally Controlled Reference to a Resource in Another Sphere). The kube-apiserver component in Kubernetes fails to properly validate and restrict redirect responses from webhook configurations.

When an attacker controls a MutatingWebhookConfiguration or ValidatingWebhookConfiguration endpoint, they can craft responses that cause the API server to follow redirects to arbitrary internal network destinations. This effectively turns the kube-apiserver into an unintended proxy, allowing attackers to scan and interact with services on private networks that would otherwise be inaccessible.

The exploitation becomes particularly impactful when verbose logging (log level 10) is enabled, as the redirected responses and their headers are written to the API server logs. An attacker with log access can then extract the responses from internal services.

Root Cause

The root cause of this vulnerability lies in the insufficient validation of redirect responses from webhook endpoints. The kube-apiserver follows HTTP redirects from webhook responses without properly restricting the destination addresses. This allows webhook controllers to redirect requests to internal network addresses, including localhost services, cloud metadata endpoints, and other sensitive internal infrastructure.

The vulnerability is compounded by the fact that response data is logged when verbose logging is enabled, creating an information disclosure path for attackers who have both webhook configuration privileges and log access.

Attack Vector

The attack requires network access and high privileges within the Kubernetes cluster. An attacker must first gain the ability to create or modify MutatingWebhookConfiguration or ValidatingWebhookConfiguration resources. Once this access is obtained, the attacker can configure a webhook endpoint under their control to return redirect responses pointing to internal network services.

When the API server processes requests that trigger the webhook, it follows the redirect and makes requests to the attacker-specified internal addresses. The scope is changed (C in CVSS), meaning the vulnerable component impacts resources beyond its security scope. While the confidentiality impact is limited to low-sensitivity information disclosure, there is no direct integrity or availability impact from this vulnerability.

Detection Methods for CVE-2020-8561

Indicators of Compromise

  • Unusual webhook configurations pointing to external or untrusted endpoints
  • API server logs showing requests to internal IP addresses or metadata endpoints
  • Webhook responses containing HTTP redirect status codes (301, 302, 307, 308)
  • Unexpected network connections from the kube-apiserver to internal services

Detection Strategies

  • Monitor and audit all MutatingWebhookConfiguration and ValidatingWebhookConfiguration resources for changes
  • Implement network policies to restrict kube-apiserver egress traffic to known webhook endpoints
  • Review API server logs for evidence of redirect following to internal addresses
  • Alert on webhook configurations created by non-administrative users

Monitoring Recommendations

  • Enable audit logging for webhook configuration resources with detailed request/response capture
  • Monitor kube-apiserver network connections for unexpected destination addresses
  • Set up alerts for API server log verbosity changes, particularly increases to level 10
  • Implement continuous monitoring of webhook endpoint health and response patterns

How to Mitigate CVE-2020-8561

Immediate Actions Required

  • Restrict permissions for creating or modifying webhook configurations to trusted administrators only
  • Review and audit all existing MutatingWebhookConfiguration and ValidatingWebhookConfiguration resources
  • Ensure API server log level is not set to 10 in production environments
  • Implement network policies to limit kube-apiserver outbound connections

Patch Information

Kubernetes has addressed this vulnerability through updated guidance and configuration options. Organizations should review the Kubernetes Security Issue #104720 and the Kubernetes Security Announcement for specific remediation steps.

Additional vendor-specific guidance is available from NetApp Security Advisory.

Workarounds

  • Apply strict RBAC policies to limit webhook configuration capabilities to cluster administrators
  • Use network policies or firewall rules to prevent the API server from reaching internal metadata services
  • Avoid setting API server log verbosity to level 10 in production environments
  • Consider implementing a webhook admission policy that restricts allowed webhook endpoint addresses
bash
# Example: Restrict webhook configuration permissions via RBAC
# Create a ClusterRole that denies webhook configuration access to non-admins
kubectl create clusterrole deny-webhook-config \
  --verb=create,update,patch,delete \
  --resource=mutatingwebhookconfigurations,validatingwebhookconfigurations

# Audit existing webhook configurations
kubectl get mutatingwebhookconfigurations -o yaml
kubectl get validatingwebhookconfigurations -o yaml

# Check current API server log level (in kube-apiserver manifest)
grep -i "v=" /etc/kubernetes/manifests/kube-apiserver.yaml

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechKubernetes

  • SeverityMEDIUM

  • CVSS Score4.1

  • EPSS Probability0.18%

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

  • CWE-610
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Kubernetes Issue

  • Google Group Security Announcement
  • Related CVEs
  • CVE-2025-9708: Kubernetes C# Client Certificate Flaw

  • CVE-2023-2878: Kubernetes Secrets Store CSI Driver Vulnerability

  • CVE-2024-5321: Kubernetes Windows Log Disclosure Flaw

  • CVE-2021-25746: Kubernetes Ingress-nginx Disclosure 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