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 | Kitploit
Tools/GitHubGitHub/0xtensho/cve-2025-49132-poc
Vulnerability AnalysisExploitationWeb Application ExploitationCTFLearning & EducationPayload Development
GitHub0xtensho/cve-2025-49132-poc

CVE-2025-49132-poc

View Repository
35 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

I made this poc for CVE-2025-49132, as it was interesting to make and it's part of a challenge over at my cyber platform deepreview !

This CVE takes advantage of a file inclusion vulnerability that can be escalated to a Remote Code Execution with the pearcmd.php script. This is a cool technique, for a full explanation complete the challenge about this CVE on my website and read the solution page with all the technical details.

Usage :

root@kitploit:~
python3 poc.py 127.0.0.1 'touch /tmp/omgitworks'

If it works correctly you should see an internal server error in the response. Also the payload breaks if you have + inside it. Installation path of the php binary might be modified, here I used the default path in containers but it might be different if installed on a full linux environment.

PS : hi ippsec ;)

Download Tool