Cyber Posture

CVE-2026-24512

High

Published: 03 February 2026

Published
03 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0008 23.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24512 is a high-severity Improper Input Validation (CWE-20) vulnerability. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-6 (Least Privilege) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely remediation of the specific flaw in ingress-nginx that enables arbitrary nginx configuration injection via Ingress path fields, preventing RCE and Secret disclosure.

prevent

Mandates validation of information inputs like Ingress rules.http.paths.path fields to block malicious configuration injection into nginx.

prevent

Enforces least privilege via RBAC to limit creation or modification of Ingress resources, blocking low-privilege attackers from injecting malicious paths.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Vulnerability directly enables exploitation of public-facing ingress-nginx controller (T1190) for RCE plus broad Kubernetes Secret/credential disclosure (T1552).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A security issue was discovered in ingress-nginx where the `rules.http.paths.path` Ingress field 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…

more

the controller. (Note that in the default installation, the controller can access all Secrets cluster-wide.)

Deeper analysisAI

CVE-2026-24512 is a vulnerability in ingress-nginx that allows the `rules.http.paths.path` Ingress field to inject arbitrary configuration into nginx. This issue affects the ingress-nginx controller, enabling arbitrary code execution within the controller's context and disclosure of Secrets accessible to it. In default installations, the controller can access all Secrets cluster-wide.

The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating network accessibility, low attack complexity, and a requirement for low privileges, such as the ability to create or modify Ingress resources. Exploitation requires no user interaction and results in high impacts to confidentiality, integrity, and availability, including remote arbitrary code execution and broad Secret disclosure.

Mitigation details are available in the Kubernetes GitHub issue at https://github.com/kubernetes/kubernetes/issues/136678.

Details

CWE(s)

CVEs Like This One

CVE-2026-4342Shared CWE-20
CVE-2026-3288Shared CWE-20
CVE-2026-1580Shared CWE-20
CVE-2025-15566Shared CWE-20
CVE-2026-20856Shared CWE-20
CVE-2025-1736Shared CWE-20
CVE-2025-67484Shared CWE-20
CVE-2026-2880Shared CWE-20
CVE-2025-1514Shared CWE-20
CVE-2025-20393Shared CWE-20

References