LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2321: WPForms Google Sheet Connector < 3.4.6 - Reflected XSS

The WPForms Google Sheet Connector WordPress plugin before 3.4.6, gsheetconnector-wpforms-pro WordPress plugin through 3.4.6 does not escape a parameter before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a reflected cross-site scripting issue in WordPress plugins that connect WPForms to Google Sheets. If an administrator is tricked into opening a malicious link, browser-executed script could run in that administrator context. The sources do not confirm active exploitation.

Executive priority

Handle this as a routine but time-sensitive WordPress plugin security update. Business urgency is highest where administrators manage public websites or sensitive customer data through WordPress.

Technical view

CVE-2023-2321 is CWE-79 caused by a parameter being output into an HTML attribute without proper escaping. The reported impact is reflected XSS against high-privilege users such as WordPress admins. Version data is inconsistent across the bundle, so installed plugin identity and version must be verified.

Likely exposure

Exposure is limited to WordPress sites using WPForms Google Sheet Connector before 3.4.6, and possibly gsheetconnector-wpforms-pro through 3.4.6 as stated in the CVE description. Sites without these plugins are not indicated as affected by the provided sources.

Exploitation context

The WPScan reference is tagged as exploit, but the bundle does not include KEV status or cited evidence of active exploitation. Treat this as a credible public vulnerability, not as confirmed in-the-wild exploitation.

Researcher notes

Do not assume broad product impact beyond the two named plugins. The affected-version statements conflict between title, description, and affected records, so validate against WPScan and vendor release information before closing exposure.

Mitigation direction

  • Inventory WordPress sites for both named plugins and installed versions.
  • Update WPForms Google Sheet Connector to 3.4.6 or later where applicable.
  • For gsheetconnector-wpforms-pro, check vendor guidance because the source says through 3.4.6 affected.
  • Limit WordPress administrator access to trusted users and managed devices.
  • Prioritize fixes on internet-facing WordPress admin portals.

Validation and detection

  • Confirm whether each WordPress site has either named plugin installed.
  • Record exact plugin names, package source, and version numbers.
  • Compare versions against the CVE description and WPScan entry.
  • Review whether administrator accounts recently received suspicious plugin-related links.
  • Verify remediation by confirming the updated plugin version in WordPress.
Prepared
Confidence
medium
Sources
3

Public sources used

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-79: 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-2321 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
UnknownWPForms Google Sheet Connector0unaffected
Unknowngsheetconnector-wpforms-pro0affected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.