CVE-2025-15314
Published: 10 February 2026
Summary
CVE-2025-15314 is a medium-severity Link Following (CWE-59) vulnerability in Tanium End-User-Cx. Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique File Deletion (T1070.004); ranked at the 25.3th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege).
Deeper analysis
CVE-2025-15314 is an arbitrary file deletion vulnerability affecting Tanium's end-user-cx component. Published on 2026-02-10, the issue has a CVSS v3.1 base score of 5.5 (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N) and is associated with CWE-59 (Improper Link Resolution Before File Access) as well as NVD-CWE-noinfo. Tanium has addressed the vulnerability.
A local attacker with low privileges, such as a standard user account on the affected system, can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation enables high-impact integrity violations, specifically arbitrary file deletion, without affecting confidentiality or availability.
Tanium's security advisory TAN-2025-010, available at https://security.tanium.com/TAN-2025-010, provides details on mitigation and patches for this vulnerability.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207255
Vulnerability details
Tanium addressed an arbitrary file deletion vulnerability in end-user-cx.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file deletion vuln directly enables local file removal for covering tracks (T1070.004) or data destruction (T1485).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces access-control policy on file operations so a low-privileged local process cannot delete arbitrary files via improper link resolution.
Limits the set of files and directories a standard user account is authorized to modify, reducing the attack surface for arbitrary deletion.
Restricts which principals may perform change operations on system files, blocking the unauthorized deletions enabled by this flaw.