Update CVE-2021-20150.yaml

patch-1
Prince Chaddha 2022-02-04 01:13:00 +05:30 committed by GitHub
parent bc87c82d9b
commit d2e4be88e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -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 ="(.*)" />'