CVE-2025-14306
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-14306, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: Government Technology Agency of Singapore Cyber Security Group (GovTech CSG)

Description

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 submitting specially crafted inputs that manipulate the file path, leading to potential unauthorized file deletions. https://robo-code.blogspot.com/

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-10
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
robo_code robocode 1.9.3.6

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

Detection of this vulnerability involves checking if the Robocode version 1.9.3.6 or earlier is running and if the recursivelyDelete method is being called with unsanitized or user-controlled file paths. Since the vulnerability allows directory traversal leading to arbitrary file deletions, monitoring logs for unexpected file deletion attempts outside the intended directories can help. Additionally, reviewing the code or binaries to verify if the fix (path canonicalization and base directory checks) from pull request #67 is applied can confirm if the system is vulnerable. Specific commands are not provided in the resources. [1]

Executive Summary

This vulnerability is a directory traversal issue in the CacheCleaner component of Robocode version 1.9.3.6. The method recursivelyDelete does not properly sanitize file paths, which allows attackers to manipulate the file path input to traverse directories and delete arbitrary files on the system.

Impact Analysis

An attacker can exploit this vulnerability to delete arbitrary files on the affected system without authorization, potentially causing data loss, system instability, or disruption of services.

Mitigation Strategies

Immediate mitigation steps include updating Robocode to a version that includes the fix from pull request #67, which enforces strict path canonicalization and validation against a defined base directory in the recursivelyDelete method. If an update is not immediately possible, restrict access to the CacheCleaner component to trusted users only, monitor file deletion activities closely, and consider applying the patch manually if feasible. The fix prevents directory traversal by ensuring that file deletions cannot occur outside the allowed base directory. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-14306. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart