CVE-2020-29156: WooCommerce Incorrect Authorization
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.93759%
CWE
Published
5/24/2022
Updated
1/10/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
woocommerce/woocommerce | composer | < 4.7.0 | 4.7.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is related to the 'fetch_order_status' AJAX action. The function handling this action is likely the vulnerable one. Typical WordPress AJAX handling practices suggest a function like 'woocommerce_ajax_fetch_order_status' could be responsible. The exact file path and function name are inferred based on common WooCommerce and WordPress coding practices.