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-27590 — Proof-of-concept exploit for CVE-2025-27590, a command injection vulnerability in multipart form uploads enabling remote shell execution and SSH key injection. | Kitploit
Tools/GitHubGitHub/fatkz/cve-2025-27590
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubfatkz/cve-2025-27590

CVE-2025-27590

Proof-of-concept exploit for CVE-2025-27590, a command injection vulnerability in multipart form uploads enabling remote shell execution and SSH key injection.

View Repository
121 year 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-27590 - PoC Exploit (Command Injection via Multipart Form Upload)

📌 Description

This is a Proof-of-Concept (PoC) exploit for CVE-2025-27590, a command injection vulnerability affecting web applications that process multipart file uploads without proper sanitization. The vulnerability allows remote attackers to execute arbitrary shell commands by crafting malicious form-data payloads.


🧠 Vulnerability Summary

  • Type: Command Injection
  • Vector: HTTP multipart/form-data
  • Affected Parameter: cloginrc and file1 form parts
  • Impact: Arbitrary shell command execution, including SSH key injection

🚀 Usage

python3 exploit_cve_2025_27590.py -u <TARGET_IP_OR_DOMAIN> -p -l <PATH_TO_WRITE>

python3 exploit_cve_2025_27590.py -u 172.20.221.195 -p 8888 -l /home/oxidized/.bashrc

Download Tool