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

CVE-2026-3288: Ingress-NGINX RCE Vulnerability

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

Published: March 13, 2026

CVE-2026-3288 Overview

A security vulnerability has been identified in ingress-nginx, a widely-used Kubernetes Ingress controller. The flaw exists in the nginx.ingress.kubernetes.io/rewrite-target Ingress annotation, which can be exploited to inject arbitrary nginx configuration directives. Successful exploitation allows attackers to achieve arbitrary code execution within the context of the ingress-nginx controller and gain unauthorized access to Kubernetes Secrets accessible to the controller.

Critical Impact

In default installations, the ingress-nginx controller can access all Secrets cluster-wide, making this vulnerability particularly dangerous for Kubernetes environments. Attackers with the ability to create or modify Ingress resources can compromise the entire cluster's secret store.

Affected Products

  • ingress-nginx (Kubernetes Ingress Controller)
  • Kubernetes clusters using ingress-nginx with default configurations
  • Container environments with ingress-nginx deployed

Discovery Timeline

  • 2026-03-09 - CVE-2026-3288 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-3288

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the ingress-nginx controller's handling of the rewrite-target annotation. The annotation is designed to allow users to specify URL rewrite rules for incoming HTTP requests, but insufficient sanitization of the annotation value allows malicious actors to inject arbitrary nginx configuration directives.

The ingress-nginx controller processes Ingress resources and generates nginx configuration files dynamically. When the nginx.ingress.kubernetes.io/rewrite-target annotation is parsed, the controller fails to properly validate and sanitize the input, allowing an attacker to break out of the intended configuration context and inject custom nginx directives.

Once arbitrary configuration is injected, attackers can leverage nginx's Lua scripting capabilities or other features to execute arbitrary code. Given that the controller pod typically has access to a service account with broad permissions—including cluster-wide Secret access in default deployments—this code execution can lead to complete compromise of sensitive cluster data.

Root Cause

The root cause is improper input validation in the annotation parsing logic. The rewrite-target annotation value is incorporated into the generated nginx configuration without adequate escaping or validation of special characters and nginx configuration syntax elements. This allows attackers to terminate the expected configuration block and inject additional directives.

Attack Vector

Exploitation requires network access and the ability to create or modify Ingress resources in the target Kubernetes cluster. An attacker with low-level privileges to create Ingress objects can craft a malicious Ingress manifest with a specially crafted rewrite-target annotation value containing nginx configuration injection payloads.

The attack flow involves:

  1. Creating an Ingress resource with a malicious rewrite-target annotation
  2. The ingress-nginx controller processes the Ingress and generates an nginx configuration containing the injected directives
  3. nginx reloads with the malicious configuration, executing attacker-controlled code
  4. The attacker leverages the controller's service account to access Kubernetes Secrets

The vulnerability is exploitable from the network without user interaction, though it requires authenticated access to the Kubernetes API with permissions to manage Ingress resources.

Detection Methods for CVE-2026-3288

Indicators of Compromise

  • Unusual or malformed rewrite-target annotations in Ingress resources containing special characters or nginx configuration syntax
  • Unexpected nginx configuration blocks or Lua code in the ingress-nginx controller's generated configuration
  • Anomalous API calls from the ingress-nginx controller pod to access Secrets outside normal operational patterns
  • Suspicious processes spawned within the ingress-nginx controller container

Detection Strategies

  • Implement admission controllers or OPA/Gatekeeper policies to validate and restrict Ingress annotation values before they are applied to the cluster
  • Monitor Kubernetes audit logs for creation or modification of Ingress resources with suspicious annotation values
  • Deploy runtime security monitoring within the ingress-nginx controller pods to detect code execution anomalies
  • Configure alerts for unusual Secret access patterns from the ingress-nginx service account

Monitoring Recommendations

  • Enable Kubernetes audit logging with detailed request/response recording for Ingress resource operations
  • Implement log aggregation and analysis for nginx error logs and configuration reload events
  • Deploy network monitoring to detect unexpected outbound connections from the ingress-nginx controller
  • Use container runtime security tools to monitor for process injection or unexpected binary execution within controller pods

How to Mitigate CVE-2026-3288

Immediate Actions Required

  • Review all existing Ingress resources in your cluster for suspicious rewrite-target annotation values
  • Implement RBAC restrictions to limit which users and service accounts can create or modify Ingress resources
  • Consider disabling or restricting the use of the rewrite-target annotation via admission controller policies until patching is complete
  • Reduce the ingress-nginx controller's service account permissions to follow the principle of least privilege, limiting Secret access to only those required for TLS termination

Patch Information

Security patches addressing this vulnerability are being tracked in the Kubernetes GitHub Issue Discussion. Administrators should monitor the official ingress-nginx releases and apply updates as soon as they become available. The Openwall Security Announcement provides additional details on the vulnerability disclosure.

Workarounds

  • Deploy OPA Gatekeeper or Kyverno policies to validate Ingress annotations and reject resources with potentially malicious values in rewrite-target
  • Restrict the ingress-nginx controller's service account using RBAC to limit Secret access to only specific namespaces or individual Secrets required for operation
  • Use network policies to limit the ingress-nginx controller's network access to only necessary services
  • Consider deploying the ingress-nginx controller with read-only root filesystem and dropping all Linux capabilities to reduce the impact of code execution
bash
# Example: Restrict ingress-nginx service account Secret access
# Create a Role limiting Secret access to a specific namespace
kubectl create role ingress-nginx-secrets \
  --namespace=ingress-tls \
  --verb=get,list,watch \
  --resource=secrets

# Bind the restricted role to the ingress-nginx service account
kubectl create rolebinding ingress-nginx-secrets-binding \
  --role=ingress-nginx-secrets \
  --serviceaccount=ingress-nginx:ingress-nginx \
  --namespace=ingress-tls

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.03%

  • 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 Issue Discussion

  • Openwall Security Announcement
  • Related CVEs
  • CVE-2025-15566: Ingress-Nginx RCE Vulnerability

  • CVE-2026-24512: 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