Description
The Fancy Product Designer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Shortcode Order 'elements[].title' Parameter in all versions up to, and including, 6.5.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The injected payload is written to the DOM via innerHTML within the beforeElementAdd JavaScript event handler when processing the elements[].title field from the stored order JSON, meaning execution occurs specifically when an administrator reviews shortcode orders in the WordPress admin panel.
Published: 2026-09-25
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting allowing arbitrary script execution in the admin panel
Action: Immediate Patch
AI Analysis

Impact

The Fancy Product Designer WordPress plugin is vulnerable to Stored Cross‑Site Scripting via the 'elements[].title' parameter in the shortcode order JSON. Insufficient input sanitization and output escaping allow an unauthenticated attacker to inject and persist arbitrary JavaScript. The injected code is written into the DOM through an innerHTML call during the beforeElementAdd event, and will execute whenever an administrator reviews shortcode orders, potentially giving the attacker in‑browser access to privileged actions or data.

Affected Systems

WordPress sites that use the Fancy Product Designer plugin, versions up to and including 6.5.2. No specific earlier version range is detailed, so all releases through 6.5.2 are impacted.

Risk and Exploitability

The CVSS score of 7.2 describes moderate‑to‑high severity, and the vulnerability is exploitable by unauthenticated users who can submit or modify order data. The EPSS score is not available, and the flaw is not listed in the CISA KEV catalog. If an attacker can insert a malicious payload into an order title field, the script will run in the context of the WordPress administrator when that order is reviewed. Because the attack does not require advanced techniques and can be performed through normal shop interactions, the risk of exploitation is moderate to high for exposed or publicly accessible sites.

Generated by OpenCVE AI on September 25, 2026 at 08:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the vendor’s patched release of Fancy Product Designer that fixes the XSS flaw.
  • If a patch is not yet available, restrict access to the shortcode order review interface and limit order creation to authenticated users only.
  • Ensure that any data stored in 'elements[].title' is properly sanitized before saving (e.g., sanitize_text_field) and escaped when output (e.g., esc_html), preventing unintended script rendering.

Generated by OpenCVE AI on September 25, 2026 at 08:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 25 Sep 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Radykal
Radykal fancy Product Designer
Wordpress
Wordpress wordpress
Vendors & Products Radykal
Radykal fancy Product Designer
Wordpress
Wordpress wordpress

Fri, 25 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The Fancy Product Designer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Shortcode Order 'elements[].title' Parameter in all versions up to, and including, 6.5.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The injected payload is written to the DOM via innerHTML within the beforeElementAdd JavaScript event handler when processing the elements[].title field from the stored order JSON, meaning execution occurs specifically when an administrator reviews shortcode orders in the WordPress admin panel.
Title Fancy Product Designer <= 6.5.2 - Unauthenticated Stored Cross-Site Scripting via Shortcode Order 'elements[].title' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Radykal Fancy Product Designer
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T13:00:14.092Z

Reserved: 2026-09-01T14:24:56.450Z

Link: CVE-2026-84280

cve-icon Vulnrichment

Updated: 2026-09-25T12:55:45.618Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T08:16:40.550

Modified: 2026-09-25T14:17:19.653

Link: CVE-2026-84280

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:15:19Z

Weaknesses
  • CWE-79

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