Cyber Resilience

CVE-2025-14997

High

Published: 06 January 2026

Published
06 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0062 44.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-14997 is an arbitrary file deletion vulnerability in the BuddyPress Xprofile Custom Field Types plugin for WordPress, affecting all versions up to and including 1.2.8. The issue arises from insufficient file path validation in the 'delete_field' function, classified under CWE-22 (Path Traversal) with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability over the network with low complexity and no user interaction required. By manipulating file paths, they can delete arbitrary files on the server, potentially leading to remote code execution through the deletion of critical files such as wp-config.php.

Wordfence's threat intelligence advisory provides detailed analysis of the vulnerability (https://www.wordfence.com/threat-intel/vulnerabilities/id/89a7a717-dac3-490e-89dd-268be8eb7bf5?source=cve). The vulnerable code is visible in the plugin's tag 1.2.8 at https://plugins.trac.wordpress.org/browser/bp-xprofile-custom-field-types/tags/1.2.8/src/handlers/class-field-upload-helper.php, and a patch is available via changeset 3430565 at https://plugins.trac.wordpress.org/changeset/3430565/bp-xprofile-custom-field-types. Security practitioners should update the plugin immediately to mitigate the risk.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The BuddyPress Xprofile Custom Field Types plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'delete_field' function in all versions up to, and including, 1.2.8. This makes it possible for authenticated attackers,…

more

with Subscriber-level access and above, to delete arbitrary files on the server, 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?

The vulnerability enables exploitation of a public-facing WordPress plugin (T1190) via path traversal, directly allowing arbitrary file deletion (T1070.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-4350Shared CWE-22
CVE-2025-7643Shared CWE-22
CVE-2025-14850Shared CWE-22
CVE-2025-8141Shared CWE-22
CVE-2025-2328Shared CWE-22
CVE-2025-7645Shared CWE-22
CVE-2026-41058Shared CWE-22
CVE-2026-0704Shared CWE-22
CVE-2025-11631Shared CWE-22
CVE-2025-65792Shared 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 requires timely patching of the insufficient file path validation flaw in the BuddyPress Xprofile Custom Field Types plugin, preventing arbitrary file deletion exploits.

prevent

Implements input validation at entry points to block path traversal manipulations in the delete_field function that enable arbitrary file deletions.

detectrespond

Scans for and remediates vulnerabilities like CVE-2025-14997 in WordPress plugins, identifying vulnerable versions for prompt flaw correction.

References