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-2024-0793

CVE-2024-0793: Kube-Controller-Manager DoS Vulnerability

CVE-2024-0793 is a denial of service flaw in kube-controller-manager caused by improper HPA configuration handling. This vulnerability triggers KCM pod restart loops. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-0793 Overview

A denial of service vulnerability was discovered in Kubernetes kube-controller-manager (KCM). This flaw occurs when applying an initial Horizontal Pod Autoscaler (HPA) configuration YAML that lacks a .spec.behavior.scaleUp block, causing KCM pods to enter a restart churn cycle, effectively resulting in denial of service conditions for the Kubernetes control plane.

Critical Impact

This vulnerability can cause complete disruption of Kubernetes cluster operations by forcing the kube-controller-manager into continuous restart loops, impacting cluster scaling, resource management, and overall availability.

Affected Products

  • Kubernetes kube-controller-manager
  • Red Hat OpenShift Container Platform
  • Kubernetes distributions utilizing the affected kube-controller-manager component

Discovery Timeline

  • November 17, 2024 - CVE-2024-0793 published to NVD
  • November 18, 2024 - Last updated in NVD database

Technical Details for CVE-2024-0793

Vulnerability Analysis

This vulnerability is classified as an Improper Input Validation flaw (CWE-20) within the Kubernetes kube-controller-manager component. The issue manifests when processing Horizontal Pod Autoscaler (HPA) configuration files that do not include the .spec.behavior.scaleUp block.

When such a malformed HPA configuration is initially applied to a Kubernetes cluster, the kube-controller-manager fails to properly handle the missing configuration block. This causes the KCM pods to crash and enter a continuous restart cycle, effectively creating a denial of service condition. The vulnerability is particularly concerning because it can be triggered through legitimate cluster operations by any user with permissions to create or modify HPA resources.

The attack can be executed remotely over the network and requires low privileges to exploit. While it does not impact data confidentiality or integrity, it severely affects service availability. The scope is changed, meaning the vulnerability can impact resources beyond its security scope, affecting the entire Kubernetes control plane functionality.

Root Cause

The root cause of this vulnerability lies in improper input validation within the kube-controller-manager's HPA processing logic. Specifically, the controller does not properly handle cases where the .spec.behavior.scaleUp configuration block is absent from an HPA manifest. The missing null check or default value handling causes the controller to encounter an unhandled exception state, triggering pod crashes.

Attack Vector

The attack vector is network-based, requiring an authenticated user with permissions to create or modify HPA resources in the Kubernetes cluster. An attacker could exploit this vulnerability by:

  1. Crafting a malicious HPA configuration YAML file without the .spec.behavior.scaleUp block
  2. Applying this configuration to the target Kubernetes cluster using kubectl apply or the Kubernetes API
  3. The kube-controller-manager processes the invalid configuration and crashes
  4. Kubernetes attempts to restart the KCM pod, but it crashes again upon processing the same HPA resource
  5. This creates a restart loop that disrupts control plane operations

The vulnerability can be triggered by submitting an HPA manifest similar to the following structure that omits the scaleUp behavior specification while including other behavior settings. For detailed technical information, refer to the GitHub OpenShift PR #1876.

Detection Methods for CVE-2024-0793

Indicators of Compromise

  • Unusual restart patterns in kube-controller-manager pods with CrashLoopBackOff status
  • HPA resources in the cluster that lack .spec.behavior.scaleUp configuration blocks
  • Control plane instability or degraded cluster responsiveness
  • Error logs in kube-controller-manager indicating nil pointer or validation failures related to HPA processing

Detection Strategies

  • Monitor kube-controller-manager pod health and restart counts using Kubernetes metrics
  • Implement admission controllers or OPA policies to validate HPA configurations before application
  • Review cluster audit logs for HPA creation events, particularly those with incomplete behavior specifications
  • Set up alerting for control plane component availability degradation

Monitoring Recommendations

  • Configure Prometheus alerts for kube-controller-manager restart thresholds exceeding normal baselines
  • Enable Kubernetes audit logging to capture all HPA create and update operations
  • Deploy cluster health monitoring to detect control plane service disruptions
  • Implement SentinelOne Kubernetes Workload Protection for real-time container and pod behavior analysis

How to Mitigate CVE-2024-0793

Immediate Actions Required

  • Review all existing HPA configurations in the cluster for missing .spec.behavior.scaleUp blocks
  • Implement admission webhook policies to reject HPA manifests without complete behavior specifications
  • Update affected Kubernetes or OpenShift installations to patched versions
  • Monitor kube-controller-manager pods for stability issues

Patch Information

Red Hat has released security advisories addressing this vulnerability. Organizations running affected versions should apply the following patches:

  • Red Hat Security Advisory RHSA-2024:0741
  • Red Hat Security Advisory RHSA-2024:1267

For OpenShift users, the fix is available through GitHub OpenShift PR #1876. Additional details about the vulnerability and remediation are available in the Red Hat CVE Details for CVE-2024-0793.

Workarounds

  • Ensure all HPA configurations include complete .spec.behavior blocks with both scaleUp and scaleDown specifications
  • Implement Kubernetes ValidatingAdmissionWebhook to block incomplete HPA configurations
  • Use GitOps practices to review and validate HPA manifests before cluster deployment
  • Restrict HPA creation permissions using RBAC to trusted users and service accounts only
bash
# Example: Validating HPA configurations before applying
# Check for missing scaleUp behavior in HPA manifests
kubectl get hpa -A -o json | jq '.items[] | select(.spec.behavior != null and .spec.behavior.scaleUp == null) | {namespace: .metadata.namespace, name: .metadata.name}'

# Apply RBAC restrictions for HPA management
kubectl create clusterrole hpa-restricted --verb=create,update,patch --resource=horizontalpodautoscalers --dry-run=client -o yaml

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Red Hat Security Advisory RHSA-2024:0741

  • Red Hat Security Advisory RHSA-2024:1267

  • Red Hat CVE Details CVE-2024-0793

  • Red Hat Bug Report #2214402

  • GitHub OpenShift PR #1876
  • Related CVEs
  • CVE-2025-0426: Kubernetes Kubelet DoS Vulnerability

  • CVE-2022-1708: Kubernetes CRI-O DOS Vulnerability

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

  • CVE-2026-34940: KubeAI Command Injection RCE 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