CVE Catalog

CVE-2026-5581

CriticalCVSS 9.1
Published: Translated: NVD NIST

Summary

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.

Risk Assessment

Unauthorized media deletion can lead to loss of all files in the library, affecting content integrity and potentially disrupting site functionality.

Recommendation

Update the plugin to the latest version if a patch is available. If not, temporarily disable the plugin or restrict access to it. Additionally, ensure the delete function requires proper permissions and is not accessible to unauthenticated users.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS