惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
腾讯CDC
T
Threatpost
L
Lohrmann on Cybersecurity
P
Proofpoint News Feed
The Cloudflare Blog
博客园 - 聂微东
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Project Zero
Project Zero
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
Spread Privacy
Spread Privacy
The GitHub Blog
The GitHub Blog
D
DataBreaches.Net
S
Securelist
Schneier on Security
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Cisco Talos Blog
Cisco Talos Blog
博客园 - 叶小钗
量子位
I
InfoQ
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
博客园_首页
C
CERT Recently Published Vulnerability Notes
I
Intezer
Y
Y Combinator Blog
T
Tailwind CSS Blog
Microsoft Security Blog
Microsoft Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
About on SuperTechFans
A
Arctic Wolf
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
G
Google Developers Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Vercel News
Vercel News
PCI Perspectives
PCI Perspectives
The Last Watchdog
The Last Watchdog
月光博客
月光博客

Devoriales - DevOps and Python Tutorials

Cloud & DevOps & AI Digest: The Week of Jun 28, 2026 Cloud & DevOps & AI Digest: The Week of Jun 20, 2026 Ansible for DevOps Engineers: Architecture, Core Concepts, and Hands-On Lab Login Must-Have Kubernetes CLI Tools Every Platform Engineer Should Know Login Login Login Why Your Best Engineers Are Quitting (And How to Stop It) Login ArgoCD Vulnerability: How the ServerSideDiff Feature Exposes Kubernetes Secrets Login How Kubernetes Controls What Your Containers Can Do Login Multi-AZ Is Not Disaster Recovery: What the AWS Bahrain Outage Finally Proved Trivy Supply Chain Attack: When Your Security Scanner Becomes the Threat Is Claude Opus 4.6 Fast Mode Really Worth 6× the Price? Login Unlocking Higher Pod Density in EKS with Prefix Delegation AWS Regional NAT Gateway: What It Is and Why You Should Care Kubernetes 1.35 Timbernetes Release AWS re:Invent 2025: The Future of Kubernetes on EKS Debate Series: How Do We Control Deployment Order in Kubernetes? Debate Series: Should We Eliminate Kubernetes Secrets Entirely? Kubernetes CRDs Explained: A Beginner-Friendly Guide to Extending the Kubernetes API Reduce Cloud Cross-Zone Data Transfer Costs with Kubernetes 1.33 trafficDistribution Building Custom Bitnami Images: A Guide for Self-Hosted Container Images New Features in Kubernetes 1.34: An Overview From Free to Fee: How Broadcom's Bitnami Monetization Disrupts DevOps Infrastructure Claude Code Cheat Sheet: The Reference Guide Kubernetes Loses Enterprise Slack Status: Discord Among Platforms Being Considered Understanding Container Security: A Guide to Docker and Pod Security Container Patterns in Kubernetes: Init Containers, Sidecars, and Co-located Containers Explained AWS Launches Serverless MCP Server: AI-Powered Development Gets a Serverless Boost Valve Responds to Alleged Steam Data Breach Reports: What Users Need to Know ArgoCD 3.0: The Evolution Toward Secure GitOps Redis Returns to Open Source: The AGPLv3 Licensing Decision New Features in Kubernetes 1.33: An Overview Prometheus: How We Slashed Memory Usage New Features in Kubernetes 1.32: An Overview What to Consider If You're Not Signing Up for Bitnami Premium Certified Kubernetes Administrator (CKA) Exam Updates for 2025 DeepSeek AI and the Question of the AI Bubble Python Tops the Tiobe Index: The Most Popular Programming Languages - January 2025 2024 in Review: IT Trends, Startups, and What’s Next Inside Argo: The Open-Source Journey Captured in a CNCF Documentary Running Docker on macOS Without Docker Desktop - updated with Kubernetes installation HashiCorp Rolls Out Terraform 2.0 at HashiConf, Keeps IBM Acquisition in the Shadows Is the EU Falling Behind in the Global AI Race? Prometheus Essentials: Node Exporter And System Monitoring Prometheus Essentials: Install and Start Monitoring Your App Prometheus Essentials: Introduction To Metric Types Kubernetes Pod Scheduling Explained: Taints, Tolerations, and Node Affinity Retrieval Augmented Generation (RAG) Explained for Beginners Like Me Using Sealed Secrets with Your Kubernetes Applications
IngressNightmare: Critical Ingress-NGINX Vulnerabilities and How to Check Your Exposure
Aleksandro Matejic · 2025-03-25 · via Devoriales - DevOps and Python Tutorials

Four critical CVEs (CVE-2025-1097, CVE-2025-1098, CVE-2025-24514, and CVE-2025-1974) were disclosed in March 2025, collectively dubbed IngressNightmare. If you’re running a Kubernetes cluster with Ingress-NGINX, this one demands your immediate attention—especially if you haven’t reviewed your admission controller exposure in a while.

These are unauthenticated Remote Code Execution (RCE) vulnerabilities with a CVSS score of 9.8. They can lead to total cluster compromise via the Ingress-NGINX admission controller, and a shocking 43% of clusters scanned by researchers were found to be vulnerable.

Are You Running Ingress-NGINX?

To find out if you’re using the affected controller, you can run the following command:

kubectl get pods --all-namespaces --selector app.kubernetes.io/name=ingress-nginx

Breakdown of the IngressNightmare Vulnerabilities

CVE-2025-24513 (CVSS 4.8): A flaw in input validation that opens the door to directory traversal within the container. While not critical on its own, it can be chained with other bugs to cause denial-of-service or limited secret leakage from the cluster.

CVE-2025-24514 (CVSS 8.8): Misuse of the auth-url annotation allows attackers to smuggle malicious directives into NGINX’s configuration. This leads to remote code execution within the ingress-nginx controller and grants access to any secrets that controller can reach.

CVE-2025-1097 (CVSS 8.8): A vulnerability tied to the auth-tls-match-cn annotation lets attackers inject crafted config into NGINX. It results in arbitrary code execution and secret exposure from within the controller’s security scope.

CVE-2025-1098 (CVSS 8.8): Annotations like mirror-target and mirror-host can be exploited to sneak unauthorized config into NGINX. This can be leveraged to execute code and access sensitive data through the controller.

CVE-2025-1974 (CVSS 9.8): The most severe of the bunch. An unauthenticated actor with network access can execute arbitrary code inside the ingress-nginx controller. No prior access or credentials are required.

What Ingress-Nginx Versions Are Safe?

This vulnerability has been addressed in the following versions:

  •  1.12.1
  •  1.11.5

If you’re running an earlier version, you’re exposed to at least one of the vulnerabilities.

How To Check Your Version?

The easiest way is to check the tag of your image:

kubectl describe deployment ingress-nginx-controller -n ingress-nginx | grep Image

If lower than the listed versions above, you should consider patching/upgrading ASAP.

Is Your Admission Controller Exposed?

The most dangerous misconfiguration is exposing the Ingress-NGINX admission controller to the public internet.

The admission controller is a validating webhook that processes ingress resource changes and builds NGINX configurations. By default, it listens on the network and does not require authentication which is an attacker’s dream.

How to Test for Exposure

Security researcher @nirohfeld released a Nuclei template to detect exposed admission controllers.

You can use it with Nuclei:

nuclei -u https://<your-ingress-nginx-domain> -t exposed-ingress-nginx-admission.yaml

Use the Nuclei template to quickly check for exposed admission controllers—one of the most critical misconfigurations in this exploit chain.

This will detect whether the validating admission webhook is accessible and exposed without authentication.

What to Do if You’re Vulnerable

The best thing is to update to the later version(s). If upgrading is not immediately feasible, consider these temporary mitigations:

  • Restrict network access to the admission controller using NetworkPolicies.
  • Disable the admission controller temporarily.

If installed via Helm, reinstall with:

--set controller.admissionWebhooks.enabled=false

If installed manually, delete the ingress-nginx-admission ValidatingWebhookConfiguration and remove the --validating-webhook argument from the controller’s deployment.

Re-enable the admission controller after patching—it’s still a useful safeguard when secured properly.

❗Be aware of this statement stated in the controller's changelog:

Unfortunately, to fix CVE-2025-1974 it was necessary to disable the validation of the generated NGINX configuration during the validation of Ingress resources.

The resulting NGINX configuration is still checked before the actual loading, so that there are no failures of the underlying NGINX. However, invalid Ingress resources can lead to the NGINX configuration no longer being able to be updated.

To reduce such situations as far as possible, we therefore recommend enabling annotation validation and disabling snippet annotations. In case of doubt, such states can be determined from the logs of the Ingress NGINX Controller. Watch out for a line of dashes followed by "Error:" telling you what went wrong.

What Makes This So Dangerous?

The crux of the exploit is that malicious users can inject ingress resources that manipulate the NGINX configuration generation. Since the controller tests the generated config using nginx -t, attackers can get it to load arbitrary shared libraries from disk—leading to full RCE.

If your pod has elevated privileges (which many do by default), the attacker can read every secret in the cluster.

Final Thoughts

IngressNightmare isn’t just another CVE batch. It’s a wake-up call to check your exposure surface, audit your cluster’s configuration, and take immediate action. Admission controllers are powerful, but they must not be exposed without authentication or proper network segmentation.

And if you’re not already on the latest version, go fix that now.

References:

https://kubernetes.io/blog/2025/03/24/ingress-nginx-cve-2025-1974/

https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities