LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2329: WooCommerce Google Sheet Connector < 1.3.6 - Access Code Update via CSRF

The WooCommerce Google Sheet Connector WordPress plugin before 1.3.6 does not have CSRF check when updating its Access Code, which could allow attackers to make logged in admin change the access code to an arbitrary one via a CSRF attack

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the WooCommerce Google Sheet Connector WordPress plugin before 1.3.6. A malicious site could trick a logged-in administrator into changing the plugin Access Code, potentially disrupting or redirecting the connector’s integration workflow.

Executive priority

Prioritize remediation on WooCommerce sites that rely on this connector for business workflows. The issue is not rated with CVSS and active exploitation is not confirmed, but admin-level CSRF can still affect operational integrity.

Technical view

The plugin update path for the Access Code lacked a CSRF check before version 1.3.6. The impact depends on an authenticated administrator’s browser performing an unintended state-changing action. The sources do not provide CVSS scoring or broader product impact details.

Likely exposure

Exposure is likely limited to WordPress/WooCommerce sites running WooCommerce Google Sheet Connector versions before 1.3.6, especially where administrators remain logged in while browsing external content.

Exploitation context

The source bundle lists a WPScan entry tagged as exploit, but CISA KEV is false and no source states active exploitation. Treat as plausible web-admin social-engineering risk, not confirmed in-the-wild exploitation.

Researcher notes

Evidence is sparse: the CVE description identifies missing CSRF protection for Access Code updates before 1.3.6, but provides no CVSS vector, exploit details, or confirmed exploitation. Validate version and configuration state rather than assuming compromise.

Mitigation direction

  • Upgrade WooCommerce Google Sheet Connector to version 1.3.6 or later.
  • Check vendor and WPScan guidance for any additional remediation notes.
  • Review and rotate the plugin Access Code if unauthorized changes are suspected.
  • Limit WordPress administrator access to trusted users only.
  • Encourage admins to log out before visiting untrusted links.

Validation and detection

  • Inventory WordPress sites for WooCommerce Google Sheet Connector installations.
  • Confirm the installed plugin version is 1.3.6 or later.
  • Review plugin settings for unexpected Access Code changes.
  • Check administrative audit logs around plugin configuration changes.
  • Confirm change-control records match any recent Access Code updates.
Prepared
Confidence
medium
Sources
3

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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2023-2329 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownWooCommerce Google Sheet Connector0unaffected
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.