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-2024-1561 — Poc for CVE-2024-1561 affecting Gradio 4.12.0 | Kitploit
Tools/GitHubGitHub/diablohtb/cve-2024-1561
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubdiablohtb/cve-2024-1561

CVE-2024-1561

Poc for CVE-2024-1561 affecting Gradio 4.12.0

View Repository
42 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-2024-1561 PoC Script

This is a Proof of Concept (PoC) script for CVE-2024-1561.

Check the full writeup for the CVE here: https://huntr.com/bounties/4acf584e-2fe8-490e-878d-2d9bf2698338

Affected Version: Gradio 4.12.0

This was fixed in this PR (https://github.com/gradio-app/gradio/pull/6884) and was released in version 4.13.0.

Usage

  1. Clone the repository and Navigate to the directory:

    root@kitploit:~
    git clone https://github.com/DiabloHTB/CVE-2024-1561
    cd CVE-2024-1561
    
  2. Run the script with the following command:

    root@kitploit:~
    chmod +x CVE-2024-1561
    ./CVE-2024-1561 -u <URL> -f <FILE>
    

    Replace <URL> with the target URL and <FILE> with the file to be processed.

    Example:

    root@kitploit:~
    ./CVE-2024-1561 -u http://127.0.0.1:7860 -f /etc/passwd
    

Options

  • -u, --url: Specify the URL of the target.
  • -f, --file: Specify the file.
  • -h, --help: Help.

Requirements

  • Bash
  • curl
  • jq (for JSON parsing)

Disclaimer

This script is a Proof of Concept (PoC) and should be used for educational and testing purposes only. Use it responsibly and at your own risk.

Download Tool