LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2330: Caldera Forms Google Sheets Connector < 1.3 - Access Code Update via CSRF

The Caldera Forms Google Sheets Connector WordPress plugin before 1.3 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

A WordPress site using Caldera Forms Google Sheets Connector before 1.3 could let a tricked, logged-in administrator unknowingly change the plugin access code. This is not reported as actively exploited in the supplied sources, but it can affect integrity of the Google Sheets form integration.

Executive priority

Treat as a targeted remediation item for affected WordPress sites, not a broad emergency. Prioritize if the plugin handles business-critical form submissions or sensitive data flows into Google Sheets.

Technical view

CVE-2023-2330 is a CWE-352 CSRF issue in Caldera Forms Google Sheets Connector before 1.3. The vulnerable settings path lacks a CSRF check when updating the Access Code, allowing an attacker to induce an authenticated admin browser to set an arbitrary value.

Likely exposure

Exposure appears limited to WordPress sites with Caldera Forms Google Sheets Connector installed below version 1.3 and an administrator who can be induced to perform a forged request.

Exploitation context

The source describes a CSRF condition and WPScan tags exploit availability, but the bundle does not show CISA KEV listing or confirmed active exploitation. It requires a logged-in admin context.

Researcher notes

Evidence is narrow: the bundle identifies the vulnerable plugin, affected versions before 1.3, CWE-352, and the access-code update behavior. No CVSS vector, vendor advisory detail, or active exploitation confirmation is provided.

Mitigation direction

  • Inventory WordPress sites for Caldera Forms Google Sheets Connector.
  • Confirm the plugin is version 1.3 or later where available.
  • If still below 1.3, follow vendor or WPScan remediation guidance.
  • Limit administrator sessions and access until the plugin is remediated.
  • Review connected Google Sheets integration credentials after remediation.

Validation and detection

  • Check installed plugin version on each WordPress instance.
  • Verify the access code update path has CSRF protection.
  • Review recent plugin settings changes for unexpected access code updates.
  • Confirm only trusted administrators can manage plugin settings.
  • Re-test after upgrade or configuration change.
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-2330 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
UnknownCaldera Forms Google Sheets 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.