LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2333: Ninja Forms Google Sheet Connector < 1.2.7 - Reflected XSS

The Ninja Forms Google Sheet Connector WordPress plugin before 1.2.7, gsheetconnector-ninja-forms-pro WordPress plugin through 1.2.7 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 issue affects WordPress sites using the Ninja Forms Google Sheet Connector plugin family. A specially crafted reflected input could run script in a user's browser, especially if an administrator follows a malicious link. Sources do not provide CVSS scoring or active exploitation evidence.

Executive priority

Treat this as a targeted admin-risk issue, not a confirmed mass-exploitation emergency. Prioritize sites using the plugin in production, especially where WordPress administrators manage sensitive customer, lead, or integration data.

Technical view

CVE-2023-2333 is a CWE-79 reflected cross-site scripting flaw caused by failing to escape a parameter before placing it in an HTML attribute. The public description names Ninja Forms Google Sheet Connector before 1.2.7 and gsheetconnector-ninja-forms-pro through 1.2.7.

Likely exposure

Exposure is most likely on WordPress sites where the named connector plugins are installed and accessible to administrators. Internet-facing admin workflows raise risk, but the source bundle does not confirm default reachability, authentication requirements, or install prevalence.

Exploitation context

The WPScan reference is tagged as an exploit entry, but the bundle does not show CISA KEV listing or active exploitation evidence. Reflected XSS generally requires convincing a victim, such as an administrator, to open attacker-controlled content.

Researcher notes

Evidence is limited to the CVE description and WPScan entry metadata. No CVSS vector, authenticated route detail, payload requirements, or confirmed fixed pro version is included in the supplied bundle.

Mitigation direction

  • Inventory WordPress sites for the named Ninja Forms Google Sheet Connector plugins.
  • Update Ninja Forms Google Sheet Connector to version 1.2.7 or later where applicable.
  • Check vendor or WPScan guidance for the pro plugin's fixed version.
  • Restrict WordPress admin access to trusted users and networks where practical.
  • Review recent administrator activity for suspicious links or unexpected script behavior.

Validation and detection

  • Confirm installed plugin names and versions from WordPress administration or asset inventory.
  • Verify whether Ninja Forms Google Sheet Connector is below 1.2.7.
  • Verify whether gsheetconnector-ninja-forms-pro is installed at 1.2.7 or earlier.
  • Review web logs for unusual requests involving plugin parameters.
  • Retest after updating to confirm vulnerable versions are no longer present.
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-2333 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
UnknownNinja Forms Google Sheet Connector0unaffected
Unknowngsheetconnector-ninja-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 ('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.