
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-13231 is a Server-Side Request Forgery (SSRF) vulnerability in the Fancy Product Designer plugin for WordPress, affecting all versions up to and including 6.4.8. The flaw stems from a time-of-check/time-of-use (TOCTOU) race condition in the fpd_custom_uplod_file AJAX action's url parameter, allowing unauthenticated attackers to perform SSRF attacks. It was published on December 16, 2025, and assigned a CVSS v3.1 base score of 6.5 (Medium) (Red Hat CVE, Wordfence).
The root cause is a race condition (CWE-362) in the plugin's file upload handler. The plugin first validates a user-supplied URL by calling PHP's getimagesize() to confirm it points to a valid image, then subsequently fetches the URL's content using file_get_contents(). An attacker can exploit the timing gap between these two operations — serving a legitimate image during validation, then switching the server's response (e.g., via a redirect) to an arbitrary internal or external URL during the actual fetch. This TOCTOU pattern bypasses the intended URL allowlist check and enables SSRF without any authentication (Red Hat CVE, Wordfence).
Successful exploitation allows unauthenticated attackers to make the WordPress server issue HTTP requests to arbitrary internal or external URLs, potentially exposing internal network services, cloud metadata endpoints (e.g., AWS IMDSv1 at 169.254.169.254), or other resources not intended to be publicly accessible. The CVSS assessment reflects low confidentiality and low integrity impact with no availability impact, meaning attackers may read sensitive internal data or interact with internal services, but cannot directly crash the system. In cloud-hosted environments, SSRF can escalate to credential theft via metadata service abuse, increasing the effective risk beyond the base score (Red Hat CVE, Wordfence).
No public proof-of-concept exploit code or active in-the-wild exploitation has been reported for CVE-2025-13231 as of the available data. The EPSS score is approximately 0.025% (0.000250), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation does require successfully winning a race condition, which adds some practical complexity, though the attack requires no authentication (Wordfence).
readme.txt files.http://169.254.169.254/latest/meta-data/ or an internal service)./wp-admin/admin-ajax.php) with action=fpd_custom_uplod_file and the url parameter set to the attacker's server URL.getimagesize() receives the valid image (passing validation), while file_get_contents() receives the redirect to the internal target URL.10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or cloud metadata endpoints (169.254.169.254); repeated requests to the same external URL in rapid succession (indicative of race condition attempts)./wp-admin/admin-ajax.php with action=fpd_custom_uplod_file and a url parameter pointing to an external host; HTTP 301/302 redirect chains originating from the server's outbound requests.Users should update the Fancy Product Designer plugin to a version beyond 6.4.8 that addresses this TOCTOU race condition. The vendor's support forum has a related discussion thread (Fancy Product Designer Support). As a temporary workaround, site administrators can disable the fpd_custom_uplod_file AJAX action via a custom plugin or firewall rule, or restrict outbound HTTP requests from the WordPress server using network-level controls (e.g., egress firewall rules blocking access to internal IP ranges and cloud metadata endpoints) (Wordfence).
Wordfence included CVE-2025-13231 in its weekly WordPress vulnerability report covering December 15, 2025 to January 4, 2026, highlighting it as part of a broader set of plugin vulnerabilities (Wordfence Blog). No significant additional vendor statements or notable researcher commentary beyond standard vulnerability database entries have been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."