Cyber Resilience

CVE-2025-14307

Robocode 1.9.3.6

Published
09 December 2025
Modified
05 January 2026
Patch / advisory
CVSS Score v4 9.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/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.0032 25th percentile
Risk Priority 34 floored blend · peak EPSS

Summary

CVE-2025-14307 is a critical-severity Insecure Temporary File (CWE-377) vulnerability in Robocode Robocode. Its CVSS base score is 9.3 (Critical).

Operationally, ranked at the 25th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An insecure temporary file creation vulnerability exists in the AutoExtract component of Robocode version 1.9.3.6. The createTempFile method fails to securely create temporary files, allowing attackers to exploit race conditions and potentially execute arbitrary code or overwrite critical files. This…

more

vulnerability can be exploited by manipulating the temporary file creation process, leading to potential unauthorized actions.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-14306Same product: Robocode Robocode
CVE-2025-14308Same product: Robocode Robocode
CVE-2025-46368Shared CWE-377
CVE-2024-34490Shared CWE-377
CVE-2026-20651Shared CWE-377
CVE-2024-23287Shared CWE-377
CVE-2026-20618Shared CWE-377
CVE-2026-41991Shared CWE-377
CVE-2024-6654Shared CWE-377
CVE-2026-20649Shared CWE-377

Affected Assets

robocode
robocode
1.9.3.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 enforces file-system access authorizations so that temporary files cannot be read or modified by unauthorized processes.

AC-6 reduces the privileges available to processes that create or access temporary files, limiting blast radius if a file is predictable or left readable.

SC-4 directly stops unauthorized information leakage through shared resources such as world-writable temporary directories.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require avoiding insecure temp-file creation patterns.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect insecure temporary files but does not prevent their creation.

prevents

Secure development life cycle mandates secure handling of temporary files during design and coding.

prevents

Application security requirements can specify secure temporary-file creation and access controls.

prevents

Secure system architecture principles discourage insecure temporary-file patterns but do not directly address them.

prevents

Secure coding standards explicitly require safe temporary-file APIs and permissions.

none

Information deletion policies may cover secure removal of temporary files after use.

References