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

CVE-2026-24512: ingress-nginx RCE Vulnerability

CVE-2026-24512 is a remote code execution vulnerability in ingress-nginx allowing attackers to inject configuration and execute arbitrary code. This post covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-24512 Overview

A security issue was discovered in ingress-nginx where the rules.http.paths.path Ingress field can be used to inject configuration into nginx. This can lead to arbitrary code execution in the context of the ingress-nginx controller, and disclosure of Secrets accessible to the controller. In the default installation, the controller can access all Secrets cluster-wide, significantly amplifying the impact of this vulnerability.

Critical Impact

Attackers with the ability to create or modify Ingress resources can achieve remote code execution within the ingress-nginx controller pod and exfiltrate all Kubernetes Secrets accessible to the controller, potentially compromising the entire cluster.

Affected Products

  • ingress-nginx controller (all versions prior to patched releases)
  • Kubernetes clusters using ingress-nginx with default configurations
  • Any environment where users can create or modify Ingress resources

Discovery Timeline

  • 2026-02-03 - CVE-2026-24512 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-24512

Vulnerability Analysis

This vulnerability is classified under CWE-20 (Improper Input Validation) and represents a configuration injection flaw in the ingress-nginx controller. The ingress-nginx controller dynamically generates nginx configuration based on Ingress resources defined in the Kubernetes cluster. When processing the rules.http.paths.path field, the controller fails to properly sanitize user-provided input before incorporating it into the nginx configuration file.

The attack is network-accessible and requires low privileges, specifically the ability to create or modify Ingress resources within the cluster. This could be achieved by a malicious authenticated user with standard deployment permissions, a compromised CI/CD pipeline, or through exploitation of another vulnerability that grants Ingress resource manipulation capabilities.

Root Cause

The root cause is insufficient input validation on the rules.http.paths.path field in Ingress resource specifications. The ingress-nginx controller directly interpolates this field value into the generated nginx configuration without proper escaping or validation against configuration injection patterns. This allows specially crafted path values to break out of the intended configuration context and inject arbitrary nginx directives.

Attack Vector

An attacker with permissions to create or modify Ingress resources can craft a malicious Ingress specification with a specially formatted rules.http.paths.path value. When the ingress-nginx controller processes this Ingress resource, it generates an nginx configuration that includes the injected directives.

The attacker can leverage nginx's ability to execute external commands or Lua scripts to achieve code execution within the controller's container context. Since the ingress-nginx controller typically runs with elevated Kubernetes API permissions and, in default configurations, has access to all Secrets cluster-wide, successful exploitation allows the attacker to:

  1. Execute arbitrary code within the controller pod
  2. Access and exfiltrate Kubernetes Secrets including service account tokens, TLS certificates, and application credentials
  3. Potentially pivot to other cluster resources using the controller's service account permissions

The vulnerability is exploited by submitting a malicious Ingress manifest via kubectl apply or the Kubernetes API. Technical details regarding specific injection payloads can be found in the GitHub Kubernetes Issue.

Detection Methods for CVE-2026-24512

Indicators of Compromise

  • Unusual Ingress resources with suspicious characters in the rules.http.paths.path field (e.g., newlines, semicolons, or Lua code patterns)
  • Unexpected network connections originating from the ingress-nginx controller pod
  • Anomalous Secret access patterns in Kubernetes audit logs from the ingress-nginx service account
  • Nginx configuration files containing unexpected directives or Lua code blocks

Detection Strategies

  • Enable and monitor Kubernetes audit logging for Ingress resource creation and modification events
  • Implement admission controllers (e.g., OPA Gatekeeper, Kyverno) to validate Ingress path fields against injection patterns
  • Deploy runtime security monitoring to detect anomalous process execution within ingress-nginx pods
  • Configure alerts for Secret access events from the ingress-nginx controller service account

Monitoring Recommendations

  • Monitor ingress-nginx controller logs for configuration parsing errors or unexpected behavior
  • Implement network segmentation monitoring to detect unusual egress traffic from the controller namespace
  • Set up file integrity monitoring on nginx configuration directories within the controller pod
  • Review and baseline normal Secret access patterns to identify deviations

How to Mitigate CVE-2026-24512

Immediate Actions Required

  • Review all existing Ingress resources in your cluster for suspicious path field values
  • Implement Kubernetes admission policies to restrict special characters in Ingress path specifications
  • Apply the principle of least privilege to the ingress-nginx controller's service account, limiting Secret access scope
  • Consider network policies to restrict egress from the ingress-nginx namespace

Patch Information

Organizations should monitor the official ingress-nginx project and the GitHub Kubernetes Issue for patch announcements. When patches become available, upgrade the ingress-nginx controller to the remediated version following the project's upgrade procedures.

Workarounds

  • Deploy admission control policies using OPA Gatekeeper or Kyverno to validate and reject Ingress resources with suspicious path patterns
  • Restrict RBAC permissions for creating or modifying Ingress resources to trusted administrators only
  • Configure the ingress-nginx controller's service account with minimal required Secret access rather than cluster-wide permissions
  • Implement network policies to limit the controller's ability to make outbound connections
bash
# Example: Restrict ingress-nginx service account Secret access
# Create a limited Role instead of using ClusterRole
kubectl create role ingress-nginx-limited \
  --verb=get,list,watch \
  --resource=secrets \
  --namespace=ingress-nginx

# Bind only to specific namespaces rather than cluster-wide
kubectl create rolebinding ingress-nginx-secrets \
  --role=ingress-nginx-limited \
  --serviceaccount=ingress-nginx:ingress-nginx \
  --namespace=ingress-nginx

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIngress Nginx

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Kubernetes Issue
  • Related CVEs
  • CVE-2026-3288: Ingress-NGINX RCE Vulnerability

  • CVE-2025-15566: Ingress-Nginx RCE Vulnerability

  • CVE-2025-24514: ingress-nginx Auth-URL RCE Vulnerability

  • CVE-2025-1098: ingress-nginx Configuration Injection RCE
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