Cyber Resilience

CVE-2025-2485

RCE in Codedropz Drag And Drop Multiple File Upload - Contact Form 7 ≤ 1.3.8.9

Published
28 March 2025
Modified
12 August 2025
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0054 43th percentile
Risk Priority 61 floored blend · peak EPSS

Summary

CVE-2025-2485 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Codedropz Drag And Drop Multiple File Upload - Contact Form 7. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 43th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The Drag and Drop Multiple File Upload for Contact Form 7 plugin for WordPress is vulnerable to PHP Object Injection in versions through 1.3.8.7. The flaw stems from unsafe deserialization of untrusted input in the dnd_upload_cf7_upload function, which accepts a PHAR file. No POP chain exists inside the plugin itself, so the issue produces no direct impact unless another installed plugin or theme supplies a usable chain. The vulnerability carries a CVSS 3.1 score of 7.5 and is tracked as CWE-502.

Unauthenticated attackers can exploit the weakness when a Contact Form 7 form containing the file-upload action is present on the site and the Flamingo plugin is also installed and active. Successful exploitation may permit deletion of arbitrary files, disclosure of sensitive data, or arbitrary code execution, depending on the POP chain supplied by other components.

The vendor partially addressed the issue in version 1.3.8.8. Public changesets on the WordPress plugin repository and the Wordfence advisory document the code modifications that limit deserialization of untrusted PHAR input.

EPSS for the CVE rose from a low baseline to a recorded peak of 0.0359, indicating increased exploitation interest after disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The Drag and Drop Multiple File Upload for Contact Form 7 plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.3.8.7 via deserialization of untrusted input from the 'dnd_upload_cf7_upload' function. This makes it…

more

possible for attackers to inject a PHP Object through a PHAR file. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. This vulnerability may be exploited by unauthenticated attackers when a form is present on the site with the file upload action. The Flamingo plugin must be installed and activated in order to exploit the vulnerability. The vulnerability was partially patched in version 1.3.8.8.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-2328Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2023-1112Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2024-12267Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2023-5822Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2025-3515Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2020-12800Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2023-1282Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2024-3717Same product: Codedropz Drag And Drop Multiple File Upload - Contact Form 7
CVE-2024-3018Same product class: WordPress / CMS plugin
CVE-2024-10828Same product class: WordPress / CMS plugin

Affected Assets

codedropz
drag and drop multiple file upload - contact form 7
≤ 1.3.8.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can uncover deserialization flaws before deployment.

Input validation directly stops deserialization of untrusted data by ensuring inputs are valid before processing.

Engineering principles such as safe deserialization and input sanitization structurally prevent the weakness from being introduced.

Integrity verification tools can detect malformed or tampered serialized data after the fact.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-02 none match
prevents

PR.PS-02 addresses only post-deployment updates/patching and cannot prevent introduction of unsafe deserialization code, yet it can remediate some instances when the flaw exists in outdated libraries or components.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing includes validation of deserialization routines and the use of untrusted data, reducing the likelihood that unsafe object reconstruction will be deployed.

prevents

Requiring vetted libraries, regular updates and SAST before release reduces the likelihood that deserialization logic will accept and act on attacker-controlled serialized objects.

finds

Regular scanning of third-party libraries and timely patching reduce the likelihood that unsafe deserialization vulnerabilities remain active.

none

Mandatory malware scanning of data received over networks or storage media intercepts malicious serialized payloads before they are deserialized by the target application.

References