A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-58259

CVE-2024-58259: Rancher Manager DoS Vulnerability

CVE-2024-58259 is a denial of service flaw in Rancher Manager caused by missing request body size limits. Attackers can send large payloads to exhaust memory. This article covers technical details, affected versions, and mitigations.

Published: June 2, 2026

CVE-2024-58259 Overview

CVE-2024-58259 is a denial of service vulnerability in Rancher Manager. The application fails to enforce request body size limits on specific public (unauthenticated) and authenticated API endpoints. An attacker can submit excessively large HTTP payloads that Rancher Manager loads entirely into memory during processing. This memory exhaustion behavior causes the Rancher Manager process to become unresponsive or crash, disrupting Kubernetes cluster management operations.

The vulnerability is tracked under CWE-770: Allocation of Resources Without Limits or Throttling. Because affected endpoints include unauthenticated routes, exploitation requires no credentials and only network access to the management interface.

Critical Impact

Unauthenticated network attackers can exhaust Rancher Manager memory and trigger a denial of service that disrupts management of all downstream Kubernetes clusters.

Affected Products

  • Rancher Manager (multi-cluster Kubernetes management platform from SUSE)
  • Refer to the GitHub Security Advisory GHSA-4h45-jpvh-6p5j for fixed version ranges
  • Refer to the SUSE Bugzilla entry for CVE-2024-58259 for distribution-specific package status

Discovery Timeline

  • 2025-09-02 - CVE-2024-58259 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-58259

Vulnerability Analysis

Rancher Manager exposes HTTP API endpoints used for cluster provisioning, authentication, and management workflows. Several of these endpoints, including some that accept unauthenticated requests, do not impose a maximum size on the HTTP request body. When a client submits a request, Rancher Manager reads the entire payload into memory before performing any validation or parsing.

An attacker can send a single oversized POST or PUT request, or a series of such requests in parallel, to consume all available heap memory on the Rancher Manager host. Because the loading occurs prior to authentication on public endpoints, no credentials are required to reach the vulnerable code path. The result is an out-of-memory condition that terminates or stalls the management plane.

Root Cause

The root cause is the absence of an enforced Content-Length ceiling and missing streaming body limits on the affected handlers. The HTTP request processing layer accepts the full payload before any middleware can reject it based on size, violating safe resource allocation practices described in CWE-770.

Attack Vector

The attack is delivered over the network against the Rancher Manager API. An attacker crafts an HTTP request with a payload sized in the hundreds of megabytes or larger and submits it to a vulnerable endpoint. Repeating the request, or sending it concurrently, amplifies memory pressure until the process is killed by the OS out-of-memory handler or becomes unresponsive to legitimate API traffic.

No authentication is required for the public endpoints, no user interaction is involved, and exploitation requires no specialized tooling beyond a standard HTTP client. See the GitHub Security Advisory for technical specifics on the affected routes.

Detection Methods for CVE-2024-58259

Indicators of Compromise

  • HTTP requests to Rancher Manager API endpoints with Content-Length values that are unusually large (for example, exceeding tens of megabytes) where small JSON bodies are expected.
  • Sudden spikes in Rancher Manager process memory consumption immediately followed by OOM kills or container restarts.
  • Repeated 5xx responses, gateway timeouts, or pod CrashLoopBackOff events affecting the rancher deployment.

Detection Strategies

  • Inspect reverse proxy and ingress access logs (NGINX, Traefik, cloud load balancers) for inbound requests with abnormally large request bodies targeting Rancher API paths.
  • Correlate Rancher pod restart events with preceding traffic patterns from a single source IP or small set of IPs.
  • Alert when unauthenticated endpoints receive bodies above an expected threshold for normal API calls.

Monitoring Recommendations

  • Track memory and CPU utilization of Rancher Manager pods with Prometheus or an equivalent metrics pipeline and alert on sustained pressure.
  • Monitor ingress controller metrics for elevated request_size_bytes percentiles on Rancher hostnames.
  • Forward Rancher and ingress logs to a centralized analytics platform for retroactive investigation of DoS events.

How to Mitigate CVE-2024-58259

Immediate Actions Required

  • Upgrade Rancher Manager to a fixed release as listed in the GitHub Security Advisory GHSA-4h45-jpvh-6p5j.
  • Restrict network exposure of the Rancher Manager API so that only trusted networks and administrators can reach it.
  • Enforce request body size limits at the ingress or reverse proxy layer in front of Rancher Manager.

Patch Information

SUSE has published fix information in the SUSE Bugzilla entry for CVE-2024-58259 and in the upstream Rancher GitHub Security Advisory. Apply the vendor-supplied patched versions to enforce request body size limits on the affected endpoints.

Workarounds

  • Place Rancher Manager behind an ingress controller or WAF configured to reject requests exceeding a sensible body size (for example, 1 MB to 10 MB depending on workflow requirements).
  • Rate-limit unauthenticated endpoints at the ingress layer to slow exploitation attempts.
  • Apply Kubernetes resource limits to the Rancher Manager pods so that an OOM event is isolated and recovers automatically.
bash
# NGINX Ingress example: cap request body size for the Rancher host
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: rancher
  annotations:
    nginx.ingress.kubernetes.io/proxy-body-size: "2m"
    nginx.ingress.kubernetes.io/limit-rps: "20"
    nginx.ingress.kubernetes.io/limit-connections: "10"
spec:
  rules:
    - host: rancher.example.com
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: rancher
                port:
                  number: 443

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRancher

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • SUSE Bugzilla CVE-2024-58259

  • GitHub Security Advisory GHSA-4h45-jpvh-6p5j
  • Related CVEs
  • CVE-2026-25705: Rancher Extensions Path Traversal Flaw

  • CVE-2024-22036: Rancher Privilege Escalation Vulnerability

  • CVE-2025-67601: Rancher Manager Information Disclosure Bug

  • CVE-2024-52281: SUSE Rancher Stored XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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