nuclei-templates/http/vulnerabilities/other/comtrend-password-exposure....

33 lines
809 B
YAML
Raw Normal View History

id: comtrend-password-exposure
2021-08-19 09:17:44 +00:00
info:
name: Comtrend ADSL - Remote Code Execution
2021-08-19 09:17:44 +00:00
author: geeknik
severity: high
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.
reference:
- https://www.exploit-db.com/exploits/16275
tags: router,exposure,iot,rce,edb
metadata:
max-request: 1
2021-08-19 09:17:44 +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
2023-07-05 08:07:58 +00:00