T3CH

Snoop & Learn about Technology, AI, Hacking, Coding, Software, News, Tools, Leaks, Bug Bounty, OSINT & Cybersecurity !¡! But, not limited 2, anything that is Tech Linked…You’ll probably find here ! ;) — Stay ahead with Latest Tech News! -> You write about? Just ping to join !

Follow publication

Member-only story

Critical Vulnerabilities in Ingress-Nginx Controller for Kubernetes

Photo by Markus Spiske on Unsplash

Overview

Recent security research has uncovered multiple critical vulnerabilities in the widely used Ingress-Nginx controller for Kubernetes. These flaws, present in versions up to and including 1.12.0 and 1.11.4, allow unauthenticated remote code execution (RCE). Given that Ingress-Nginx is a key component for handling traffic within Kubernetes clusters, this issue poses a significant risk to cloud-native environments.

The Risk at Hand

Attackers can exploit these vulnerabilities through the default webhook service exposed by Ingress-Nginx. This webhook, typically available on TCP port 8443, is accessible to pods within the cluster. A malicious actor with network access can craft HTTP requests to trigger remote code execution, potentially gaining control over affected Kubernetes environments.

The identified CVEs associated with this issue include:

  • CVE-2025–1097
  • CVE-2025–1098
  • CVE-2025–24513
  • CVE-2025–24514
  • CVE-2025–1974 (the most severe, with a CVSS score of 9.8)

Further details and vendor advisories can be found here:

Note: This vulnerability affects the Ingress-Nginx Controller, not the NGINX Ingress Controller — a common point of confusion.

How to Check if Your Cluster is Affected

Ingress-Nginx versions 1.12.0 and 1.11.4 and below are vulnerable.

To verify if your cluster is affected, check for the presence of the vulnerable webhook service:

kubectl get ValidatingWebhookConfiguration -A

If this command returns a configuration and your Ingress-Nginx version is within the affected range, your cluster is at risk.

Recommended Mitigation Steps

Immediate Action: Upgrade Ingress-Nginx

The best course of action is to update Ingress-Nginx to a patched version:

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

T3CH
T3CH

Published in T3CH

Snoop & Learn about Technology, AI, Hacking, Coding, Software, News, Tools, Leaks, Bug Bounty, OSINT & Cybersecurity !¡! But, not limited 2, anything that is Tech Linked…You’ll probably find here ! ;) — Stay ahead with Latest Tech News! -> You write about? Just ping to join !

Maciej
Maciej

Written by Maciej

DevOps Consultant. I’m strongly focused on automation, security, and reliability.

Responses (1)

Write a response