Skip to main content

Multi Uploader for Gravity Forms CVE-2026-5581

| EUVDEUVD-2026-53170 CRITICAL
Missing Authorization (CWE-862)
2026-08-05 Wordfence GHSA-56hx-w84f-pp3h
9.1
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
9.1 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
vuln.today AI
9.1 CRITICAL

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.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Aug 05, 2026 - 07:45 vuln.today
CVE Published
Aug 05, 2026 - 06:37 cve.org
CRITICAL 9.1

DescriptionCVE.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.

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.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-5581 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy