The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-24005

CVE-2026-24005: Kruise for Kubernetes SSRF Vulnerability

CVE-2026-24005 is an SSRF vulnerability in Kruise for Kubernetes that allows attackers to perform port scanning and access internal resources. This article covers the technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-24005 Overview

CVE-2026-24005 is a Server-Side Request Forgery (SSRF) vulnerability in OpenKruise, a Kubernetes automation management tool designed for large-scale application deployments. The vulnerability exists in the PodProbeMarker component, which allows defining custom probes with TCPSocket or HTTPGet handlers. The webhook validation fails to restrict the Host field in these probe configurations, enabling attackers to perform SSRF attacks from the node network namespace.

Critical Impact

Attackers with PodProbeMarker creation permission can exploit this vulnerability to trigger SSRF from Kubernetes nodes, perform internal port scanning, and receive response feedback through NodePodProbe status messages.

Affected Products

  • OpenKruise versions prior to 1.8.3
  • OpenKruise versions prior to 1.7.5
  • Kubernetes clusters running vulnerable OpenKruise deployments with hostNetwork=true on kruise-daemon

Discovery Timeline

  • 2026-02-25 - CVE-2026-24005 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-24005

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The core issue stems from missing input validation in the PodProbeMarker webhook handler. When users define custom probes using TCPSocket or HTTPGet handlers, the webhook validation logic does not enforce restrictions on the Host field within these configurations.

Since the kruise-daemon component operates with hostNetwork=true, all probe executions occur within the node's network namespace rather than a containerized network. This configuration grants probes direct access to the node's network stack, including internal services, cloud metadata endpoints, and other sensitive network resources that should not be accessible from within Kubernetes pods.

An attacker who has been granted PodProbeMarker creation permissions can craft malicious probe configurations specifying arbitrary Host values. When these probes execute, they effectively leverage the node's network position to reach internal infrastructure components. The NodePodProbe status messages provide response feedback to the attacker, enabling enumeration and reconnaissance of internal network services.

Root Cause

The root cause is the absence of validation logic for the Host field in TCPSocket and HTTPGet probe configurations within the pkg/webhook/podprobemarker/validating/probe_create_update_handler.go file. The original implementation of validateTCPSocketAction only validated the port field, allowing any arbitrary host to be specified without restriction.

Attack Vector

The attack vector is network-based and requires the attacker to have PodProbeMarker creation permissions within the Kubernetes cluster. The exploitation flow involves:

  1. Creating a PodProbeMarker resource with a TCPSocket or HTTPGet probe specifying a target Host value (e.g., internal services, cloud metadata endpoints like 169.254.169.254)
  2. The kruise-daemon executes the probe from the node network namespace
  3. The attacker observes probe results through NodePodProbe status messages to determine connectivity and response characteristics
  4. This enables internal port scanning and service discovery from the perspective of the Kubernetes node
go
// Security patch for validateTCPSocketAction function
// Source: https://github.com/openkruise/kruise/commit/94364b76adf3e8a1749a31afe809a163bed29613
 }
 
 func validateTCPSocketAction(tcp *corev1.TCPSocketAction, fldPath *field.Path) field.ErrorList {
-	return ValidatePortNumOrName(tcp.Port, fldPath.Child("port"))
+	allErrors := field.ErrorList{}
+	if len(tcp.Host) > 0 {
+		allErrors = append(allErrors, field.Invalid(fldPath.Child("host"), tcp.Host, "host field in probes is not allowed"))
+	}
+
+	allErrors = append(allErrors, ValidatePortNumOrName(tcp.Port, fldPath.Child("port"))...)
+
+	return allErrors
 }
 
 var supportedHTTPSchemes = sets.New(corev1.URISchemeHTTP, corev1.URISchemeHTTPS)

Source: GitHub Commit Update

Detection Methods for CVE-2026-24005

Indicators of Compromise

  • PodProbeMarker resources with non-empty Host fields in TCPSocket or HTTPGet probe configurations
  • Unusual network traffic originating from kruise-daemon pods to internal services or metadata endpoints
  • NodePodProbe status messages indicating probe connections to unexpected internal IP addresses

Detection Strategies

  • Audit existing PodProbeMarker resources for probe configurations specifying arbitrary Host values using kubectl get podprobemarkers -A -o yaml
  • Monitor Kubernetes audit logs for PodProbeMarker creation and update events with suspicious probe configurations
  • Implement network policies to restrict egress traffic from kruise-daemon pods to expected destinations

Monitoring Recommendations

  • Deploy network monitoring to detect kruise-daemon connections to cloud metadata endpoints (e.g., 169.254.169.254)
  • Enable Kubernetes audit logging for all PodProbeMarker resource operations
  • Alert on NodePodProbe status messages that reference unexpected internal IP ranges or service ports

How to Mitigate CVE-2026-24005

Immediate Actions Required

  • Upgrade OpenKruise to version 1.8.3 or 1.7.5 immediately to apply the security patch
  • Review and audit all existing PodProbeMarker resources for malicious Host field configurations
  • Restrict PodProbeMarker creation permissions using Kubernetes RBAC to limit exposure

Patch Information

The vulnerability has been patched in OpenKruise versions 1.8.3 and 1.7.5. The fix adds validation logic to reject any TCPSocket or HTTPGet probe configurations that specify a Host field value. For detailed patch information, refer to the GitHub Security Advisory GHSA-9fj4-3849-rv9g.

Patched releases are available:

  • OpenKruise v1.8.3
  • OpenKruise v1.7.5

Workarounds

  • Implement strict RBAC policies to limit which users and service accounts can create or modify PodProbeMarker resources
  • Deploy admission controllers (such as OPA Gatekeeper or Kyverno) to validate and reject PodProbeMarker resources with Host fields specified
  • Apply network policies to restrict kruise-daemon egress traffic to only necessary destinations
bash
# Configuration example - Restrict PodProbeMarker creation with RBAC
# Create a ClusterRole that denies PodProbeMarker creation for untrusted users
kubectl create clusterrole deny-podprobemarker --verb=get,list --resource=podprobemarkers.apps.kruise.io

# Bind the restricted role to specific users or groups
kubectl create clusterrolebinding restricted-ppm-access --clusterrole=deny-podprobemarker --group=untrusted-developers

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechKruise

  • SeverityNONE

  • CVSS Score0.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Release v1.7.5

  • GitHub Release v1.8.3

  • GitHub Security Advisory GHSA-9fj4-3849-rv9g
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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