Lucene search
+L

503 matches found

Kitploit
Kitploit
added 2026/09/09 10:40 a.m.7 views

cve-2025-24514

🔥 CVE-2025-24514 Remote Vulnerability Check PoC This script is a Python-based PoC that can remotely check for the CVE-2025-24514 vulnerability NGINX configuration manipulation and potential RCE through auth-url injection in ingress-nginx. 🧠 Vulnerability Overview CVE-2025-24514 is a vulnerability...

8.8CVSS6.9AI score0.32618EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/09 9:43 a.m.5 views

ingressNightmare-CVE-2025-1974-exps

Ingress Nightmare CVE-2025-1907 Description This vulnerability allows remote attackers to execute arbitrary code on affected installations of kubernetes/ingress-nginx. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of HTTP requests. It i...

9.8CVSS7.6AI score0.99525EPSS
SaveExploits21References1
Kitploit
Kitploit
added 2026/09/09 9:29 a.m.7 views

CVE-2025-1974

Kubernetes Ingress-NGINX Unauthenticated Remote Code Execution CVE-2025-1974 Ingress-NGINX: An ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer The "IngressNightmare" vulnerability CVE-2025-1974 stems from a critical flaw in the Ingress-NGINX Admission Controller...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/09 8:50 a.m.7 views

CVE-2025-1974

CVE-2025-1974: Kubernetes Ingress Nginx Controller Vulnerability Analysis and PoC Environment Setup Test Environment MacOS M2 Ingress NGINX Controller 1.11.3 Rancher Desktop Docker Minikube Kubernetes Local Test Environment Setup M2 MacOS Install minikube for local testing minikube start...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/09 7:50 a.m.7 views

CVE-2025-1974

CVE-2025-1974 White Hat School 3rd Cohort - Kim So-eun @salt318 https://github.com/salt318/vulhub Summary Caused by a defect in the Ingress-NGINX Admission Controller, a core security mechanism of Kubernetes The Ingress-NGINX Admission Controller is exposed to the network without authentication...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20References1
Kitploit
Kitploit
added 2026/09/09 7:09 a.m.10 views

ingress-nginx-0.21-1.19.5

BUILD: root@kitploit: cd ./ingress-nginx-0.21-1.19.5 cd images/nginx/ make cd - cd images/e2e/ make docker-build cd - e2etag=docker images|grep e2e|awk 'print $2' sed -i "s/e2e:v12232020-dce860a/e2e:$e2etag/" build/go-in-docker.sh make echo -e '\n\n\n\n\n' docker images|grep ingress-nginx...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:14 a.m.6 views

CVE-2025-1974

Exploit for Ingress NGINX - IngressNightmare This project provides an exploit targeting critical unauthenticated Remote Code Execution RCE vulnerabilities in the Ingress NGINX Controller for Kubernetes, collectively referred to as IngressNightmare. In the original research, the Wiz team did not...

9.8CVSS7AI score0.99525EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/09 4:32 a.m.7 views

CVE-2025-1974

README Talk is cheap, just look at the code. Detailed can be found at https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities Usage 1. Change the ip in shell.c 2. Check the docker is available and run make shell.so. We need to build so in alpine to make sure it can works in...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/09 4:27 a.m.7 views

ingress-nightmare

IngressNightmare CVE-2025-1974 This Python script can help you understand if you're running the Ingress NGINX Controller, and if yes if it's using a known vulnerable version. Usage First, make sure to install uv from here and then run the script against the Kubernetes cluster to audit...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20
Nuclei
Nuclei
added 2026/09/09 2:52 a.m.41 views

Ingress-Nginx Controller - Configuration Injection via Unsanitized `auth-url` Annotation

A security issue was discovered in ingress-nginx https-//github.com/kubernetes/ingress-nginx where the auth-url Ingress annotation 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...

8.8CVSS7.2AI score0.32618EPSS
SaveExploits8References3
Kitploit
Kitploit
added 2026/09/09 2:01 a.m.11 views

IngressNightmare-PoC

Exploit for Ingress NGINX - IngressNightmare This project provides an exploit targeting critical unauthenticated Remote Code Execution RCE vulnerabilities in the Ingress NGINX Controller for Kubernetes, collectively referred to as IngressNightmare. Research by Wiz In the original research, the Wi...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 12:06 a.m.8 views

cve-2024-7646

CVE-2024-7646 Description In default, nginx.ingress.kubernetes.io/server-snippet is disabled, but due to this cve, nginx.ingress.kubernetes.io/auth-tls-verify-client can still insert custom snippets, or even lua code can be included. Fixed version ingress-nginx controller v1.11.2 - fixed by...

8.8CVSS8.3AI score0.27018EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 9:27 p.m.9 views

CVE-2025-1974-PoC-exploit

CVE-2025-1974-PoC-exploit Kubernetes Ingress-nginx RCE IngressNightmare root@kitploit: ❯ python3 exploit.py http://localhost:8443 "id" ============================================================ CVE-2025-1974 - IngressNightmare Exploit ============================================================...

9.8CVSS7.3AI score0.99525EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/08 7:23 p.m.4 views

CVE-2025-1974-poc

POC of IngressNightmare, RCE in Ingress NGINX CVE-2025-1974 Developed from: https://github.com/zwxxb/CVE-2025-1974/blob/main/poc.py https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilitieshow-did-we-discover-ingressnightmare-24 Thanks Usage root@kitploit: forward the admission webhook...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20References1
Kitploit
Kitploit
added 2026/09/08 4:18 p.m.6 views

ingressnightmare-detection-poc

IngressNightmare Detection Tool Overview This tool provides a non-intrusive detection capability for the IngressNightmare vulnerability chain CVE-2025-1974 affecting Ingress NGINX Controller. It specifically leverages the auth-url annotation injection vector CVE-2025-24514 to verify the presence ...

6.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 5:21 a.m.7 views

CVE-2025-1974

CVE-2025-1974 — IngressNightmare ingress-nginx Introducción Este documento presenta la investigación de la vulnerabilidad CVE-2025-1974 , que afecta al componente ingress-nginx validating admission controller para Kubernetes. CVE-2025-1974 es una vulnerabilidad crítica CVSS 3.1 9.8, que consiste ...

9.8CVSS7.5AI score0.99525EPSS
SaveExploits20
Nuclei
Nuclei
added 2026/09/07 6:34 a.m.58 views

Ingress-Nginx Controller - Configuration Injection via Unsanitized `auth-tls-match-cn` Annotation

A security issue was discovered in ingress-nginx https-//github.com/kubernetes/ingress-nginx where the auth-tls-match-cn Ingress annotation 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...

8.8CVSS7.2AI score0.35534EPSS
SaveExploits7References3
Nuclei
Nuclei
added 2026/09/07 6:34 a.m.58 views

Ingress-Nginx Controller - Configuration Injection via Unsanitized Mirror Annotations

A security issue was discovered in ingress-nginx https-//github.com/kubernetes/ingress-nginx where the mirror-target and mirror-host Ingress annotations can be used to inject arbitrary configuration into nginx. This can lead to arbitrary code execution in the context of the ingress-nginx...

8.8CVSS7.2AI score0.83498EPSS
SaveExploits7References3
Kitploit
Kitploit
added 2026/09/06 3:18 p.m.6 views

cve-2023-5044

CVE-2023-5044 Ingress Nginx Exploit Proof-Of-Concept This is a quick Go program to exploit the recent CVE in the Ingress Nginx controller. Details on how to do this are already out there via Rory McCune's blog at https://raesene.github.io/blog/2023/10/29/exploiting-CVE-2023-5044/, this just...

8.8CVSS7.9AI score0.56605EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/06 2:21 p.m.5 views

POC-IngressNightmare-CVE-2025-1974

POC of IngressNightmare CVE-2025-1974 Developed from: https://github.com/yoshino-s/CVE-2025-1974 https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities Talk is cheap, just look at the code. Detailed can be found at https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities Usage 1...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20References1
Rows per page
Query Builder