Skip to content

Commit 47d02ed

Browse files
1 parent 752ae37 commit 47d02ed

File tree

1 file changed

+35
-6
lines changed

1 file changed

+35
-6
lines changed

advisories/unreviewed/2025/12/GHSA-j8r2-47rx-qhw4/GHSA-j8r2-47rx-qhw4.json renamed to advisories/github-reviewed/2025/12/GHSA-j8r2-47rx-qhw4/GHSA-j8r2-47rx-qhw4.json

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-j8r2-47rx-qhw4",
4-
"modified": "2025-12-09T18:30:35Z",
4+
"modified": "2025-12-09T22:50:22Z",
55
"published": "2025-12-09T18:30:35Z",
66
"aliases": [
77
"CVE-2025-14306"
88
],
9-
"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 submitting specially crafted inputs that manipulate the file path, leading to potential unauthorized file deletions. https://robo-code.blogspot.com/",
9+
"summary": "Robocode vulnerable to Directory Traversal in recursivelyDelete Method",
10+
"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 submitting specially crafted inputs that manipulate the file path, leading to potential unauthorized file deletions.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "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"
14+
"score": "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/AU:Y/R:U/V:D/RE:M/U:Red"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "net.sf.robocode:robocode.core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.9.5.6"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,23 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/robo-code/robocode/pull/67"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/robo-code/robocode/commit/26b6ba8ed5b2a11a646ce2d5da8d42cd53574b1f"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/robo-code/robocode"
2554
}
2655
],
2756
"database_specific": {
2857
"cwe_ids": [
2958
"CWE-22"
3059
],
3160
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-09T22:50:21Z",
3463
"nvd_published_at": "2025-12-09T16:17:38Z"
3564
}
3665
}

0 commit comments

Comments
 (0)