Update CVE-2021-20150.yaml
parent
bc87c82d9b
commit
d2e4be88e6
|
@ -6,14 +6,14 @@ info:
|
|||
severity: medium
|
||||
description: Trendnet AC2600 TEW-827DRU version 2.08B01 improperly discloses information via redirection from the setup wizard. Authentication can be bypassed and a user may view information as Admin by manually browsing to the setup wizard and forcing it to redirect to the desired page.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-20150
|
||||
- https://www.tenable.com/security/research/tra-2021-54
|
||||
tags: cve,cve2021,trendnet,disclosure
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-20150
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 5.30
|
||||
cve-id: CVE-2021-20150
|
||||
cwe-id: CWE-287
|
||||
tags: cve,cve2021,trendnet,disclosure,router
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
@ -38,9 +38,18 @@ requests:
|
|||
- 'ftp_username'
|
||||
- 'ftp_password'
|
||||
- 'ftp_permission'
|
||||
- 'TEW-827DRU'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
name: password
|
||||
group: 1
|
||||
regex:
|
||||
- '<input name="admin_passwd" type="password" id="admin_passwd" size="20" maxlength="15" value ="(.*)" />'
|
||||
|
|
Loading…
Reference in New Issue