CVE-2025-12528

8.1

GenetechProducts · Pie Forms — Drag & Drop Form Builder

The Pie Forms for WP plugin is vulnerable to unauthenticated arbitrary file uploads via the format_classic function, potentially allowing remote code execution.

Executive summary

A critical vulnerability in the Pie Forms for WP plugin allows unauthenticated attackers to execute arbitrary code on the server by uploading malicious files.

Vulnerability

The plugin suffers from an unrestricted file upload vulnerability (CWE-434) caused by insufficient validation in the validate_classic method. An unauthenticated attacker can bypass extension checks to upload dangerous files, such as PHP scripts, to the server.

Business impact

Successful exploitation of this vulnerability can lead to full system compromise, including the ability for an attacker to execute arbitrary code with the privileges of the web server. Given the CVSS score of 8.1, this is classified as a high severity risk that could result in complete data loss, site defacement, or the use of the server as a pivot point for further network infiltration.

Remediation

Immediate Action: Since a specific patched version is currently unknown, users should immediately deactivate and remove the Pie Forms plugin until the vendor releases a security update.

Proactive Monitoring: Monitor server logs for suspicious POST requests to non-standard directories or unusual file creation events in the plugin upload path.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to block direct access to uploaded content directories and restrict file types that can be uploaded to the server.

Exploitation status

Public Exploit Available: No

Analyst recommendation

The potential for remote code execution makes this a severe security risk. Organizations currently using the Pie Forms plugin should prioritize its removal from their environments until the vendor provides a verified fix, as standard firewall rules may be insufficient to prevent sophisticated attackers from identifying the target directory.

Sources

Originally found and disclosed by Le Viet Anh, per the CVE Program record.