WooCommerce before 3.6.5, when it handles CSV imports of products, has a cross-site request forgery (CSRF) issue with resultant stored cross-site scripting (XSS) via includes/admin/importers/class-wc-product-csv-importer-controller.php.
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Link | Tags |
---|---|
https://blog.ripstech.com/2019/woocommerce-csrf-to-stored-xss/ | third party advisory |
https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt | third party advisory release notes |