Lucene search
+L

1294 matches found

Kitploit
Kitploit
added 2026/09/03 6:46 p.m.5 views

SPIPScan

SPIPScan SPIP(CMS)扫描器,用于渗透测试,由Python编写,基于MIT许可证发布。 该工具旨在渗透测试期间检测SPIP的安装。 目前,该工具可检测SPIP安装的版本,并尝试检测平台是否使用了前30个插件(列在其网站上)。 前提条件 使用SPIPScan需要安装以下软件包: Python Beautiful Soup 4 Ubuntu示例: root@kitploit: $ sudo apt-get install python python-bs4 python3-bs4 用法 root@kitploit: $ python spipscan.py Usage:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 12:38 a.m.11 views

CVE-2023-27372-SPIP-4.2.1-Unauthenticated-RCE-PoC

CVE-2023-27372 — SPIP SPIP 4.2.1 之前的版本存在未认证的远程代码执行漏洞。密码重置表单中的 oubli 参数因反序列化处理不当,导致 PHP 对象注入。精心构造的序列化负载以 Web 用户身份在服务端执行,其输出会反映在响应中 oubli 输入字段的值内。 工作原理 1. 从 /spip.php?page=spippass 获取反 CSRF 令牌。 2. 发送包含 PHP 序列化负载的 POST 请求,注入到 oubli 参数中。 3. 从响应中已反射的 value 属性中提取命令输出。 4. 循环执行交互式命令,每次请求都刷新 CSRF 令牌。 依赖要求...

9.8CVSS8.1AI score0.99682EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/02 1:07 a.m.9 views

Silent_CVE_2019_16394

CVE-2019-16394 Un simple script Python de POC para CVE-2019-16394 El script está ajustado para un sitio web francés, es posible que necesites modificarlo si el idioma del sitio web es diferente. Instalación root@kitploit: pip install -r requirements.txt Uso root@kitploit: usage: cve201916394.py -...

5.3CVSS7AI score0.07538EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/01 9:19 p.m.6 views

CVE-2023-27372-PoC

This is a proof of concept CVE-2023-27372 SPIP RCE vulnerability. It's a deserilzation flaw which exploits the dangerous use of ENV tag during the reset password feature spip.php?page=spippass within /ecrire/balise/formulaire.php Specifically this line: 1. Syntax: python3 exploit.py -u...

9.8CVSS8.1AI score0.99682EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/01 8:13 p.m.5 views

Exploitation-of-a-Remote-Code-Execution-vulnerability--CVE-2024-7954-

Exploitation of Remote Code Execution Vulnerability CVE-2024-7954 Software Vulnerability Testing Project Submitted by: Shivansh Kuntal Overview This project demonstrates the exploitation of CVE-2024-7954 , a critical Remote Code Execution RCE vulnerability affecting SPIP CMS through its porteplum...

9.8CVSS8.5AI score0.90053EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/01 3:28 p.m.6 views

CVE-2026-27472-and-CVE-2026-27474

CVE-2026-27472 and CVE-2026-27474 CVSS-B 5.3 MEDIUM and CVSS-B 4.8 MEDIUM Blind SSRF in SPIP 4.4.8 Syndication Feature and stored XSS Explanations and more on my website PoC 1. Log in as an administrator. 2. Make sure that in the Site content configuration, Sites referencing and syndication is on...

6.1CVSS5.9AI score0.00262EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/01 3:27 p.m.6 views

CVE-2026-27475

CVE-2026-27475 CVSS-B 9.2 CRITICAL Authenticated Insecure Deserialization in SPIP 4.4.8 Explanations and more on my website RCE Gadget Attacker plugins/rcegadget/rcegadgetoptions.php root@kitploit: DEBUG:\n"; echo "File: "; vardump$this-file; echo "Data: "; vardump$this-data; echo "";...

9.2CVSS8.2AI score0.00776EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/01 7:56 a.m.5 views

CVE-2023-27372

Proyecto de investigación: CVE-2023-27372 — SPIP RCE, laboratorio + Safe PoC 1 Descripción Este repositorio contiene: stand/ — laboratorio entorno vulnerable en Docker: SPIP + MariaDB. poc/ — herramienta de verificación scanner en Python que implementa la confirmación segura de la vulnerabilidad...

9.8CVSS8.2AI score0.99682EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/01 5:37 a.m.5 views

RCE-CVE-2024-7954

RCE-CVE-2024-7954 Descripción El plugin porteplume , utilizado por versiones de SPIP anteriores a 4.30-alpha2 , 4.2.13 y 4.1.16 , es susceptible a una vulnerabilidad crítica de ejecución arbitraria de código RCE. Este fallo permite a un atacante remoto no autenticado ejecutar código PHP arbitrari...

9.8CVSS8.6AI score0.90053EPSS
SaveExploits10
Information Security Automation
Information Security Automation
added 2026/08/26 4:00 p.m.9 views

August Linux Patch Wednesday

August Linux Patch Wednesday. A total of 3,060 vulnerabilities. For comparison, there were 2,017 in July. That's a 52% increase and another new record. This time, there are 1,354 vulnerabilities in the Linux Kernel and 447 in Chromium. For 3 vulnerabilities, there are signs of exploitation in the...

10CVSS7.1AI score0.94551EPSS
SaveExploits153
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.889 views

SPIP - Remote Command Execution

SPIP before 4.2.1 allows Remote Code Execution via form values in the public area because serialization is mishandled. The fixed versions are 3.2.18, 4.0.10, 4.1.8, and 4.2.1. id: CVE-2023-27372 info: name: SPIP - Remote Command Execution author: DhiyaneshDK,nuts7 severity: critical description: ...

9.8CVSS8.8AI score0.99682EPSS
SaveExploits23References5
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-77806

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - SPIP before 4.4.21 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to code injection...

9.8CVSS9.1AI score0.04201EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/21 2:16 p.m.23 views

CVE-2026-77806

SPIP before 4.4.21 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to code injection via an X-Spip-Filtre HTTP request header that is mishandled by analyseresultatskel...

9.8CVSS0.04201EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 1:37 p.m.42 views

CVE-2026-77806

SPIP before 4.4.21 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to code injection via an X-Spip-Filtre HTTP request header that is mishandled by analyseresultatskel...

9.8CVSS0.04201EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 1:37 p.m.18 views

EUVD-2026-63948

SPIP before 4.4.21 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to code injection via an X-Spip-Filtre HTTP request header that is mishandled by analyseresultatskel...

9.8CVSS6AI score0.04201EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 1:37 p.m.165 views

CVE-2026-77806

SPIP versions before 4.4.21 are vulnerable to unauthenticated remote code execution via a code injection flaw in the analyse_resultat_skel function, which mishandles the X-Spip-Filtre HTTP request header. The vulnerability has been exploited in the wild since August 2026 and is rated CVSS 9.8 (Cr...

9.8CVSS6AI score0.04201EPSS
SaveIn wildExploits0References4
EUVD
EUVD
added 2026/08/21 12:31 a.m.17 views

EUVD-2026-63757

SPIP before 4.4.20 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to incorrect identification of ?php blocks, and varexport's mishandling of certain cases such as presence of a '' character...

9.8CVSS5.9AI score0.0262EPSS
SaveExploits2References3
Tenable Nessus
Tenable Nessus
added 2026/08/21 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-77647

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - SPIP before 4.4.20 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to incorrect...

9.8CVSS6AI score0.0262EPSS
SaveExploits2References2
VulnCheck KEV
VulnCheck KEV
added 2026/08/21 12:00 a.m.30 views

VulnCheck KEV: CVE-2026-77806

SPIP before 4.4.21 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to code injection via an X-Spip-Filtre HTTP request header that is mishandled by analyseresultatskel...

9.8CVSS5.8AI score0.04201EPSS
SaveIn wildExploits0References3
NVD
NVD
added 2026/08/20 11:16 p.m.16 views

CVE-2026-77647

SPIP before 4.4.20 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to incorrect identification of ?php blocks, and varexport's mishandling of certain cases such as presence of a '' character...

9.8CVSS0.0262EPSS
SaveExploits2References2
Rows per page
Query Builder