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-53677 — Python exploit for CVE-2024-53677 Apache Struts path traversal to remote code execution. Automates file upload parameter manipulation to achieve RCE on vulnerable Struts applications. | Kitploit
Tools/GitHubGitHub/r007sec/cve-2024-53677
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubr007sec/cve-2024-53677

CVE-2024-53677

Python exploit for CVE-2024-53677 Apache Struts path traversal to remote code execution. Automates file upload parameter manipulation to achieve RCE on vulnerable Struts applications.

View Repository
2151 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-2024-53677: Apache Struts path traversal to RCE vulnerability

A critical security vulnerability, identified as CVE-2024-53677 was found in Apache Struts, allowing attackers to manipulate file upload parameters that can potentially lead to unauthorized path traversal and remote code execution (RCE).

Usage

Install PIP packages:

root@kitploit:~
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Then, run the exploit script with for example:

root@kitploit:~
python3 exploit.py --url http://strutted.htb/upload.action

Note that the exploit needs a full URL where the file upload functionality is implemented.

Disclaimer

This exploit script has been created solely for the purposes of research and for the development of effective defensive techniques. It is not intended to be used for any malicious or unauthorized activities. The author and the owner of the script disclaim any responsibility or liability for any misuse or damage caused by this software. Users are urged to use this software responsibly and only in accordance with applicable laws and regulations. Use responsibly.

Download Tool