---
id: CVE-2026-84281
title: >-
  The Fancy Product Designer plugin for WordPress is vulnerable to Stored
  Cross-Site Scripting via 'productTitle' in '_fpd_data' Order Item Meta in all
  versions up to, and including, 6.5.2 due to insufficient input sanitization
  and output …
summary: >-
  The Fancy Product Designer plugin for WordPress is vulnerable to Stored
  Cross-Site Scripting via 'productTitle' in '_fpd_data' Order Item Meta in all
  versions up to, and including, 6.5.2 due to insufficient input sanitization
  and output …
severity: high
cvss: 7.2
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'
cwe:
  - CWE-79
vendor: radykal
product: Fancy Product Designer
affected:
  - fancy_product_designer <= 6.5.2
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T07:16:55.013'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-84281'
references:
  - url: 'https://fancyproductdesigner.com/'
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/53a70698-f2ee-4694-b21c-8b8ccb0b2a5c?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T07:01:12.113Z'
---

## Overview

The Fancy Product Designer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'productTitle' in '_fpd_data' Order Item Meta 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 fpd_save_order AJAX action is registered for unauthenticated users via wp_ajax_nopriv_fpd_save_order with no nonce or capability check, and the strip_tags() sanitization applied at save time is bypassed by submitting JSON unicode escape sequences (e.g. \u003c, \u003e), which json_decode() silently converts back to literal angle brackets when the order is rendered in the admin view.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
