Cyber Resilience

CVE-2025-14306

Critical

Published: 09 December 2025

Published
09 December 2025
Modified
28 January 2026
KEV Added
Patch
CVSS Score v4 10.0 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:D/RE:M/U:Red
EPSS Score 0.0064 71.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-14306 is a critical-severity Path Traversal (CWE-22) vulnerability in Robocode Robocode. Its CVSS base score is 10.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 28.9% 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

CVE-2025-14306 is a directory traversal vulnerability (CWE-22) in the CacheCleaner component of Robocode version 1.9.3.6. The recursivelyDelete method fails to properly sanitize file paths, allowing attackers to traverse directories and delete arbitrary files on the system. Published on 2025-12-09, it carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H).

An unauthenticated attacker (PR:N) can exploit this vulnerability over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N) by submitting specially crafted inputs that manipulate the file path. Successful exploitation leads to unauthorized deletion of arbitrary files, causing high impacts to integrity (I:H) and availability (A:H) with no confidentiality impact (C:N).

Mitigation is provided via patches in the robo-code/robocode GitHub repository, including pull request #67 and commit 26b6ba8ed5b2a11a646ce2d5da8d42cd53574b1f. Security practitioners should update to versions incorporating these fixes and review the project blog at https://robo-code.blogspot.com/ for additional details.

EU & UK References

Vulnerability details

A directory traversal vulnerability exists in the CacheCleaner component of Robocode version 1.9.3.6. The recursivelyDelete method fails to properly sanitize file paths, allowing attackers to traverse directories and delete arbitrary files on the system. This vulnerability can be exploited by…

more

submitting specially crafted inputs that manipulate the file path, leading to potential unauthorized file deletions. https://robo-code.blogspot.com/

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 CVE describes a network-accessible (AV:N/PR:N), unauthenticated directory traversal vulnerability allowing arbitrary file deletion, directly enabling T1190 (Exploit Public-Facing Application) for exploitation and T1107 (File Deletion) for impact on integrity and availability.

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

CVEs Like This One

CVE-2025-14308Same product: Robocode Robocode
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

Affected Assets

robocode
robocode
1.9.3.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of file path inputs to the recursivelyDelete method, directly preventing directory traversal exploitation.

prevent

Mandates timely flaw remediation by applying patches such as commit 26b6ba8ed5b2a11a646ce2d5da8d42cd53574b1f to fix the path sanitization issue.

prevent

Enforces least privilege on the CacheCleaner component, restricting its ability to delete arbitrary files outside intended directories.

References