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-49113-PoC — Post-authentication remote code execution proof-of-concept for CVE-2025-49113 in Roundcube webmail. Includes a vulnerable Docker environment and Python scanner for testing command injection. | Kitploit
Tools/GitHubGitHub/evillm/cve-2025-49113-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubevillm/cve-2025-49113-poc

CVE-2025-49113-PoC

Post-authentication remote code execution proof-of-concept for CVE-2025-49113 in Roundcube webmail. Includes a vulnerable Docker environment and Python scanner for testing command injection.

View Repository
17 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-49113 Roundcube RCE PoC

🚀 How to launch the project

1. Starting the vulnerable server

root@kitploit:~
cd Stand
docker-compose up -d

2. Running the script against the target

root@kitploit:~
cd PoC/src
python3 scanner.py --target http://localhost:9000 --username test --password test --command "id"

📌

Key Requirements
  • Authentication required (Post-Auth)
  • Credentials: test / test
  • Target URL: http://localhost:9000
Download Tool