Cyber Resilience

CVE-2025-7645

High

Published: 22 July 2025

Published
22 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
EPSS Score 0.0147 81.4th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7645 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.1 (High).

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

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The Extensions For CF7 plugin for WordPress, which extends Contact Form 7 with database, conditional fields, and redirection features, is affected by CVE-2025-7645 in all versions through 3.2.8. The vulnerability is an arbitrary file deletion flaw (CWE-22) caused by missing validation of the delete-file field, rated 8.1 under CVSS 3.1.

Unauthenticated attackers can supply crafted file paths in form submissions; when an administrator later deletes the entry, the plugin removes arbitrary server files. Deletion of files such as wp-config.php can directly enable remote code execution.

The referenced WordPress Trac changeset and Wordfence advisory indicate that a fix has been published, and site operators should update the plugin through the official directory to the patched release.

EPSS remains flat at 0.0147 with no material rise after disclosure.

EU & UK References

Vulnerability details

The Extensions For CF7 (Contact form 7 Database, Conditional Fields and Redirection) plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'delete-file' field in all versions up to, and including, 3.2.8. This…

more

makes it possible for unauthenticated attackers to delete arbitrary files on the server, when an administrator deletes the submission, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

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.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

Vuln in public-facing WP plugin enables unauthenticated exploitation (T1190) resulting in arbitrary file deletion on trigger (T1070.004); potential RCE is indirect/not guaranteed.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-3666Shared CWE-22
CVE-2018-25308Shared CWE-22
CVE-2026-22460Shared CWE-22
CVE-2025-69377Shared CWE-22
CVE-2025-14850Shared CWE-22
CVE-2025-26752Shared CWE-22
CVE-2026-4350Shared CWE-22
CVE-2025-65792Shared CWE-22
CVE-2026-4758Shared CWE-22
CVE-2026-0704Shared CWE-22

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2025-7645 by identifying, reporting, and patching the arbitrary file deletion flaw in the Extensions For CF7 plugin as documented in advisories.

prevent

Enforces information input validation at form entry points to block malicious file paths exploiting the insufficient path validation in the 'delete-file' field.

detect

Monitors the system for unauthorized file deletions triggered by tainted form submissions, identifying exploitation in progress.

References