banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-1580

CVE-2026-1580: ingress-nginx RCE Vulnerability

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

Published: February 6, 2026

CVE-2026-1580 Overview

A security issue was discovered in ingress-nginx where the nginx.ingress.kubernetes.io/auth-method 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 permission to create or modify Ingress resources can inject malicious nginx configuration, leading to arbitrary code execution within the ingress-nginx controller pod and potential exposure of all Kubernetes Secrets accessible to the controller.

Affected Products

  • ingress-nginx controller (all versions prior to patch)
  • Kubernetes clusters using ingress-nginx with default configurations
  • Environments where users have permission to create or modify Ingress resources

Discovery Timeline

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

Technical Details for CVE-2026-1580

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the ingress-nginx controller's handling of the auth-method annotation. The ingress-nginx controller processes Ingress resource annotations to dynamically generate nginx configuration. When the nginx.ingress.kubernetes.io/auth-method annotation is processed, insufficient sanitization allows an attacker to inject arbitrary nginx configuration directives.

The attack is network-accessible and requires only low privileges—specifically, the ability to create or modify Ingress resources within a Kubernetes namespace. No user interaction is required for exploitation. Upon successful exploitation, an attacker gains code execution within the context of the ingress-nginx controller, which by default has broad access to Kubernetes Secrets across all namespaces.

Root Cause

The root cause is improper input validation in the annotation parsing logic. The auth-method annotation value is not properly sanitized before being incorporated into the generated nginx configuration. This allows specially crafted annotation values to break out of the intended configuration context and inject arbitrary directives, including those that can execute code or access sensitive data.

Attack Vector

An attacker with permissions to create or modify Ingress resources can craft a malicious Ingress manifest containing a specially formatted nginx.ingress.kubernetes.io/auth-method annotation. When the ingress-nginx controller processes this resource, the injected configuration becomes part of the active nginx configuration. This can be leveraged to:

  1. Execute arbitrary code through nginx modules or Lua scripting capabilities
  2. Access environment variables containing sensitive information
  3. Read Kubernetes Secrets mounted in the controller pod
  4. Potentially pivot to other cluster resources using the controller's service account permissions

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

Detection Methods for CVE-2026-1580

Indicators of Compromise

  • Unusual or malformed nginx.ingress.kubernetes.io/auth-method annotations in Ingress resources
  • Unexpected nginx configuration changes or errors in ingress-nginx controller logs
  • Anomalous network connections originating from the ingress-nginx controller pod
  • Unauthorized access to Kubernetes Secrets detected in audit logs

Detection Strategies

  • Implement Kubernetes admission controllers to validate and sanitize Ingress annotations before resource creation
  • Monitor ingress-nginx controller logs for configuration parsing errors or unexpected directive inclusions
  • Deploy runtime security monitoring to detect code execution or unusual process behavior within controller pods
  • Use SentinelOne Singularity Platform for real-time detection of exploitation attempts and post-exploitation activities

Monitoring Recommendations

  • Enable Kubernetes audit logging and monitor for Ingress resource creation/modification events
  • Set up alerts for annotation values containing suspicious characters or patterns (semicolons, newlines, Lua code)
  • Monitor for unexpected outbound connections from ingress-nginx controller pods
  • Track Secret access patterns from the ingress-nginx service account

How to Mitigate CVE-2026-1580

Immediate Actions Required

  • Audit all existing Ingress resources for suspicious auth-method annotation values
  • Implement RBAC policies to restrict which users and service accounts can create or modify Ingress resources
  • Deploy admission webhooks (such as OPA Gatekeeper or Kyverno) to validate annotation values
  • Consider namespace-scoping the ingress-nginx controller's Secret access if cluster-wide access is not required

Patch Information

Monitor the ingress-nginx project releases for security patches addressing this vulnerability. Check the GitHub Issue Discussion for the latest updates on fix availability. Once a patch is released, upgrade ingress-nginx to the patched version immediately.

Workarounds

  • Restrict Ingress resource creation permissions to trusted administrators using Kubernetes RBAC
  • Deploy a ValidatingAdmissionWebhook to reject Ingress resources with suspicious annotation patterns
  • Implement network policies to limit egress from ingress-nginx controller pods
  • Consider temporarily disabling external authentication features if not required
bash
# Example: Restrict Ingress creation with RBAC
kubectl create clusterrole ingress-viewer --verb=get,list,watch --resource=ingresses
kubectl create clusterrolebinding restrict-ingress --clusterrole=ingress-viewer --group=developers

# Example: Check for suspicious annotations in existing Ingress resources
kubectl get ingress -A -o json | jq '.items[] | select(.metadata.annotations["nginx.ingress.kubernetes.io/auth-method"] != null) | {namespace: .metadata.namespace, name: .metadata.name, authMethod: .metadata.annotations["nginx.ingress.kubernetes.io/auth-method"]}'

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNginx

  • 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 Issue Discussion
  • Related CVEs
  • CVE-2024-23827: Nginxui Nginx UI RCE Vulnerability

  • CVE-2026-27944: Nginx UI Information Disclosure Issue

  • CVE-2026-2145: nginxWebUI Cross-Site Scripting Flaw

  • CVE-2026-1642: NGINX Information Disclosure Vulnerability
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
  • English
  • 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