Lucene search
+L

1453 matches found

Kitploit
Kitploit
added 2026/09/09 9:43 a.m.7 views

ingressNightmare-CVE-2025-1974-exps

Ingress Nightmare CVE-2025-1907 描述 此漏洞允许远程攻击者在受影响的 kubernetes/ingress-nginx 安装环境上执行任意代码。利用此漏洞无需身份验证。具体缺陷存在于对 HTTP 请求的处理过程中。 该漏洞通过发送两个请求触发。第一个是发送到同一 Pod 中 NGINX 服务器的长缓冲请求,随后 nginx 会将其缓存为临时文件。第二个请求是发送到准入校验 Webhook 服务器的请求,这会触发准入 Webhook 写入一个包含 sslengine badsolocation; 指令的临时 nginx 配置。然后准入 Webhook 会运行...

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

CVE-2020-8554

创建 Kubernetes 集群 root@kitploit: kind create cluster --config ./kind.yaml 集群必须安装 certmanager: https://cert-manager.io/docs/installation/kubernetes/ 测试漏洞 root@kitploit: kubectl apply -f - 'EOF' apiVersion: v1 kind: Namespace metadata: name: kubeproxy-mitm --- apiVersion: apps/v1 kind: Deployment...

6.3CVSS6.8AI score0.09274EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/09 8:10 a.m.7 views

CVE-2025-1974

CVE-2025-1974 — IngressNightmare ingress-nginx 引言 本文档介绍了影响 Kubernetes 组件 ingress-nginx (验证准入控制器)的漏洞 CVE-2025-1974 的研究。 CVE-2025-1974 是一个严重漏洞(CVSS 3.1 9.8 ),属于 ingress-nginx 进程上下文中的未经身份验证的 远程代码执行(RCE) 。攻击者在攻击过程中,如果能够访问 Pod 网络(或者能够将 AdmissionReview 发送到验证 webhook),则可以在控制器 Pod 中执行任意代码,这可能导致 Secrets...

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

CVE-2025-1974

Ingress NGINX 漏洞利用工具 - IngressNightmare 该项目提供了一个针对 Kubernetes 中 Ingress NGINX Controller 的严重 未经身份验证的远程代码执行(RCE) 漏洞的利用工具,统称为 IngressNightmare。 在最初的研究中,Wiz 团队没有提供 PoC 或功能性漏洞利用代码,因此我们决定自行创建并分享给社区。 概述 Ingress NGINX Controller 是 Kubernetes...

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

CVE-2025-1974

README 说得好,不如看代码。 详细信息请参阅 https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities 使用方法 1. 修改 shell.c 中的 IP 地址。 2. 确认 Docker 可用,然后运行 make shell.so。(我们需要在 Alpine 中构建 so,以确保它能运行在基于 musl-libc 的 nginx-ingress-controller 中。) 3. 运行 python3 exploit.py 来获取你的 shell。 你可能需要修改第 25 行和第 26 行的范围,它们表示 pi...

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

terraform-aws-security-group

terraform-aws-security-group Terraform module to manage AWS Security Groups. Currently, the ingress and egress rules support IPv4, IPv6, and Security Group ID inputs. Requirements...

5.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.5 views

PT-2026-89214

Summary On the Home Assistant add-on, the dashboard serves a trusted ingress site that skips authentication because the supervisor authenticates the request upstream. That site was binding 0.0.0.0. The add-on runs in host network mode for mDNS, so binding all interfaces also bound the host's LAN...

8.8CVSS
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/08 8:52 p.m.8 views

CVE-2024-7646

CVE-2024-7646 PoC CVE-2024-7646 root@kitploit: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: example-ingress annotations: nginx.ingress.kubernetes.io/server-snippet: | addheader X-Pwn-Header "Pwn\r\n HTTP/1.1 200 OK Content-Type: text/html alert'XSS'; --------"; return 200 "PWNed...

8.8CVSS8.4AI score0.27018EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 8:52 p.m.7 views

CVE-2023-5044

CVE-2023-5044 通过 nginx.ingress.kubernetes.io/permanent-redirect 注解进行代码注入 首先,你需要部署 Pod 和 Service: root@kitploit: kind: Pod apiVersion: v1 metadata: name: apple-app labels: app: apple spec: containers: - name: apple-app image: hashicorp/http-echo args: - "-text=apple" --- kind: Service apiVersion: ...

8.8CVSS7.9AI score0.56605EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/08 6:26 p.m.8 views

nginx-patch

Imagen base nginx 1.15.x usando debian-base nginx engine x es un servidor HTTP y proxy inverso, un servidor proxy de correo y un servidor proxy TCP genérico. Esta imagen personalizada de nginx contiene: ngxdevelkit set-misc-nginx-module headers-more-nginx-module nginx-http-auth-digest...

5.9AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/07 12:08 p.m.7 views

IngressNightmare-POCs

IngressNightmare-POCs CVE-2025-24513: https://github.com/kubernetes/kubernetes/issues/131005 CVE-2025-24514: https://github.com/kubernetes/kubernetes/issues/131006 CVE-2025-1097: https://github.com/kubernetes/kubernetes/issues/131007 CVE-2025-1098:...

9.8CVSS7AI score0.99525EPSS
SaveExploits21References5
Kitploit
Kitploit
added 2026/09/06 3:18 p.m.7 views

cve-2023-5044

CVE-2023-5044 Ingress Nginx Exploit プルーフ・オブ・コンセプト これは、Ingress Nginx コントローラーの最近の CVE を悪用するための簡単な Go プログラムです。 この方法の詳細は、Rory McCune のブログ https://raesene.github.io/blog/2023/10/29/exploiting-CVE-2023-5044/ ですでに公開されています。このツールはプロセスを少し自動化し、エクスプロイトを整理して、より柔軟で汎用的なリモートコード実行ペイロードにします。 インストール root@kitploit: ...

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

POC-IngressNightmare-CVE-2025-1974

IngressNightmare(CVE-2025-1974)的POC 基于以下开发: https://github.com/yoshino-s/CVE-2025-1974 https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities 空谈无用,直接看代码。 详细信息请参见 https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities 使用方法 1. 修改 shell.c 中的 IP 地址 2. 确保 Docker 可用,然后运行 make...

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

IngressNightterror

IngressNightterror CVE-2025-1974 概述 这个仓库是我对 IngressNightmare 漏洞的研究。它包含了存在漏洞的 Ingress 部署文件、漏洞利用程序本身以及共享对象载荷。 CVE CVE 索引列表: CVE-2025-1974 - 根漏洞 CVE-2025-24514 - auth-url 注解注入 CVE-2025-1097 - auth-tls-match-cn 注解注入 CVE-2025-1098 - 镜像 UID 滥用 参考资料 只是一些参考资料: WIZ 研究原始文章 Kubernetes GitHub issue...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20References3
Kitploit
Kitploit
added 2026/09/05 11:58 p.m.7 views

CVE-2025-1974

cve-2025-1974-win11-attack-defense-lab Windows 11 优先的教育仓库,用于在安全的、非武器化的 ATTACK + DEFENSE 实验室环境中研究 CVE-2025-1974。该项目专为大学课程、团队演示和可生成报告的截图而设计。它强调清洁室实现、仅本地验证,以及永不成为真正漏洞利用的红队式攻击仿真。 该实验室编码了官方基线,即 CVE-2025-1974 影响 ingress-nginx,受影响版本为 Windows 11 优先的 UX" -- B"Python CLIapp.main" B --...

9.8CVSS7.1AI score0.99525EPSS
SaveExploits20References2
Kitploit
Kitploit
added 2026/09/05 10:37 p.m.7 views

CVE-2025-1974

デモ https://youtu.be/3hYlHeaf2mQ CVE-2025-1974とは? CVE-2025-1974 IngressNightmare は、Kubernetes ingress-nginx 受付コントローラにおける重大な(CVSS 9.8)認証不要のリモートコード実行脆弱性です。 攻撃の流れ: 1. アップロード : HTTP POST で悪意のある共有ライブラリ(.so ファイル)を NGINX に送信する 2. 注入 : sslengine ディレクティブを注入するアノテーションを含む細工された Ingress...

9.8CVSS7.3AI score0.99525EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/05 8:26 p.m.8 views

CVE-2026-3288

CVE-2026-3288:通过 rewrite-target 注解对 ingress-nginx 进行配置注入 关键词: CVE-2026-3288、ingress-nginx 漏洞、Kubernetes 安全、nginx 配置注入、rewrite-target 注解、RCE、Secret 泄露、CWE-20、CAPEC-176、ingress-nginx CVE 2026、Kubernetes 集群沦陷 目录 概述 漏洞详情 技术分析 受影响版本 修复建议 检测方法 CVSS 指标 时间线 参考资料 联系方式 概述 在 ingress-nginx...

8.8CVSS7.7AI score0.063EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/05 2:45 p.m.6 views

CVE-2025-1974

🚨 通过 Ingress-NGINX 准入控制器进行日志注入测试 🧠 概述 此脚本用于测试 Kubernetes 集群中 NGINX Ingress 控制器的注解注入漏洞。它仅用于检测目的 ,涉及 CVE-2025-1974,该漏洞允许恶意注解影响 NGINX 配置。 📚 背景 该漏洞由 Wiz.io 披露(博客文章),涉及控制器未正确处理注入的注解。例如: root@kitploit: nginx.ingress.kubernetes.io/auth-url: "http://placeholder/; errorlog /root/thispathshouldntexist.log...

9.8CVSS7.3AI score0.99525EPSS
SaveExploits20References1
SUSE CVE
SUSE CVE
added 2026/09/05 12:23 a.m.10 views

SUSE CVE-2026-85594

Traefik versions from v3.7.1 fail to enforce crossProviderNamespaces restrictions on the traefik.ingress.kubernetes.io/service.middlewares Service annotation in the Kubernetes Ingress provider. A namespace-limited tenant excluded from the allowlist can attach an operator-owned middleware to its...

7CVSS5.7AI score0.00215EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/05 12:23 a.m.10 views

SUSE CVE-2026-85596

Traefik versions = v3.7.0 and = v3.7.10 contain an authentication bypass in the Kubernetes Ingress NGINX provider. The TLS option generated for an Ingress carrying the nginx.ingress.kubernetes.io/auth-tls-secret annotation was named after the Ingress namespace and name. As a result, two Ingress...

8.2CVSS5.8AI score0.00224EPSS
SaveExploits0References3
Rows per page
Query Builder