
Proof-of-concept exploit for CVE-2025-24813, demonstrating Apache Tomcat RCE via misconfigured file-based session persistence in DefaultServlet.
This repository provides a controlled, automated environment to demonstrate Remote Code Execution (RCE) vulnerabilities in Apache Tomcat via CVE-2025-24813.
This PoC exploits misconfigured file-based session persistence in Apache
Tomcat's DefaultServlet to achieve unauthorized file overwrites.
From the repository root, run:
docker compose up -d --build
Follow the automated tutorial workflow:
exploit/ directory.source venv/bin/activate
./exploit/exploit_path.md to execute the exploit.