CVE-2025-69377
Published: 20 February 2026
Summary
CVE-2025-69377 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 7.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.8th percentile by exploit likelihood (below the median); 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
CVE-2025-69377 is an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability, classified under CWE-22, in the WordPress plugin User Extra Fields (wp-user-extra-fields) by vanquish. This issue affects all versions from n/a through 17.0 and was published on 2026-02-20.
The vulnerability enables exploitation over the network (AV:N) with low attack complexity (AC:L), requiring low privileges (PR:L) such as an authenticated user, and no user interaction (UI:N). Attackers can achieve arbitrary file deletion, leading to high availability impact (A:H) and a scope change (S:C), with no effects on confidentiality or integrity. The CVSS v3.1 base score is 7.7.
Patchstack provides details on this arbitrary file deletion vulnerability in their advisory at https://patchstack.com/database/Wordpress/Plugin/wp-user-extra-fields/vulnerability/wordpress-user-extra-fields-plugin-17-0-arbitrary-file-deletion-vulnerability-2?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207964
Vulnerability details
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in vanquish User Extra Fields wp-user-extra-fields allows Path Traversal.This issue affects User Extra Fields: from n/a through <= 17.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in public-facing WP plugin directly enables remote exploitation (T1190) and arbitrary file deletion (T1070.004) for availability impact.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents path traversal exploitation by validating pathname inputs to restrict access to authorized directories only.
Requires timely patching of the vulnerable wp-user-extra-fields plugin versions through 17.0 to eliminate the arbitrary file deletion vulnerability.
Enforces logical access controls on file system resources to limit unauthorized deletions even if path traversal input is mishandled.