Share
## https://sploitus.com/exploit?id=3EFB91D4-68A5-5C5E-8FDF-5708E5DA9E19
# [CVE-2024-4040](https://nvd.nist.gov/vuln/detail/CVE-2024-4040) 
A server side template injection vulnerability in CrushFTP in all versions before 10.7.1 and 11.1.0 on all platforms allows unauthenticated remote attackers to read files from the filesystem outside of the VFS Sandbox, bypass authentication to gain administrative access, and perform remote code execution on the server. 

This repository is a POC of how can attacker read files from the filesystem.

Usage:
```
python exploit.py -u https://example.com -p /etc/passwd
```
![alt text](crush_ftp-cve.webp)