LiveActive security incident?Get immediate response
CVE Record

CVE-2026-5581: Multi Uploader for Gravity Forms <= 1.1.8 - Missing Authorization to Unauthenticated Arbitrary Media Deletion

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.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2026-5581 lets unauthenticated attackers delete WordPress media files on sites using Multi Uploader for Gravity Forms through version 1.1.8. The business impact is loss of images, documents, and other media, potentially breaking pages and forms. No active exploitation is shown in the provided sources or KEV status.

Executive priority

Treat as urgent for affected public WordPress sites because it can destroy media without login. Prioritize externally facing marketing, ecommerce, and customer-service sites where missing media would disrupt operations or brand presentation.

Technical view

The plugin lacks authorization checks in plupload_ajax_delete_file(), exposed through wp_ajax_nopriv_gfmu_delete_file. A CSRF nonce is exposed in the GFMU_options JavaScript object on public pages containing a multi-uploader form field. An unauthenticated attacker can target attachment IDs for deletion. CVSS is 9.1, CWE-862.

Likely exposure

Exposure is limited to WordPress sites running Multi Uploader for Gravity Forms versions up to and including 1.1.8, especially sites with public-facing forms containing multi-uploader fields. Sites not using this plugin are not indicated as affected by the provided sources.

Exploitation context

The CVSS vector indicates network access, low complexity, no privileges, and no user interaction. Impact is integrity and availability, not confidentiality. Provided sources do not show KEV listing or confirmed active exploitation. Attack feasibility depends on the vulnerable plugin being active and relevant public form pages exposing the nonce.

Researcher notes

The provided record cites Wordfence and WordPress Trac code references for the vulnerable handler and public JavaScript exposure. A Trac changeset is referenced, but the provided bundle does not explicitly name a fixed version. Validate remediation against current vendor or repository guidance.

Mitigation direction

  • Inventory WordPress sites for Multi Uploader for Gravity Forms <= 1.1.8.
  • Disable the plugin or affected public uploader forms until vendor guidance is confirmed.
  • Back up and protect the WordPress media library before remediation work.
  • Check the plugin repository, vendor advisories, and Wordfence for a patched release.
  • Restore deleted media from backups if suspicious deletion is identified.

Validation and detection

  • Confirm whether gf-multi-uploader is installed and active on WordPress sites.
  • Check plugin version and flag versions up to 1.1.8.
  • Identify public pages containing multi-uploader Gravity Forms fields.
  • Review whether plupload_ajax_delete_file() has capability checks in the installed code.
  • Review logs and media library history for unusual attachment deletions.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-5581 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
4Timeline events
1ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H3.95.2Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2026-5581Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timelineWordfence

    Disclosed

  3. CVE publishedCVE Program

    The CVE record was published.

  4. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
sh1zenMulti Uploader for Gravity Forms0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.