Security readout for executives and security teams
Plain-English summary
This WordPress plugin flaw lets a logged-in Shop Manager change other users' passwords, including administrators. On affected WooCommerce sites, that could turn a lower-privileged business account into full site takeover. It is high risk, but the public sources do not show known active exploitation.
Executive priority
Prioritize remediation on revenue-generating WooCommerce sites and any site with multiple Shop Manager users. The main business risk is administrator account takeover from a compromised or malicious privileged store account.
Technical view
CVE-2023-3459 is a CWE-863 missing authorization issue in the Export and Import Users and Customers plugin up to 2.4.1. The vulnerable AJAX-accessible hf_update_customer function lacked a capability check, allowing authenticated Shop Manager-level users to modify arbitrary user passwords.
Likely exposure
Exposure is limited to WordPress/WooCommerce sites running the Export and Import Users and Customers plugin at version 2.4.1 or earlier, with authenticated Shop Manager accounts that could reach the vulnerable AJAX action.
Exploitation context
The CVSS vector requires high privileges, no user interaction, and network access. The source bundle says Shop Manager-level authentication is required. KEV is false, and no provided source states active exploitation.
Researcher notes
The core issue is missing authorization on hf_update_customer, called through an AJAX action. Validate capability enforcement in patched code and avoid assuming unauthenticated reachability. The provided evidence supports authenticated Shop Manager abuse, not broader public exploitation.
Mitigation direction
- Update the plugin to a version newer than 2.4.1 where available.
- Disable or remove the plugin if it is not operationally required.
- Restrict Shop Manager accounts to trusted users only.
- Review administrative accounts for unexpected password or profile changes.
- Check vendor and WordPress plugin guidance for confirmed remediation details.
Validation and detection
- Inventory all WordPress sites for this plugin and version.
- Flag any installation running version 2.4.1 or earlier.
- Review users with Shop Manager permissions on affected sites.
- Audit administrator account changes around the exposure window.
- Confirm the vulnerable plugin code is no longer present after update.
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-863: 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 lookupCredential and access behavior lookup
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2023-3459 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
- High
- CVSS
- 7.2 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
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:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.2HighVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/47337214-9cc3-4b12-bb71-9acbab3649b7?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/users-customers-import-export-for-wp-woocommerce/tags/2.4.1/admin/modules/user/import/import.php#L446CVE reference
- https://plugins.trac.wordpress.org/changeset/2938705/users-customers-import-export-for-wp-woocommerce#file201CVE 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.
Incorrect Authorization
Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
