CVE-2020-36725

TI WooCommerce Wishlist <= 1.21.11 and TI WooCommerce Wishlist Pro <= 1.21.4 - Arbitrary Options Update

2020-10-16 00:00
Jerome Bruandet

Strategic Overview

Status
Patched in 1.21.12
Affected Version
<= 1.21.11
CVSS
8.8High
Weakness type
CWE-862 · Missing Authorization
CVE
CVE-2020-36725
View all TI WooCommerce Wishlist vulnerabilities

At a glance

CVE-2020-36725 is a high-severity Missing Authorization vulnerability in the TI WooCommerce Wishlist WordPress plugin, affecting versions <= 1.21.11. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). The issue is fixed in version 1.21.12; sites on affected versions should update now. Disclosed October 2020, reported by Jerome Bruandet.

Vulnerability Overview

The TI WooCommerce Wishlist and TI WooCommerce Wishlist Pro plugins for WordPress are vulnerable to an Options Change vulnerability in versions up to, and including, 1.21.11 and 1.21.4 via the 'ti-woocommerce-wishlist/includes/export.class.php' file. This makes it possible for authenticated attackers to gain otherwise restricted access to the vulnerable blog and update any settings.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.

CWE-862: Missing Authorization

Reaching this weakness in TI WooCommerce Wishlist <= 1.21.11 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.

Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For TI WooCommerce Wishlist the fix is 1.21.12: builds <= 1.21.11 are affected, anything from 1.21.12 onward is not.

Remediation

Update to version 1.21.12, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: TI WooCommerce Wishlist 1.21.12 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C