# CVE-2026-5364

> Vulnerability · severity: **HIGH** (CVSS 8.1).

## 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.

## Key facts

- **CVE ID:** CVE-2026-5364
- **Published:** 2026-04-24
- **CVSS severity:** HIGH
- **CVSS base score:** 8.1
- **CWE codes:** CWE-434

## Primary sources

- NIST NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-5364

## Citation

> AI Analytics. CVE-2026-5364. Retrieved 2026-07-15 from https://api.ai-analytics.org/cve/CVE-2026-5364. Derived from NIST NVD. Licensed CC0.

---

*[Dataset catalog](https://api.ai-analytics.org/datasets/) · [AI Analytics](https://api.ai-analytics.org/) · CC0 1.0*