2022-03-01 13:40:54 +00:00
|
|
|
id: CVE-2020-35234
|
2020-12-13 20:05:21 +00:00
|
|
|
|
|
|
|
info:
|
2022-02-28 16:22:38 +00:00
|
|
|
name: SMTP WP Plugin Directory Listing
|
2020-12-13 20:05:21 +00:00
|
|
|
author: PR3R00T
|
2020-12-14 13:34:51 +00:00
|
|
|
severity: high
|
2022-02-28 16:22:38 +00:00
|
|
|
description: The WordPress Easy WP SMTP Plugin has its log folder remotely accessible and its content available for access.
|
2022-03-01 13:40:54 +00:00
|
|
|
reference:
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-35234
|
|
|
|
- https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/
|
2022-02-28 22:19:39 +00:00
|
|
|
classification:
|
2022-02-28 16:19:29 +00:00
|
|
|
cve-id: CVE-2020-35234
|
2022-04-22 10:38:41 +00:00
|
|
|
remediation: Upgrade to version 1.4.3 or newer and consider disabling debug logs.
|
|
|
|
tags: cve,cve2020,wordpress,wp-plugin,smtp
|
2020-12-13 20:05:21 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/easy-wp-smtp/"
|
2022-02-28 16:21:11 +00:00
|
|
|
- "{{BaseURL}}/wp-content/plugins/wp-mail-smtp-pro/"
|
|
|
|
|
2020-12-13 20:05:21 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "debug"
|
|
|
|
- "log"
|
|
|
|
- "Index of"
|
|
|
|
condition: and
|
2022-02-28 16:19:29 +00:00
|
|
|
|
|
|
|
# Enhanced by cs on 2022/02/28
|