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
CVE-2023-27372-POC — Python proof-of-concept for detecting CVE-2023-27372 in SPIP CMS. Scans single or multiple URLs for the vulnerability and outputs results to terminal or file. | Kitploit
Tools/GitHubGitHub/izzz0/cve-2023-27372-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubizzz0/cve-2023-27372-poc

CVE-2023-27372-POC

Python proof-of-concept for detecting CVE-2023-27372 in SPIP CMS. Scans single or multiple URLs for the vulnerability and outputs results to terminal or file.

View Repository
22573 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-27372-POC

Overview

This code is a Python POC (Proof of Concept) for detecting whether a target website has the CVE-2023-27372 vulnerability.
You can run this code by providing a single URL or a text file containing multiple URLs.
Affected version: SPIP < 4.2.1. It has been verified that some websites disable phpinfo output or system functions. For accurate results, manual verification is recommended. The payload used in this code is:

root@kitploit:~
s:19:"<?php phpinfo(); ?>";

Features

  • Check whether the target website has the CVE-2023-27372 vulnerability.
  • Supports a single URL and a text file containing multiple URLs.

Usage

  1. Ensure the required Python version is installed.
  2. Install the required dependencies: pip install -r requirements.txt.
  3. Run the code with a single URL: python main.py -u <URL>.
  4. Run the code with a text file containing multiple URLs: python main.py -t <text file path>.
  • Results for a single URL will be displayed in the terminal; for multiple URLs, they will be saved in a file named CVE-2023-27372-result.txt.
  • Notes

    • Before running the code, ensure the target website is accessible.
    • Only use this code under lawful authorization.
    • The author assumes no responsibility for the use of this code and any consequences arising from it.
    Download Tool