LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2324: Elementor Forms Google Sheet Connector < 1.0.7 - Reflected XSS

The Elementor Forms Google Sheet Connector WordPress plugin before 1.0.7, gsheetconnector-for-elementor-forms-pro WordPress plugin through 1.0.7 does not escape some parameters before outputting them back in attributes, leading to 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 CVE affects WordPress plugins connecting Elementor forms to Google Sheets. Unescaped parameters can be reflected into page attributes, allowing script execution in a victim browser. The stated concern is targeting privileged WordPress users such as admins. Public sources do not provide CVSS or active exploitation evidence.

Executive priority

Prioritize remediation on WordPress sites where admins manage content frequently or where the plugin is internet-facing. This is not listed as KEV, but admin-targeted XSS can compromise site control.

Technical view

CWE-79 reflected XSS caused by failure to escape some parameters before outputting them in attributes. Elementor Forms Google Sheet Connector is affected before 1.0.7, while gsheetconnector-for-elementor-forms-pro is reported affected through 1.0.7. Impact depends on luring an authenticated privileged user to a crafted interaction.

Likely exposure

Exposure is limited to WordPress sites using the named Elementor Google Sheets connector plugins in the affected version ranges. Risk is higher where WordPress admins are likely to access untrusted links while authenticated.

Exploitation context

WPScan provides a public vulnerability entry tagged with exploit information, but the bundle does not show CISA KEV listing or confirmed active exploitation. Treat it as plausible reflected XSS, not proven widespread exploitation.

Researcher notes

Evidence is concise and lacks CVSS detail. The core issue is reflected XSS from insufficient escaping in attribute output. Avoid assuming unauthenticated compromise or persistent XSS without additional vendor or WPScan detail.

Mitigation direction

  • Upgrade Elementor Forms Google Sheet Connector to 1.0.7 or later.
  • For the pro plugin, check vendor guidance for a fixed version.
  • Disable affected plugin versions if no safe update is available.
  • Limit WordPress admin access and avoid using admin sessions for email or browsing.
  • Review WAF or security plugin rules for reflected XSS detection.

Validation and detection

  • Inventory WordPress sites for the two named plugin slugs.
  • Confirm installed plugin versions against the affected ranges.
  • Check whether the free plugin is at least version 1.0.7.
  • Review admin activity for suspicious links or unexpected script behavior.
  • Use non-production testing to confirm output encoding is corrected after update.
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-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-2324 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
UnknownElementor Forms Google Sheet Connector0unaffected
Unknowngsheetconnector-for-elementor-forms-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

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