WordPress security changelog
HIGH CVE-2026-5364 Deferred

Drag and Drop File Upload for Contact Form 7: Dangerous file upload

Drag and Drop File Upload for Contact Form 7 is affected by dangerous file upload. The vulnerable path is reachable without authentication. Successful exploitation can place attacker-controlled executable content on the server and may lead to full site compromise. The published affected range is <= 1.1.3.

CVE / CNA score 8.1 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
Drag and Drop File Upload for Contact Form 7
Plugin slug
drag-and-drop-file-upload-for-contact-form-7
Affected
<= 1.1.3
Safe version
> 1.1.3
Published
Apr 24, 2026
Weakness
CWE-434 — Unrestricted Upload of File with Dangerous Type

This CVE was published Apr 24, 2026 and is one of 1 known issue for this plugin.

Update, patch or deactivate.

Update Drag and Drop File Upload for Contact Form 7 to a release after 1.1.3, or disable and remove it until a fixed version is available.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The Drag and Drop File Upload for Contact Form 7 plugin for WordPress is vulnerable to arbitrary file upload in versions up to, and including, 1.1.3. This is due to the plugin extracting the file extension before sanitization occurs and allowing the file type parameter to be controlled by the attacker rather than being restricted to administrator-configured values, which when combined with the fact that validation occurs on the unsanitized extension while the file is saved with a sanitized extension, allows special characters like '$' to be stripped during the save process. This makes it possible for unauthenticated attackers to upload arbitrary PHP files and potentially achieve remote code execution, however, an .htaccess file and name randomization is in place which restricts real-world exploitability.

CVE / CNA vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary and upstream sources