Skip to main content

Tag: Nginx

Problems related to Nginx, such as weak ciphers, configuration errors, or performance issues

IDTitleDescriptionCategoryTechnologyTags
prequel-2025-0027
Low
Impact: 5/10
Mitigation: 2/10
Ingress Nginx Prefix Wildcard ErrorThe NGINX Ingress Controller rejects an Ingress manifest whose `pathType: Prefix` value contains a wildcard (`*`). Log excerpt: ``` ingress: default/api prefix path shouldn't contain wildcards ``` When the controller refuses the rule, it omits it from the generated `nginx.conf`; clients receive **404 / 502** responses even though the manifest was accepted by the Kubernetes API server. The problem appears most often after upgrading to ingress-nginx ≥ 1.8, where stricter validation was added.Ingress Problemsingress-nginxNginxIngressKubernetes
prequel-2025-0071
Critical
Impact: 8/10
Mitigation: 4/10
CPU Cores Cause Silent ingress-nginx Worker CrashesThe ingress-nginx controller worker processes are crashing because there are too many for the limits specified for this deployment.Proxy ProblemsoomNginxKnown Problem