LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36725: TI WooCommerce Wishlist <= 1.21.11 and TI WooCommerce Wishlist Pro <= 1.21.4 - Arbitrary Options Update

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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets a logged-in WordPress user change protected site settings through the TI WooCommerce Wishlist plugin. On a WooCommerce site, that can affect confidentiality, integrity, and availability because WordPress options often control access, behavior, and security-sensitive configuration.

Executive priority

Prioritize remediation on revenue-generating WooCommerce sites and sites allowing customer registration. The issue is high impact, remotely reachable, and low complexity once authenticated, but current active exploitation is not proven in the provided sources.

Technical view

CVE-2020-36725 is a missing authorization issue in TI WooCommerce Wishlist up to 1.21.11 and TI WooCommerce Wishlist Pro up to 1.21.4, involving includes/export.class.php. Authenticated network attackers can update arbitrary WordPress options without user interaction. CVSS 3.1 is 8.8 high.

Likely exposure

Exposure is limited to WordPress/WooCommerce sites running the named TemplateInvaders wishlist plugins at vulnerable versions. The attacker must already have authenticated access, but the required privilege is described only as low, so weak subscriber/customer account controls increase risk.

Exploitation context

The bundle does not show a CISA KEV listing. One referenced Nintechnet title characterizes the issue as a fixed zero-day, but the provided evidence does not establish current active exploitation or public exploit availability.

Researcher notes

The affected data names an arbitrary options update through export.class.php and maps to CWE-862. The source bundle is thin on root-cause details, exact fixed release, and exploit observations, so validation should stay version- and configuration-focused.

Mitigation direction

  • Upgrade the affected plugin to a current vendor-supported release.
  • Verify the fixed version against TemplateInvaders changelog, Wordfence, or WPScan.
  • Remove or disable the plugin if an update cannot be applied promptly.
  • Limit and review low-privilege WordPress accounts on affected sites.
  • Review WordPress options and admin users for unexpected changes.

Validation and detection

  • Inventory WordPress sites for TI WooCommerce Wishlist and Pro installations.
  • Confirm installed versions are above 1.21.11 or 1.21.4 respectively.
  • Check whether untrusted users can authenticate to the affected WordPress site.
  • Review logs for suspicious authenticated requests around the plugin export component.
  • Compare key WordPress options against known-good configuration baselines.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36725 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2020-36725Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TemplateInvadersTI WooCommerce Wishlist Pro0unaffected
templateinvadersTI WooCommerce Wishlist0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.