← Back to search

CVE-2026-5581

9.1 CRITICAL

Published 2026-08-05 · Updated 2026-08-05

AI risk analysis

Summary
The flaw allows unauthenticated attackers to delete any media attachment by exploiting missing capability checks and exposed nonce values, potentially leading to complete media library destruction.
Exploitability
Exploitation is relatively easy due to public exposure of necessary data on form pages; attackers only need the attachment ID.
Blast radius
The impact could be severe as it affects all media attachments, potentially destroying the entire media library.
Prioritized remediation
Update to the latest version of the Multi Uploader for Gravity Forms plugin immediately.
unauthdeletemediawp

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

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.

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Weaknesses

CWE-862

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.