Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Remote unauthenticated nopriv endpoint with no user interaction (AV:N/AC:L/PR:N/UI:N); deletion destroys data giving I:H and A:H, with no data disclosure so C:N.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Multi Uploader for Gravity Forms plugin for WordPress is vulnerable to unauthorized arbitrary media deletion in all versions up to, and including, 1.1.8. This is due to missing capability checks in the plupload_ajax_delete_file() function, which is registered via wp_ajax_nopriv_gfmu_delete_file. The nonce intended for CSRF protection is exposed on any public-facing page containing a multi-uploader form field via the GFMU_options JavaScript object. This makes it possible for unauthenticated attackers to permanently delete any WordPress media attachment by supplying its attachment ID, potentially leading to complete media library destruction.
Articles & Coverage 1
AnalysisAI
Unauthorized arbitrary media deletion in the Multi Uploader for Gravity Forms WordPress plugin (all versions through 1.1.8) lets unauthenticated attackers permanently destroy any media library attachment. The flaw stems from the AJAX file-delete handler being wired to the nopriv hook without a capability check, while the CSRF nonce is leaked in page source, defeating the only protection present. No public exploit is identified at time of analysis, but exploitation is trivial and the EPSS/KEV signals are not yet populated for this recently disclosed issue.
Technical ContextAI
The plugin extends Gravity Forms with a Plupload-based multi-file uploader (the affected code lives in GFMUHandlePluploader.class.php and GFMUAddon.class.php). The delete routine plupload_ajax_delete_file() is registered through wp_ajax_nopriv_gfmu_delete_file, meaning WordPress dispatches it for logged-out visitors. This is a textbook CWE-862 (Missing Authorization): the handler performs a privileged operation (wp_delete_attachment on an attacker-supplied attachment ID) without verifying current_user_can()/manage capabilities. The nonce meant to enforce CSRF protection is printed into the public-facing GFMU_options JavaScript object on any page rendering a multi-uploader field, so it provides no real access control. CPE cpe:2.3:a:sh1zen:multi_uploader_for_gravity_forms confirms the single affected vendor package.
RemediationAI
Update to the fixed release published in the WordPress.org repository via changeset 3501985 (https://plugins.trac.wordpress.org/changeset?new=3501985%40gf-multi-uploader%2Ftrunk&old=3421317%40gf-multi-uploader%2Ftrunk); the exact tagged version above 1.1.8 is not stated in the provided data, so verify the latest available version in the plugin listing before applying. If you cannot update immediately, deactivate the Multi Uploader for Gravity Forms plugin (trade-off: multi-file upload fields stop working) or remove/unpublish any public pages containing a multi-uploader form field to prevent the nonce from being exposed and the nopriv endpoint from being reachable in a useful way. As a network-layer control, block or challenge unauthenticated POST requests to admin-ajax.php carrying action=gfmu_delete_file via a WAF rule (trade-off: legitimate front-end deletions during upload will also be blocked). Consult the Wordfence advisory above for the authoritative fix version.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53170
GHSA-56hx-w84f-pp3h