
Repositorio para alojar un template de Nuclei para probar el CVE-2024-50379 (en fase de prueba)
Description
This Nuclei template detects Apache Tomcat servers vulnerable to the TOCTOU race condition that allows remote code execution (RCE).
⚠ Important note: This template should be used exclusively for educational purposes and in controlled environments with explicit consent from the system owner. Additionally, the template is in testing phase, so it has not been 100% tested with all vulnerable versions of Apache.
Requirements
Usage
POST /uploads/upload.jsp HTTP/1.1 Host: {{Hostname}}
Replace /uploads/upload.jsp with the actual endpoint to test.
Execute the template: Use the following command to run Nuclei with this template:
nuclei -u <TARGET_URL> -t CVE-2024-50379.yaml
For example:
nuclei -u http://example.com -t CVE-2024-50379.yaml
Results: Review the logs to identify potentially vulnerable systems. If the system is vulnerable, the template will detect responses indicating the malicious file was successfully executed.
Policies and Responsibilities
If you have questions, open an issue in this repository or contact me directly at [email protected]