CVE-2025-14344: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in sh1zen Multi Uploader for Gravity Forms
The Multi Uploader for Gravity Forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'plupload_ajax_delete_file' function in all versions up to, and including, 1.1.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server.
AI Analysis
Technical Summary
CVE-2025-14344 is a critical security vulnerability classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, commonly known as path traversal) found in the Multi Uploader for Gravity Forms plugin for WordPress, developed by sh1zen. This vulnerability affects all versions up to and including 1.1.7. The root cause lies in the 'plupload_ajax_delete_file' function, which fails to properly validate and sanitize user-supplied file path inputs. As a result, an unauthenticated attacker can craft malicious requests to delete arbitrary files on the web server hosting the WordPress site. The vulnerability does not require any authentication or user interaction, making it trivially exploitable remotely. The CVSS v3.1 base score is 9.8 (critical), reflecting the ease of exploitation (attack vector: network), no privileges required, no user interaction, and a high impact on confidentiality, integrity, and availability. While no known exploits are currently reported in the wild, the potential for destructive attacks such as deleting critical application files, configuration files, or other sensitive data is significant. The plugin's widespread use in WordPress sites increases the attack surface. The absence of available patches at the time of disclosure necessitates immediate mitigation efforts by administrators. This vulnerability exemplifies the risks of insufficient input validation in web applications, especially in file handling functions.
Potential Impact
The impact of CVE-2025-14344 is severe for organizations running WordPress sites with the vulnerable Multi Uploader for Gravity Forms plugin. Successful exploitation allows attackers to delete arbitrary files on the server, which can lead to complete site defacement, loss of critical data, disruption of business operations, and potential compromise of other systems if configuration or credential files are deleted or corrupted. The deletion of key files can cause denial of service, forcing costly recovery and incident response efforts. Since the vulnerability requires no authentication, attackers can exploit it at scale, increasing the risk of widespread damage. Organizations relying on WordPress for e-commerce, content management, or customer engagement are particularly vulnerable to reputational damage and financial loss. Additionally, the ability to delete files might be leveraged as part of a multi-stage attack to facilitate further compromise or evade detection. The lack of known exploits currently provides a window for proactive defense, but the critical severity score underscores the urgency of addressing this flaw.
Mitigation Recommendations
To mitigate CVE-2025-14344, organizations should immediately take the following specific actions: 1) Disable or remove the Multi Uploader for Gravity Forms plugin until a secure patch is released. 2) Implement strict input validation and sanitization on all file path parameters, ensuring that user-supplied paths cannot traverse directories outside of intended upload or temporary directories. 3) Employ web application firewalls (WAFs) with custom rules to detect and block suspicious deletion requests containing path traversal patterns such as '../'. 4) Restrict file system permissions for the web server user to limit deletion rights only to necessary directories, preventing arbitrary file deletion even if exploited. 5) Monitor server logs for unusual file deletion activity or repeated failed attempts to access restricted paths. 6) Keep WordPress core and all plugins updated, and subscribe to vendor security advisories for timely patch deployment. 7) Consider implementing application-level controls that require authentication and authorization for file deletion operations to reduce exposure. These targeted mitigations go beyond generic advice by focusing on the specific vulnerable function and attack vector.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, India, Brazil, Japan, Netherlands, Italy, Spain
CVE-2025-14344: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in sh1zen Multi Uploader for Gravity Forms
Description
The Multi Uploader for Gravity Forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'plupload_ajax_delete_file' function in all versions up to, and including, 1.1.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-14344 is a critical security vulnerability classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, commonly known as path traversal) found in the Multi Uploader for Gravity Forms plugin for WordPress, developed by sh1zen. This vulnerability affects all versions up to and including 1.1.7. The root cause lies in the 'plupload_ajax_delete_file' function, which fails to properly validate and sanitize user-supplied file path inputs. As a result, an unauthenticated attacker can craft malicious requests to delete arbitrary files on the web server hosting the WordPress site. The vulnerability does not require any authentication or user interaction, making it trivially exploitable remotely. The CVSS v3.1 base score is 9.8 (critical), reflecting the ease of exploitation (attack vector: network), no privileges required, no user interaction, and a high impact on confidentiality, integrity, and availability. While no known exploits are currently reported in the wild, the potential for destructive attacks such as deleting critical application files, configuration files, or other sensitive data is significant. The plugin's widespread use in WordPress sites increases the attack surface. The absence of available patches at the time of disclosure necessitates immediate mitigation efforts by administrators. This vulnerability exemplifies the risks of insufficient input validation in web applications, especially in file handling functions.
Potential Impact
The impact of CVE-2025-14344 is severe for organizations running WordPress sites with the vulnerable Multi Uploader for Gravity Forms plugin. Successful exploitation allows attackers to delete arbitrary files on the server, which can lead to complete site defacement, loss of critical data, disruption of business operations, and potential compromise of other systems if configuration or credential files are deleted or corrupted. The deletion of key files can cause denial of service, forcing costly recovery and incident response efforts. Since the vulnerability requires no authentication, attackers can exploit it at scale, increasing the risk of widespread damage. Organizations relying on WordPress for e-commerce, content management, or customer engagement are particularly vulnerable to reputational damage and financial loss. Additionally, the ability to delete files might be leveraged as part of a multi-stage attack to facilitate further compromise or evade detection. The lack of known exploits currently provides a window for proactive defense, but the critical severity score underscores the urgency of addressing this flaw.
Mitigation Recommendations
To mitigate CVE-2025-14344, organizations should immediately take the following specific actions: 1) Disable or remove the Multi Uploader for Gravity Forms plugin until a secure patch is released. 2) Implement strict input validation and sanitization on all file path parameters, ensuring that user-supplied paths cannot traverse directories outside of intended upload or temporary directories. 3) Employ web application firewalls (WAFs) with custom rules to detect and block suspicious deletion requests containing path traversal patterns such as '../'. 4) Restrict file system permissions for the web server user to limit deletion rights only to necessary directories, preventing arbitrary file deletion even if exploited. 5) Monitor server logs for unusual file deletion activity or repeated failed attempts to access restricted paths. 6) Keep WordPress core and all plugins updated, and subscribe to vendor security advisories for timely patch deployment. 7) Consider implementing application-level controls that require authentication and authorization for file deletion operations to reduce exposure. These targeted mitigations go beyond generic advice by focusing on the specific vulnerable function and attack vector.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-09T14:43:34.014Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 693b918b650da22753edbe4d
Added to database: 12/12/2025, 3:52:43 AM
Last enriched: 2/27/2026, 11:05:54 AM
Last updated: 3/25/2026, 3:08:48 AM
Views: 124
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.