CVE-2020-36719: ListingPro < 2.6.1 - Arbitrary Plugin Installation/Activation/Deactivation

2025-08-01 ListingPro PoC Public

Description

The ListingPro - WordPress Directory & Listing Theme for WordPress is vulnerable to Arbitrary Plugin Installation, Activation and Deactivation in versions before 2.6.1. This is due to a missing capability check on the lp_cc_addons_actions function. This makes it possible for unauthenticated attackers to arbitrarily install, activate and deactivate any plugin.

PoC

id: CVE-2020-36719

info:
  name: ListingPro < 2.6.1 - Arbitrary Plugin Installation/Activation/Deactivation
  author: ritikchaddha
  severity: critical
  description: |
    The ListingPro - WordPress Directory & Listing Theme for WordPress is vulnerable to Arbitrary Plugin Installation, Activation and Deactivation in versions before 2.6.1. This is due to a missing capability check on the lp_cc_addons_actions function. This makes it possible for unauthenticated attackers to arbitrarily install, activate and deactivate any plugin.
  impact: |
    Unauthenticated attackers can arbitrarily install, activate or deactivate plugins, potentially installing malicious plugins to gain complete site control.
  remediation: |
    Upgrade to ListingPro version 2.6.1 or later.
  reference:
    - https://blog.nintechnet.com/wordpress-listingpro-theme-fixed-a-critical-vulnerability/
    - https://nvd.nist.gov/vuln/detail/CVE-2020-36719
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2020-36719
    epss-score: 0.04304
    epss-percentile: 0.90642
    cwe-id: CWE-862
    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,wp,wp-pluginwordpress,listingpro,passive,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/themes/listingpro/style.css"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "ListingPro"
          - "Version:"
        condition: and

      - type: dsl
        dsl:
          - compare_versions(detected_version, '< 2.6.1')
          - status_code == 200
        condition: and

    extractors:
      - type: regex
        part: body
        name: detected_version
        group: 1
        regex:
          - '(?i)Version:\s?([\w.]+)'
# digest: 4b0a00483046022100a3166d253e6ad84cd29038ec2b1c80bd934f516aa5938820992739ae9573e0e20221008ffadf4274eded7d4c16f9dcbd76745e151094f5443e0a711fc00d52ab3bc48d:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities