2022-11-29 05:16:28 +00:00
id : comtrend-password-exposure
2021-08-19 09:17:44 +00:00
info :
2022-10-10 19:22:59 +00:00
name : Comtrend ADSL - Remote Code Execution
2021-08-19 09:17:44 +00:00
author : geeknik
severity : high
2022-10-10 19:22:59 +00:00
description : Comtrend ADSL CT-5367 C01_R12 router is susceptible to remote code execution. A remote user can execute arbitrary commands via the telnet interface, The password for this interface is leaked to unauthenticated users via the password.cgi endpoint.
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/16275
2022-08-27 04:41:18 +00:00
tags : router,exposure,iot,rce,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-08-19 09:17:44 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-08-19 09:17:44 +00:00
- method : GET
path :
- "{{BaseURL}}/password.cgi"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "pwdAdmin ="
- "pwdSupport ="
- "pwdUser ="
condition : and
2022-10-10 19:22:59 +00:00
2023-07-05 08:07:58 +00:00