CVE-2025-12570
Stored XSS in Fancy Product Designer WordPress Plugin via SVG Uploads
Publication date: 2025-12-12
Last updated on: 2025-12-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | fancy_product_designer | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Fancy Product Designer plugin for WordPress. It occurs because the plugin does not properly sanitize or escape SVG file uploads in certain PHP files (data-to-image.php and pdf-to-image.php). As a result, an attacker can upload an SVG file containing malicious scripts that get stored and later executed in the context of users who access those SVG files.
How can this vulnerability impact me? :
This vulnerability can allow unauthenticated attackers to inject and execute arbitrary web scripts in the context of users visiting the affected pages. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions that compromise user security and trust.