CVE-2026-5710
Last modified
CVE-2026-5710 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.69% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-5710?
How severe is CVE-2026-5710?
How do I fix CVE-2026-5710?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-57092Use after free in Windows VMSwitch allows an authorized atta…9.9
- CVE-2026-57093Use after free in Windows Ancillary Function Driver for WinS…7.8
- CVE-2026-57094Heap-based buffer overflow in Microsoft Windows Media Founda…8.8
- CVE-2026-57095Exposure of sensitive information to an unauthorized actor i…7.8
- CVE-2026-57096Heap-based buffer overflow in Windows Routing and Remote Acc…7.8
- CVE-2026-57097Untrusted search path in Microsoft XML allows an unauthorize…6.8
- CVE-2026-57100Server-side request forgery (ssrf) in Microsoft Entra Provis…8.8
- CVE-2026-57101Improper neutralization of input during web page generation …6.1
- CVE-2026-57102Inclusion of functionality from untrusted control sphere in …8.8
- CVE-2026-57104Improper neutralization of input during web page generation …8.8
- CVE-2026-57105Improper neutralization of input during web page generation …5.4
- CVE-2026-57106Server-side request forgery (ssrf) in Data Quality allows an…10
Are you affected by CVE-2026-5710?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
