LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1562: WooCommerce Google Sheet Connector <= 1.3.11 - Missing Authorization

The WooCommerce Google Sheet Connector plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the execute_post_data function in all versions up to, and including, 1.3.11. This makes it possible for unauthenticated attackers to update plugin settings.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A vulnerable WooCommerce Google Sheet Connector installation could let an outsider change plugin settings without logging in. The cited impact is limited to integrity: settings can be modified, but the sources do not claim data theft, site takeover, or service disruption.

Executive priority

Handle in normal vulnerability remediation cadence, faster for stores relying on this plugin for operational order or product workflows. It is not described as a full compromise path, but unauthorized settings changes can disrupt business data flow.

Technical view

CVE-2024-1562 is a CWE-862 missing authorization issue in the WordPress plugin’s execute_post_data function. Versions up to and including 1.3.11 lack a capability check, allowing unauthenticated network attackers to update plugin settings. CVSS is 5.3, with low integrity impact only.

Likely exposure

Exposure is likely for public WordPress/WooCommerce sites running WooCommerce Google Sheet Connector versions 1.3.11 or older. The attack vector is network-accessible and requires no authentication or user interaction, according to the CVSS vector.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. Treat this as a practical settings-integrity risk, especially where plugin settings control order or product synchronization into Google Sheets.

Researcher notes

Evidence is limited to the CVE description, Wordfence advisory reference, and WordPress plugin changeset reference. The affected-version metadata is inconsistent in the supplied bundle, but the description clearly states all versions through 1.3.11 are vulnerable.

Mitigation direction

  • Inventory WordPress sites for this plugin and version.
  • Do not remain on versions up to and including 1.3.11.
  • Apply vendor or WordPress.org update guidance when available.
  • Disable or remove the plugin if no approved update is available.
  • Review plugin settings after remediation for unauthorized changes.

Validation and detection

  • Confirm whether the plugin is installed on each WooCommerce site.
  • Record the installed plugin version and compare against 1.3.11.
  • Review administrative audit logs for unexpected plugin setting changes.
  • Verify settings for Google Sheet destinations and synchronization behavior.
  • Recheck vendor and WordPress.org advisories for fixed-version details.
Prepared
Confidence
medium
Sources
4

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-2024-1562 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
3Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2024-1562Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
westerndealGSheetConnector for WooCommerce – Send your Orders and Products to Google Sheet in Real-Time0unaffected
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.