Lucene search
+L

1315 matches found

Kitploit
Kitploit
added 2026/09/14 5:49 p.m.6 views

RCE_CVE-2024-7954-

RCECVE-2024-7954- SPIP 4.30-alpha2、4.2.13 和 4.1.16 之前版本使用的 porteplume 插件存在任意代码执行漏洞。远程未认证的攻击者可以通过发送特制的 HTTP 请求,以 SPIP 用户的身份执行任意 PHP 代码。(严重) 利用方式: POST /index.php?action=porteplumeprevisu HTTP/1.1 Host: Hostname Content-Type: application/x-www-form-urlencoded data=AA-URLBB 使用工具: Nuclei -ltarget fil...

9.8CVSS8.8AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/14 5:35 p.m.9 views

Spip-Go

Spip - 网络蜜罐传感器 Spip 是一个轻量级、低交互的网络蜜罐传感器。它监听任意的入站 TCP 流量(明文和 TLS),捕获扫描器和机器人发送的内容,并将每个连接记录为结构化的 JSON(符合 ECS 格式),便于导入 SIEM 或数据湖。 Spip 传感器为 HoneyLabs 平台提供数据,这是一个免费、可查询的威胁情报平台。要了解 Spip 在实际中采集的内容,可以浏览那里的实时按 IP 报告,或传感器网络生成的每周威胁报告。 快速开始 前置条件 Go 1.24.0 或更高版本 安装有 iptables 的 Linux 系统 Root 权限(应用示例 iptables...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 2:42 p.m.6 views

CVE-2023-27372-PoC

这个PoC是快速编写的,并没有什么特别之处。 它利用了新的CVE-2023-27372 SPIP RCE漏洞。 这是一个反序列化漏洞,利用了密码重置功能(spip.php?page=spippass)中危险使用ENV标签的问题,具体位于"/ecrire/balise/formulaire.php"文件中,尤其是以下这行: 1. 用法:python3 exploit.py -u https://url.com root@kitploit: function protegechamp$texte if isarray$texte $texte =...

9.8CVSS8.4AI score0.99682EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/14 2:32 p.m.4 views

CVE-2023-27372

CVE-2023-27372 该漏洞存在于 oubli 参数中,允许未经身份验证的用户以 Web 用户权限执行任意命令。 受影响的分支为 3.2、4.0、4.1 和 4.2。受影响版本低于 3.2.18、4.0.10、4.1.18 和 4.2.1。 截图 要求 Python3.7+ 支持的操作系统 Linuxer Wingays 开始使用 root@kitploit: $ git clone https://github.com/Pari-Malam/CVE-2023-27372 $ cd CVE-2023-27372 $ pip/pip3 install -r...

9.8CVSS8.1AI score0.99682EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/14 1:46 p.m.9 views

RCE_CVE-2024-7954

RCECVE-2024-7954 描述: SPIP 4.30-alpha2、4.2.13 及 4.1.16 之前版本使用的 porteplume 插件存在任意代码执行漏洞。远程未认证攻击者可通过发送特制的 HTTP 请求,以 SPIP 用户身份执行任意 PHP 代码。(严重) 利用方法: POST /index.php?action=porteplumeprevisu HTTP/1.1 Host: Hostname Content-Type: application/x-www-form-urlencoded data=AA-URLBB 使用的工具: Nuclei -l目标文件 -t模板...

9.8CVSS8.2AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/14 12:54 p.m.6 views

CVE-2024-7954-RCE

描述 SPIP 4.30-alpha2、4.2.13 和 4.1.16 之前版本使用的 porteplume 插件存在任意代码执行漏洞。远程未认证攻击者可通过发送特制的 HTTP 请求,以 SPIP 用户身份执行任意 PHP 代码。 漏洞利用(概念验证) root@kitploit: POST /index.php?action=porteplumeprevisu HTTP/1.1 Host: Hostname Content-Type: application/x-www-form-urlencoded data=AA-URLBB 使用方法 root@kitploit: nuclei...

9.8CVSS8.1AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/14 7:44 a.m.7 views

CVE-2024-7954

CVE-2024-7954 Este exploit intentará ejecutar comandos del sistema en objetivos SPIP CVE-2024-7954. Visión general Esta es una herramienta de escaneo y explotación masiva para CVE-2024-7954: SPIP 4.2.8 permite a atacantes no autenticados lanzar RCE en objetivos SPIP. Esta herramienta está basada ...

9.8CVSS8.4AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/14 6:23 a.m.6 views

CVE-2024-7954

CVE-2024-7954 - Exploit de Ejecución Remota de Comandos RCE en SPIP 4.2.8 Este script explota una vulnerabilidad de Ejecución Remota de Código en SPIP versión 4.2.8 a través del endpoint porteplumeprevisu. La vulnerabilidad permite a atacantes no autenticados inyectar código PHP mediante la...

9.8CVSS8.2AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/14 6:07 a.m.10 views

CVE-2023-27372-POC

CVE-2023-27372-POC 概述 这个代码是用于检测目标网站是否存在 CVE-2023-27372 漏洞的 Python POC(Proof of Concept)。 您可以通过提供单个 URL 或包含多个 URL 的文本文件来运行该代码。 影响版本:SPIP "; 功能 检查目标网站是否存在 CVE-2023-27372 漏洞。 支持单个 URL 和包含多个 URL 的文本文件。 使用方法 1. 确保已安装所需的 Python 版本。 2. 安装所需的依赖库:pip install -r requirements.txt。 3. 使用单个 URL 运行代码:python...

9.8CVSS8.2AI score0.99682EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/14 12:12 a.m.8 views

CVE-2023-27372

CVE-2023-27372 SPIP 4.2.1 之前的版本允许通过在公共区域提交表单值来实现远程代码执行,原因是序列化处理不当。修复版本为 3.2.18、4.0.10、4.1.8 和 4.2.1。 本 PoC 利用了 SPIP 中的 PHP 代码注入漏洞。该漏洞存在于 oubli 参数中,未经身份验证的攻击者可以以 Web 用户权限执行任意命令。涉及分支 3.2、4.0、4.1 和 4.2。受影响版本为 protegechamp 函数使用了错误的正则表达式,未对序列化字符串进行处理: root@kitploit: if pregmatch",^abis:\d+:;,", $texte...

9.8CVSS8AI score0.99682EPSS
SaveExploits23References1
Kitploit
Kitploit
added 2026/09/13 8:30 p.m.10 views

CVE-2023-27372

CVE-2023-27372 Exploit Exploit for CVE-2023-27372 , an unauthenticated Remote Code Execution vulnerability in the SPIP CMS affecting versions prior to 4.2.1. ⚠️ For educational purposes only. Use exclusively on systems you own or have explicit written permission to test. Unauthorized use is...

9.8CVSS8.4AI score0.99682EPSS
SaveExploits23
Nuclei
Nuclei
added 2026/09/13 4:24 p.m.171 views

SPIP <3.1.2 - Cross-Site Scripting

SPIP 3.1.2 and earlier contains a cross-site scripting vulnerability in validerxml.php which allows remote attackers to inject arbitrary web script or HTML via the varurl parameter in a validerxml action. id: CVE-2016-7981 info: name: SPIP 3.1.2 - Cross-Site Scripting author: pikpikcu severity:...

6.1CVSS6.9AI score0.08216EPSS
SaveExploits2References5
Nuclei
Nuclei
added 2026/09/13 4:24 p.m.25 views

SPIP Saisies - Remote Code Execution

SPIP Saisies plugin 5.4.0 through 5.11.0 contains a remote code execution caused by an unspecified flaw, letting attackers execute arbitrary code on the server, exploit requires no special conditions. id: CVE-2025-71243 info: name: SPIP Saisies - Remote Code Execution author: omarkurt severity:...

9.8CVSS6.9AI score0.05126EPSS
SaveExploits5References4
Nuclei
Nuclei
added 2026/09/13 4:24 p.m.8 views

SPIP < 4.4.22 - Unauthenticated RCE

SPIP 4.4.21 contains a remote code execution caused by mishandling of the X-Spip-Filtre HTTP request header in analyseresultatskel, letting unauthenticated remote attackers execute arbitrary code. id: CVE-2026-77806 info: name: SPIP 4.4.22 - Unauthenticated RCE author: 0xAkoko severity: critical...

9.8CVSS8.6AI score0.04201EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 2:11 p.m.4 views

SPIP-BigUp-Unauthenticated-RCE-Exploit-CVE-2024-8517

SPIP BigUp 未授权RCE漏洞利用 CVE-2024-8517 描述 此Python脚本利用了SPIP CMS(共享互联网发布系统)中BigUp插件 的一个未授权远程代码执行(RCE) 漏洞。该缺陷存在于 listerfichiersparchamps 函数中,当 bigupretrouverfichiers 参数设置为 1 时,该函数未能正确验证输入。这使得攻击者能够在无需认证 的情况下上传恶意PHP载荷并在服务器上实现任意代码执行。 受影响的SPIP版本: ≤ 4.3.1 ≤ 4.2.15 ≤ 4.1.17 关于此脚本 此版本的利用脚本专为受限实验室环境...

9.8CVSS8.1AI score0.94614EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/13 12:53 p.m.6 views

spip-cve-2023-27372-rce

Exploit de RCE no autenticada CVE-2023-27372 en SPIP Subida de Web Shell Este script de Python explota CVE-2023-27372, una vulnerabilidad de ejecución remota de código no autenticada en SPIP CMS versiones anteriores a 4.2.1. Aprovecha una falla de envenenamiento de caché en el mecanismo de...

9.8CVSS8.1AI score0.99682EPSS
SaveExploits23References1
Kitploit
Kitploit
added 2026/09/13 12:41 a.m.6 views

RCE-CVE-2024-7954

RCE-CVE-2024-7954 描述 SPIP 4.30-alpha2、4.2.13 和 4.1.16 之前版本所使用的 porteplume 插件易受严重的任意代码执行 RCE 漏洞影响。该缺陷允许远程未授权攻击者通过构造特定的 HTTP 请求,以 SPIP 用户身份执行任意 PHP 代码。利用该漏洞的潜在后果严重,攻击者可在服务器上运行恶意命令,可能导致未授权访问、数据泄露或进一步系统受损。 漏洞详情 受影响软件: SPIP(版本 4.30-alpha2、4.2.13 和 4.1.16 之前) 漏洞类型: 远程代码执行 RCE 严重等级: 严重 可利用性:...

9.8CVSS8.6AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/12 1:54 p.m.9 views

CVE-2024-7954POC

CVE-2024-7954POC SPIP 4.30-alpha2、4.2.13、4.1.16之前的版本使用的porteplume插件存在任意代码执行漏洞,远程未经身份验证的攻击者可以通过发送精心设计的HTTP 请求以SPIP用户身份执行任意PHP代码。...

9.8CVSS8.1AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/12 3:24 a.m.8 views

SPIP-CVE-2024-23659-

SPIP-CVE-2024-23659- Script en Python 3 para validación/explotación de RCE no autenticado en SPIP BigUp Descripción cve.py automatiza: 1. Descubrimiento de formulario SPIP formulaireaction y formulaireactionargs. 2. Envío de payload multipart para ejecutar comandos en el servidor objetivo. 3...

6.1CVSS6.4AI score0.00445EPSS
SaveExploits1
NVD
NVD
added 2026/09/11 5:18 p.m.8 views

CVE-2026-72709

SPIP before 4.4.18 contains a missing authorization vulnerability in the administrative action endpoints under ecrire/action/ that allows unauthenticated attackers to perform privileged actions by supplying a valid HMAC-SHA256 nonce without any server-side permission check via autoriser. Attacker...

9.8CVSS0.00343EPSS
SaveExploits0References3
Rows per page
Query Builder