LiveActive security incident?Get immediate response
CVE Record

CVE-2025-53352: WordPress Grid Plus plugin <= 3.3 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in G5Theme Grid Plus grid-plus allows Reflected XSS.This issue affects Grid Plus: from n/a through <= 3.3.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A WordPress add-on called Grid Plus, made by G5Theme, has a flaw in versions up to 3.3 that lets attackers trick visitors into running malicious scripts in their browsers. An attacker would need to lure a logged-in user to click a crafted link, but a successful click could hijack the session or take actions in the user's name on the site.

Executive priority

Medium-High priority for any business running WordPress with Grid Plus. The flaw can be weaponized against staff who manage the site, leading to defacement, content tampering, or session theft. Schedule patching or removal in the next maintenance window; treat as urgent if the site handles customer data or transactions.

Technical view

CVE-2025-53352 is a reflected cross-site scripting (CWE-79) issue in the G5Theme Grid Plus WordPress plugin through version 3.3. Untrusted input is reflected into a generated page without proper neutralization. CVSS 3.1 base 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates network-reachable, user-interaction-required exploitation that can cross trust boundaries within the WordPress site.

Likely exposure

Any public WordPress site running the Grid Plus plugin at version 3.3 or earlier is exposed. Risk is highest where administrators or editors regularly authenticate and could be lured to a malicious link, since reflected XSS in admin context can pivot to account takeover or content tampering.

Exploitation context

No active exploitation is cited in the provided sources, and the CVE is not in CISA KEV. Exploitation requires user interaction: a victim with an active WordPress session must click a crafted link. Patchstack has indexed the issue, indicating public disclosure but no evidence of in-the-wild abuse in the bundle.

Researcher notes

Reflected XSS with Scope:Changed (S:C) and UI:R aligns with a payload reflected from a Grid Plus request handler into a page rendered in another security context. Affected entry as published lists versions "0" with defaultStatus "unaffected", which is inconsistent with the title's "<= 3.3" range; treat <= 3.3 as authoritative pending vendor confirmation. No PoC, fixed version, or patch commit is named in the bundle.

Mitigation direction

  • Inventory WordPress sites for the Grid Plus plugin and identify any at version 3.3 or below.
  • Check vendor (G5Theme) and Patchstack guidance for an updated Grid Plus release and apply it.
  • If no fix is available, deactivate and remove the plugin until guidance is published.
  • Apply WAF rules to block reflected XSS payload patterns targeting Grid Plus endpoints.
  • Enforce least-privilege admin accounts and require MFA to limit impact of session hijack.
  • Educate admins and editors to avoid clicking unsolicited links to the site's URLs.

Validation and detection

  • Confirm installed Grid Plus version via WordPress admin Plugins page or wp-cli plugin list.
  • Cross-reference site URL patterns against the Patchstack advisory for affected parameters.
  • Review web server and WAF logs for suspicious reflected requests to Grid Plus endpoints.
  • After remediation, retest in a staging environment that the previously vulnerable input is properly encoded.
  • Monitor vendor changelog and Patchstack entry for status updates and a fixed version.
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-2025-53352 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

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

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
2Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-53352Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
G5ThemeGrid Plusgrid-plus, 0unaffected
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.