2022-05-17 23:19:39 +00:00
id : CVE-2021-46379
info :
2022-05-18 07:59:23 +00:00
name : D-Link DIR850 ET850-1.08TRb03 - Open Redirect
2022-05-17 23:19:39 +00:00
author : 0x_Akoko
severity : medium
2022-06-25 07:14:58 +00:00
description : DLink DIR850 ET850-1.08TRb03 contains incorrect access control vulnerability in URL redirection, which can be used to mislead users to go to untrusted sites.
2022-05-17 23:19:39 +00:00
reference :
2022-06-25 07:14:58 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-46379
2022-05-17 23:19:39 +00:00
- https://drive.google.com/file/d/1rrlwnIxSHEoO4SMAHRPKZSRzK5MwZQRf/view
2022-06-25 07:14:58 +00:00
- https://www.dlink.com/en/security-bulletin
2022-06-25 07:26:43 +00:00
- https://www.dlink.com/en/security-bulletin/
2022-05-17 23:19:39 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2021-46379
cwe-id : CWE-601
2022-05-18 07:59:23 +00:00
metadata :
2022-05-18 08:14:19 +00:00
verified : "true"
2022-05-17 23:19:39 +00:00
tags : cve,cve2021,redirect,dlink,router
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/boafrm/formWlanRedirect?redirect-url=http://interact.sh&wlan_id=1'
2022-05-17 23:19:39 +00:00
matchers :
- type : regex
part : header
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-06-25 07:14:58 +00:00
# Enhanced by cs 06/22/2022