Merge pull request #678 from PR3R00T/patch-2

Wordpress Easy WP Plugin Vulnerability
patch-1
PD-Team 2020-12-14 19:05:54 +05:30 committed by GitHub
commit 4fa61833a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,19 @@
id: easy-wp-smtp-listing
info:
name: SMTP WP Plugin Directory listing enabled
author: PR3R00T
severity: high
reference: "https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/"
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/easy-wp-smtp/"
matchers:
- type: word
words:
- "debug"
- "log"
- "Index of"
condition: and

View File

@ -28,4 +28,5 @@ workflows:
- template: vulnerabilities/wordpress-duplicator-path-traversal.yaml
- template: vulnerabilities/wordpress-social-metrics-tracker.yaml
- template: vulnerabilities/wordpress-wordfence-xss.yaml
- template: vulnerabilities/wordpress-wpcourses-info-disclosure.yaml
- template: vulnerabilities/wordpress-wpcourses-info-disclosure.yaml
- template: vulnerabilities/easy-wp-smtp-listing.yaml