Lucene search
+L

8530 matches found

Kitploit
Kitploit
added 2026/09/16 1:32 p.m.14 views

CVE-2026-25253

CVE-2026-25253:OpenClaw 中通过认证令牌窃取实现一键 RCE 受影响软件: OpenClaw clawbot 法律免责声明: 本代码及分析文章仅供授权的安全研究和教育目的使用。在未经明确书面许可的情况下,针对系统使用此漏洞利用工具属于非法且不道德的行为。作者对任何滥用行为不承担任何责任。 技术背景 OpenClaw(前身为 Clawdbot ,早期版本中称为 Moltbot )是一个在 macOS、Windows 或 Linux 上本地运行的 AI 助手框架。它支持 Anthropic 和 OpenAI 等云端模型,也支持本地模型。 Control UI...

8.8CVSS7.8AI score0.23992EPSS
SaveExploits7References2
Kitploit
Kitploit
added 2026/09/16 1:28 p.m.11 views

CVE-2025-51458-exp

CVE-2025-51458-exp 预身份验证SQL注入在 DB-GPT --sql "SELECT VERSION" Dump tables python3 exp.py http://target:5670 --dump-tables Dump schema python3 exp.py http://target:5670 --dump-db DuckDB bypass python3 exp.py http://target:5670 --duckdb-bypass --sql "SELECT CURRENTSETTING'accessmode'" Interactive mo...

6.5CVSS6.1AI score0.00322EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/16 1:17 p.m.11 views

EXPLOIT-CVE-2026-40901

DataEase——通过四漏洞链实现未认证 RCE(CVE-2026-40901 及相关漏洞) 认证绕过 → JDBC 黑名单绕过(任意文件读取)→ SQL 注入 → Quartz 中的 Java 反序列化 → 以root 身份远程代码执行。 自带完整的本地实验环境(Docker)+ 可用的 PoC。已在 DataEase v2.10.21 中修复。 DataEase 是一个流行的开源 BI / 数据可视化平台(Java / Spring Boot)。≤ v2.10.20 版本存在由四个问题组成的漏洞链,该链可将任何可网络访问的 DataEase 变为远程代码执行:...

9CVSS6.2AI score0.0063EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/16 12:12 p.m.13 views

CVE-2026-66066

🚨 CVE-2026-66066 — KindaRails2Shell Ruby on Rails Active Storage 中的预认证远程代码执行(RCE) CVE-2026-66066(“KindaRails2Shell”)的教育性安全研究仓库。 本仓库仅用于安全研究、漏洞分析、检测与防御目的。 📖 概述 KindaRails2Shell(CVE-2026-66066) 是一个影响使用 libvips 处理上传图片的 Ruby on Rails Active Storage 部署的关键漏洞。 在存在漏洞的配置下,特制图片可能在图片处理过程中触发意外行为,从而可能导致: 预认证攻击...

9.5CVSS8.7AI score0.27861EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/16 12:01 p.m.12 views

CVE-2026-41940

CVE-2026-41940 – cPanel/WHM 认证绕过 + Root 密码修改器 此脚本利用 cPanel/WHM 上的认证绕过漏洞(CVE-2026-41940),通过 CRLF 注入技术伪造管理员会话。成功利用后,脚本可在 WHM 中修改 root 用户的密码,并通过 Telegram 发送通知。 警告:仅用于对您拥有或已获得书面授权的系统进行安全测试。滥用此脚本进行非法访问违反法律。 📦 安装依赖(PIP) 此脚本需要 Python 3.6+ 和两个外部库。运行以下命令: pip install requests urllib3 requests – 用于发送灵活的 HT...

9.8CVSS8.3AI score0.98527EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/16 11:59 a.m.9 views

CVE-2024-9933

CVE-2024-9933 WatchTowerHQ = 3.10.1 - 因缺少空值检查导致认证绕过至管理员 描述: WatchTowerHQ 的 WordPress 插件在 3.9.6 及之前版本中存在认证绕过漏洞。这是由于 'watchtowerotatoken' 的默认值为空,且 'PasswordLessAccess::login' 函数中缺少非空检查。这使得未认证的攻击者可以登录为 WatchTowerHQ 客户端管理员用户。 root@kitploit: State: PUBLISHED Score: 9.8 CVSS:...

9.8CVSS6AI score0.0199EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/16 11:59 a.m.12 views

CVE-2024-9821

CVE-2024-9821 Bot for Telegram on WooCommerce = 1.2.4 - Authenticated Subscriber+ Telegram Bot Token Disclosure to Authentication Bypass Description 用于WordPress的WooCommerce Telegram机器人插件在所有版本(包括1.2.4)中,由于缺少对'stmwpcftogetsettings'...

8.8CVSS5.9AI score0.01152EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/16 11:52 a.m.10 views

CVE-2025-2620-poc

CVE-2025-2620 概念验证漏洞利用 概述 本仓库包含针对 CVE-2025-2620 的高级概念验证(PoC)漏洞利用,这是 D-Link DAP-1620 路由器(固件版本 1.03 )中发现的一个严重 基于栈的缓冲区溢出 漏洞。该漏洞允许 未经身份验证的远程攻击者 使路由器的 Web 服务器崩溃(拒绝服务,DoS ),并可能执行任意代码(远程代码执行,RCE )。 此项目的目的是 演示漏洞利用开发技能 。 漏洞详情 CVE 描述 CVE-2025-2620 影响 D-Link DAP-1620 路由器的 modgraphauthurihandler 函数,具体位于...

10CVSS9.3AI score0.08682EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/16 11:40 a.m.9 views

CVE-2026-24061-setup

CVE-2026-24061 环境搭建 本仓库包含 CVE-2026-24061 的 Docker 配置。 安装 Docker 后,只需执行以下操作: 1. 克隆此仓库。 2. 运行以下命令: root@kitploit: sudo docker build . --tag telnetd-auth-bypass 3. Docker 镜像构建完成后,我们可以使用以下命令启动容器: root@kitploit: sudo docker run -dt --rm --name test telnetd-auth-bypass 4. 完成后,你的漏洞实验环境就准备好了,可以开始利用了。只需发送...

9.8CVSS8.1AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/16 11:37 a.m.7 views

CVE-2023-24488-SIEM-Sigma-Rule

Regla Sigma: Detección de XSS Pre-Auth CVE-2023-24488 Detecte Citrix Gateway Pre-Auth XSS CVE-2023-24488 los intentos de explotación de la vulnerabilidad. Esta regla Sigma busca patrones de ataque XSS en el parámetro de consulta postlogoutredirecturi. Descripción de la Regla La regla Sigma...

6.1CVSS7AI score0.80907EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/16 11:30 a.m.15 views

Blackash-CVE-2025-61882

🛡️🚨 CVE‑2025‑61882 — Oracle E‑Business Suite EBS 中的严重预认证远程代码执行漏洞 🚨🛡️ 简要概述:Oracle E‑Business Suite EBS 中存在严重的预认证远程代码执行漏洞 — 影响 12.2.3 → 12.2.14 版本,CVSS 评分为 9.8 ,已在野外被积极利用(据报道存在勒索/敲诈活动)。oracle.com1 📌 快速事实(表格) 字段| 详情 ---|--- 🆔 CVE| CVE‑2025‑61882 🧾 产品 / 组件| Oracle E‑Business Suite EBS — 并发处理 / BI...

9.8CVSS8.2AI score0.99732EPSS
SaveExploits16
Cvelist
Cvelist
added 2026/09/16 11:21 a.m.32 views

CVE-2026-40854 Session auth bypass via cookie value in T-Mobile 5G Box IDU routers

WNC T-Mobile 5G Box IDU router contains an authentication bypass vulnerability in the portal.cgi component. The session verification mechanism improperly validates the sessionid cookie by checking for the existence of a corresponding file in /tmp/loginuser. An attacker can bypass authentication b...

8.7CVSS0.00297EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 11:21 a.m.14 views

CVE-2026-40854

CVE-2026-40854 affects the WNC T-Mobile 5G Box IDU router . The vulnerability resides in the portal.cgi component, where the session verification mechanism validates the sessionid cookie by checking for the existence of a corresponding file in /tmp/login_user . Because this check does not properl...

8.7CVSS5.7AI score0.00297EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/16 11:17 a.m.5 views

CVE-2026-89970

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: Synchronize timeout work during SQ teardown nvmetauthsqfree cancels authexpiredwork with canceldelayedwork. If the work has already started, cancellation does not wait for the callback. Transport teardown can...

9.8CVSS0.00782EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 11:02 a.m.10 views

sxwp2shell

/ / / / / / | |/ / / / / / / / / / | // / / / / / / / / / / / / // | / /// / // // / // / /|| sxwp2shell — 通过 REST API 批处理路由混淆(CVE-2026-63030)+ SQL 注入(CVE-2026-60137)对 WordPress 进行预认证 RCE 漏洞利用。 受影响版本:WP 6.9.0–6.9.4 / 7.0.0–7.0.1 安装 root@kitploit: git clone...

9.8CVSS5.9AI score0.97271EPSS
SaveExploits77
Kitploit
Kitploit
added 2026/09/16 10:42 a.m.8 views

CVE-2026-63030

CVE-2026-63030 - Prueba de concepto de confusión de ruta de lote en WordPress REST API Descripción Prueba de concepto de explotación para CVE-2026-63030, una vulnerabilidad de preautenticación en WordPress versiones 6.9.0 a 7.0.1. Encadena: Confusión de ruta de lote en REST API desajuste entre...

9.8CVSS8.8AI score0.97271EPSS
SaveExploits77
Kitploit
Kitploit
added 2026/09/16 10:40 a.m.10 views

cve-2025-24514

🔥 CVE-2025-24514 远程漏洞检测 PoC 该脚本是一个基于 Python 的 PoC,用于远程检测 CVE-2025-24514 漏洞(通过 ingress-nginx 的 auth-url 注入操纵 NGINX 配置并可能导致 RCE)。 🧠 漏洞概述 CVE-2025-24514 是 Kubernetes Ingress Controller 中的 ingress-nginx 通过 nginx.ingress.kubernetes.io/auth-url 注解进行 NGINX 配置意外注入 的漏洞。 若包含恶意路径/;errorlog /dev/stdout;,则...

8.8CVSS6.8AI score0.32618EPSS
SaveExploits8References2
EUVD
EUVD
added 2026/09/16 10:32 a.m.4 views

EUVD-2026-80570

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: Synchronize timeout work during SQ teardown nvmetauthsqfree cancels authexpiredwork with canceldelayedwork. If the work has already started, cancellation does not wait for the callback. Transport teardown can...

9.8CVSS5.8AI score0.00782EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.33 views

CVE-2026-89970 nvmet-auth: Synchronize timeout work during SQ teardown

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: Synchronize timeout work during SQ teardown nvmetauthsqfree cancels authexpiredwork with canceldelayedwork. If the work has already started, cancellation does not wait for the callback. Transport teardown can...

9.8CVSS0.00782EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 10:32 a.m.10 views

CVE-2026-89970

CVE-2026-89970 is a use-after-free vulnerability in the Linux kernel NVMe Target (nvmet) authentication subsystem. During Submission Queue (SQ) teardown, nvmet_auth_sq_free() uses cancel_delayed_work() to stop auth_expired_work, but if the work has already started, cancellation does not wait for ...

9.8CVSS5.8AI score0.00782EPSS
SaveExploits0References6
Rows per page
Query Builder