Technical triage of the July 2026 ingress-nginx security advisory resolving custom annotation code injection and cluster secret exfiltration.
ingress-nginx allowed attackers with Ingress creation permissions to inject multiline Lua snippets through annotations, executing arbitrary code inside the ingress controller pod.
| Pengenal CVE | Subsistem / Komponen | Dampak | CVSS | Eksploitasi Aktif? |
|---|---|---|---|---|
| CVE-2024-7646 | ingress-nginx Controller | Annotation Lua Code Injection | 8.8 High | YES (In-The-Wild) |
| CVE-2024-7647 | CoreDNS Plugin | Memory Leak / Crash | 6.3 Medium | No |
| CVE-2024-7648 | Kubelet Pod Eviction | Race Condition | 5.5 Medium | No |
See the Go commit in internal/ingress/controller/template/template.go sanitizing configuration directives before NGINX reload.