wp-easy-wp-smtp-log-exposure: WordPress Easy WP SMTP - Log Exposure

2026-01-24 WordPress Easy WP SMTP PoC Public

Description

Detected WordPress Easy WP SMTP plugin debug log file exposed via directory listing, potentially revealing sensitive email contents including password reset links.

PoC

id: wp-easy-wp-smtp-log-exposure

info:
  name: WordPress Easy WP SMTP - Log Exposure
  author: 0x_Akoko
  severity: medium
  description: |
    Detected WordPress Easy WP SMTP plugin debug log file exposed via directory listing, potentially revealing sensitive email contents including password reset links.
  reference:
    - https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/
    - https://nvd.nist.gov/vuln/detail/CVE-2020-35234
    - https://wpscan.com/vulnerability/10494
  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
  metadata:
    verified: true
    max-request: 1
  tags: wp,wordpress,wp-plugin,easy-wp-smtp,exposure,logs,vuln

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

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Index of", "Parent Directory", "easy-wp-smtp", ".txt")'
        condition: and
# digest: 4a0a0047304502203befb28c202b3b1a25c58dae9a511060f6794cc5c5dfc07925d811f3f82c68ed022100da9d9ad7c7cd887393a9ab009aa4d39d4c2f169b2215e83e0588c94d06912dad:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities