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-2025-15566

CVE-2025-15566: Ingress-Nginx RCE Vulnerability

CVE-2025-15566 is a remote code execution vulnerability in ingress-nginx that enables attackers to inject configuration and execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: February 13, 2026

CVE-2025-15566 Overview

A security issue was discovered in ingress-nginx where the nginx.ingress.kubernetes.io/auth-proxy-set-headers Ingress annotation 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 potential impact of this vulnerability.

Critical Impact

Attackers with low privileges can inject malicious nginx configuration to achieve arbitrary code execution and access cluster-wide Secrets in Kubernetes environments running vulnerable ingress-nginx controllers.

Affected Products

  • ingress-nginx controller (vulnerable versions)
  • Kubernetes clusters using ingress-nginx with default configurations
  • Environments where ingress-nginx controller has cluster-wide Secret access

Discovery Timeline

  • 2026-02-06 - CVE CVE-2025-15566 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2025-15566

Vulnerability Analysis

This vulnerability is classified as CWE-20 (Improper Input Validation) and allows for configuration injection attacks against the ingress-nginx controller. The flaw exists in how the ingress-nginx controller processes the nginx.ingress.kubernetes.io/auth-proxy-set-headers annotation. When this annotation is parsed, insufficient validation allows an attacker to inject arbitrary nginx configuration directives.

The attack can be executed over the network by an authenticated user with limited privileges—specifically, any user who can create or modify Ingress resources. The vulnerability requires no user interaction and can result in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability is improper input validation in the ingress-nginx controller when processing the auth-proxy-set-headers annotation. The controller fails to properly sanitize or validate the annotation value before incorporating it into the generated nginx configuration. This allows specially crafted annotation values to break out of the intended context and inject arbitrary configuration directives.

Attack Vector

The attack vector is network-based and requires the attacker to have low-level privileges—specifically the ability to create or modify Ingress resources in a Kubernetes cluster. An attacker can craft a malicious Ingress manifest containing a poisoned nginx.ingress.kubernetes.io/auth-proxy-set-headers annotation. When the ingress-nginx controller processes this annotation, the injected configuration is incorporated into the nginx configuration, potentially allowing:

  1. Execution of arbitrary code within the context of the ingress-nginx controller pod
  2. Access to Kubernetes Secrets that the controller has permission to read (cluster-wide by default)
  3. Lateral movement within the Kubernetes cluster
  4. Data exfiltration through the compromised controller

For technical details on the vulnerability mechanism, refer to the GitHub Kubernetes Issue.

Detection Methods for CVE-2025-15566

Indicators of Compromise

  • Unexpected or malformed nginx.ingress.kubernetes.io/auth-proxy-set-headers annotations in Ingress resources
  • Unusual nginx configuration changes or syntax in the ingress-nginx controller
  • Unauthorized Secret access patterns from the ingress-nginx controller pod
  • Anomalous outbound network connections from ingress-nginx controller pods

Detection Strategies

  • Implement admission controllers to validate and sanitize Ingress annotations before they are applied
  • Monitor Kubernetes audit logs for Ingress resource creation or modification with suspicious annotation values
  • Deploy runtime security solutions like SentinelOne Singularity to detect configuration injection attempts and anomalous process execution
  • Use OPA/Gatekeeper policies to restrict which annotations can be used on Ingress resources

Monitoring Recommendations

  • Enable and monitor Kubernetes audit logging with focus on Ingress resource events
  • Configure alerts for Secret access patterns from ingress-nginx controller pods
  • Implement network monitoring to detect unusual egress traffic from ingress controller namespaces
  • Review ingress-nginx controller logs for configuration parsing errors or unexpected directives

How to Mitigate CVE-2025-15566

Immediate Actions Required

  • Review all existing Ingress resources for suspicious auth-proxy-set-headers annotations
  • Implement RBAC restrictions to limit which users can create or modify Ingress resources
  • Apply the principle of least privilege to the ingress-nginx controller's Secret access permissions
  • Consider deploying admission webhooks to validate Ingress annotations

Patch Information

Organizations should monitor the GitHub Kubernetes Issue for official patch releases and update their ingress-nginx controllers to the latest patched version as soon as it becomes available. Until a patch is applied, implement the workarounds and detection strategies outlined above.

Workarounds

  • Restrict the ability to create or modify Ingress resources using Kubernetes RBAC
  • Deploy Open Policy Agent (OPA) Gatekeeper policies to block or sanitize the auth-proxy-set-headers annotation
  • Limit the ingress-nginx controller's access to Secrets by configuring namespace-specific RBAC instead of cluster-wide access
  • Consider using network policies to restrict egress from the ingress-nginx controller namespace
bash
# Example: OPA Gatekeeper constraint to restrict auth-proxy-set-headers annotation
# Deploy this ConstraintTemplate and Constraint to block potentially malicious annotations

kubectl apply -f - <<EOF
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sBlockIngressAnnotation
metadata:
  name: block-auth-proxy-set-headers
spec:
  match:
    kinds:
      - apiGroups: ["networking.k8s.io"]
        kinds: ["Ingress"]
  parameters:
    blockedAnnotations:
      - "nginx.ingress.kubernetes.io/auth-proxy-set-headers"
EOF

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

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