Security readout for executives and security teams
Plain-English summary
This flaw affects the WooCommerce Multi Currency WordPress plugin through version 2.1.17. A logged-in attacker could change a product price to an arbitrary value, creating direct revenue and transaction-integrity risk for affected ecommerce sites.
Executive priority
Treat this as a targeted ecommerce integrity issue, not a broad infrastructure emergency. Prioritize internet-facing WooCommerce stores with customer accounts, many users, or recent unexplained pricing anomalies.
Technical view
CVE-2021-4376 is a missing authorization issue (CWE-862) in WooCommerce Multi Currency. The CVSS 3.1 score is 4.3: network-accessible, low complexity, low privileges required, no user interaction, and limited integrity impact.
Likely exposure
Exposure is likely limited to WordPress/WooCommerce sites running WooCommerce Multi Currency version 2.1.17 or earlier with attacker-accessible authenticated accounts.
Exploitation context
The provided sources do not indicate CISA KEV listing or active exploitation. Risk depends on whether untrusted or compromised WordPress accounts can reach the vulnerable price-changing function.
Researcher notes
The source bundle identifies the issue as missing authorization and describes arbitrary product price modification by authenticated attackers. It does not provide safe validation details, exploit evidence, or a complete remediation narrative beyond affected versions and vendor references.
Mitigation direction
- Identify all sites using WooCommerce Multi Currency.
- Upgrade affected installations according to WordPress.org or vendor guidance.
- Remove or disable the plugin if it cannot be updated safely.
- Restrict WordPress accounts to trusted users with least privilege.
- Audit recent product price changes and suspicious user activity.
Validation and detection
- Check each WordPress site for WooCommerce Multi Currency installation.
- Confirm whether installed versions are 2.1.17 or earlier.
- Review plugin changelog and vendor notes for the relevant fix status.
- Inspect ecommerce records for unexpected price changes.
- Verify only authorized roles can modify product pricing.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-2021-4376 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/d8a490c6-14c1-4c71-b44c-1e362cc892a8?source=cveCVE reference
- https://wpscan.com/vulnerability/480125bc-bab3-45b8-9325-a4d406655a61CVE reference
- https://wordpress.org/plugins/woo-multi-currency/#developersCVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2734576%40woo-multi-currency&new=2734576%40woo-multi-currency&sfp_email=&sfph_mail=CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
