Cyber Resilience

CVE-2025-6220

HighPublic PoC

Published: 18 June 2025

Published
18 June 2025
Modified
09 July 2025
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0359 88.0th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-6220 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Themefic Ultimate Addons For Contact Form 7. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 12.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Ultra Addons for Contact Form 7 plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the save_options function. The issue affects all versions through 3.5.12 and is tracked as CWE-434 with a CVSS 3.1 score of 7.2.

Authenticated users with Administrator privileges or higher can exploit the flaw by supplying crafted input to the affected function, allowing upload of arbitrary files to the server and potential remote code execution.

Public references, including the plugin's Trac changeset 3288584 and Wordfence advisory, indicate that the vendor addressed the missing validation in a subsequent release; site administrators should apply the update promptly to eliminate the upload path.

EPSS remains flat at 0.0359 with no material increase after disclosure.

EU & UK References

Vulnerability details

The Ultra Addons for Contact Form 7 plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'save_options' function in all versions up to, and including, 3.5.12. This makes it possible for authenticated…

more

attackers, with Administrator-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

The vulnerability enables authenticated (Administrator+) arbitrary file upload to a web-accessible directory in a public-facing WordPress plugin, allowing deployment of web shells for remote code execution.

Affected Assets

themefic
ultimate addons for contact form 7
≤ 3.5.13

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-434

Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.

addresses: CWE-434

Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.

addresses: CWE-434

Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.

addresses: CWE-434

Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.

References