2021-10-17 23:24:29 +00:00
id : CVE-2021-20031
info :
2022-10-19 21:11:27 +00:00
name : SonicWall SonicOS 7.0 - Open Redirect
2021-10-17 23:24:29 +00:00
author : gy741
2021-10-20 22:40:20 +00:00
severity : medium
2022-10-19 21:11:27 +00:00
description : SonicWall SonicOS 7.0 contains an open redirect vulnerability. The values of the Host headers are implicitly set as trusted. An attacker can spoof a particular host header, allowing the attacker to render arbitrary links, obtain sensitive information, modify data, execute unauthorized operations. and/or possibly redirect a user to a malicious site.
2021-10-17 23:24:29 +00:00
reference :
- https://www.exploit-db.com/exploits/50414
2022-05-17 09:18:12 +00:00
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0019
- http://packetstormsecurity.com/files/164502/Sonicwall-SonicOS-7.0-Host-Header-Injection.html
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-20031
2021-10-20 22:40:20 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-10-20 22:40:20 +00:00
cve-id : CVE-2021-20031
cwe-id : CWE-601
2023-04-12 10:55:48 +00:00
epss-score : 0.0135
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-09-08 22:39:14 +00:00
google-query : inurl:"auth.html" intitle:"SonicWall"
2022-08-27 04:41:18 +00:00
tags : sonicwall,redirect,edb,packetstorm,cve,cve2021
2021-10-17 23:24:29 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-10-17 23:24:29 +00:00
- raw :
- |
GET / HTTP/1.1
Host : {{randstr}}.tld
matchers-condition : and
matchers :
- type : word
words :
- 'https://{{randstr}}.tld/auth.html'
- 'Please be patient as you are being re-directed'
part : body
condition : and
- type : status
status :
- 200