Description
The Drag and Drop Multiple File Upload for Contact Form 7 plugin for WordPress is vulnerable to Path Traversal leading to Arbitrary File Read in versions up to and including 1.3.9.6. This is due to the plugin using client-supplied mfile[] POST values as the source of truth for email attachment selection without performing any server-side upload provenance check, path canonicalization, or directory containment boundary enforcement. In dnd_wpcf7_posted_data(), each user-submitted filename is directly appended to the plugin's upload URL without sanitization. In dnd_cf7_mail_components(), the URL is converted back to a filesystem path using str_replace() and only file_exists() is used as the acceptance check before attaching the file to the outgoing CF7 email. This makes it possible for unauthenticated attackers to read and exfiltrate arbitrary files readable by the web server process via path traversal sequences in the mfile[] parameter, with files being disclosed as email attachments. Note: This vulnerability is limited to the 'wp-content' folder due to the wpcf7_is_file_path_in_content_dir() function in the Contact Form 7 plugin.
Published: 2026-04-17
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Read
Action: Apply Patch
AI Analysis

Impact

The Drag and Drop Multiple File Upload for Contact Form 7 plugin allows an attacker to supply a file path in the mfile[] POST parameter that is appended to an upload URL without any server‑side validation. The file name is later converted to a filesystem path, and the only check performed is file_exists(). If the path contains traversal sequences, the attacker can read any file that the web server process can access, and the contents will be sent back as an email attachment. This flaw results in unauthenticated arbitrary file read within the WordPress instance.

Affected Systems

WordPress sites running the Drag and Drop Multiple File Upload for Contact Form 7 plugin, versions 1.3.9.6 and older. The vulnerability is confined to files within the wp‑content directory because the Contact Form 7 function wpcf7_is_file_path_in_content_dir() limits checks to that folder.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity. The EPSS score is not available, so the contemporary likelihood of exploitation is unknown; however, the vulnerability is relatively easy to exploit – an unauthenticated attacker only needs to send a crafted POST request. The flaw is not listed in the CISA KEV catalog, but the combination of easy exploitation and potential data leakage warrants immediate attention. The attack path is inferred to be remote, via HTTP POST, and doesn't require any privileged access on the target site.

Generated by OpenCVE AI on April 18, 2026 at 09:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Drag and Drop Multiple File Upload for Contact Form 7 plugin to a version newer than 1.3.9.6
  • If an upgrade is not possible, immediately disable or delete the plugin, or enforce restrictive directory access controls in wp‑content via .htaccess or server configuration
  • Consider implementing a file upload provenance check or sanitization for any custom or legacy upload fields, ensuring that file paths are canonicalized and confined to intended directories

Generated by OpenCVE AI on April 18, 2026 at 09:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Apr 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared Glenwpcoder
Glenwpcoder drag And Drop Multiple File Upload For Contact Form 7
Wordpress
Wordpress wordpress
Vendors & Products Glenwpcoder
Glenwpcoder drag And Drop Multiple File Upload For Contact Form 7
Wordpress
Wordpress wordpress

Fri, 17 Apr 2026 18:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Apr 2026 17:45:00 +0000

Type Values Removed Values Added
Description The Drag and Drop Multiple File Upload for Contact Form 7 plugin for WordPress is vulnerable to Path Traversal leading to Arbitrary File Read in versions up to and including 1.3.9.6. This is due to the plugin using client-supplied mfile[] POST values as the source of truth for email attachment selection without performing any server-side upload provenance check, path canonicalization, or directory containment boundary enforcement. In dnd_wpcf7_posted_data(), each user-submitted filename is directly appended to the plugin's upload URL without sanitization. In dnd_cf7_mail_components(), the URL is converted back to a filesystem path using str_replace() and only file_exists() is used as the acceptance check before attaching the file to the outgoing CF7 email. This makes it possible for unauthenticated attackers to read and exfiltrate arbitrary files readable by the web server process via path traversal sequences in the mfile[] parameter, with files being disclosed as email attachments. Note: This vulnerability is limited to the 'wp-content' folder due to the wpcf7_is_file_path_in_content_dir() function in the Contact Form 7 plugin.
Title Drag and Drop Multiple File Upload for Contact Form 7 <= 1.3.9.6 - Unauthenticated Limited Arbitrary File Read via mfile Field
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Glenwpcoder Drag And Drop Multiple File Upload For Contact Form 7
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-17T17:50:00.362Z

Reserved: 2026-04-06T16:49:25.445Z

Link: CVE-2026-5710

cve-icon Vulnrichment

Updated: 2026-04-17T17:49:54.874Z

cve-icon NVD

Status : Deferred

Published: 2026-04-17T18:16:32.593

Modified: 2026-04-22T20:22:50.570

Link: CVE-2026-5710

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T09:15:15Z

Weaknesses