Vulnerability record · CVE-2014-3914 · published 7 August 2014
CVE-2014-3914: Rocket ServerGraph Admin Center path traversal and arbitrary file actions
Rocketsoftware · Rocket Servergraph
Rocket ServerGraph 1.2 Admin Center exposes fileRequestor and userRequest servlets that accept a query parameter without sanitizing path traversal sequences. Attackers can create, read, execute, or delete arbitrary files, and a save_server_groups action permits arbitrary code execution. The flaw is remotely reachable and unauthenticated, making it a full compromise of the host running the Admin Center.
Description
Directory traversal vulnerability in the Admin Center for Tivoli Storage Manager (TSM) in Rocket ServerGraph 1.2 allows remote attackers to (1) create arbitrary files via a .. (dot dot) in the query parameter in a writeDataFile action to the fileRequestor servlet, execute arbitrary files via a .. (dot dot) in the query parameter in a (2) run or (3) runClear action to the fileRequestor servlet, (4) read arbitrary files via a readDataFile action to the fileRequestor servlet, (5) execute arbitrary code via a save_server_groups action to the userRequest servlet, or (6) delete arbitrary files via a del action in the fileRequestServlet servlet.
AV:N/AC:L/Au:N/C:C/I:C/A:C
Automated analysis
critical priorityUnauthenticated remote path traversal leading to arbitrary file read, write, delete, and code execution with a CVSS 2.0 score of 10 and high EPSS probability.
What it is
Rocket ServerGraph 1.2 Admin Center exposes fileRequestor and userRequest servlets that accept a query parameter without sanitizing path traversal sequences. Attackers can create, read, execute, or delete arbitrary files, and a save_server_groups action permits arbitrary code execution. The flaw is remotely reachable and unauthenticated, making it a full compromise of the host running the Admin Center.
Impact
An attacker gains arbitrary file read, write, and delete on the server plus remote code execution, effectively full control of the affected system. No credentials are required, so any network-reachable instance is at risk.
Attack surface
Reached over the network via HTTP requests to the Admin Center servlets (fileRequestor, userRequest, fileRequestServlet) with crafted query parameters. The CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are needed.
Exploitation
A public Exploit-DB entry exists and EPSS is 0.726 (99.4th percentile), indicating high likelihood of exploitation activity. The CVE is not listed in CISA KEV, so no confirmed in-the-wild campaign is documented in this record.
What to do
- Apply the vendor patch for Rocket ServerGraph 1.2 or upgrade to a fixed release; verify with Rocket Software advisories.
- Restrict network access to the Admin Center so only trusted management hosts can reach the servlets.
- Require authentication and place the Admin Center behind a reverse proxy that blocks traversal sequences in request paths and parameters.
- Run the Admin Center with least-privilege OS permissions so file write and execute actions cannot reach sensitive paths.
- Monitor and alert on unexpected file creation, deletion, or process execution originating from the Admin Center service account.
Detection
- Inspect web logs for requests to fileRequestor, userRequest, or fileRequestServlet containing '..' or encoded traversal sequences in query parameters.
- Alert on writeDataFile, readDataFile, run, runClear, save_server_groups, or del actions in Admin Center request logs.
- Monitor file system changes and new process spawns under the Admin Center service account for signs of arbitrary file write or code execution.
- Correlate outbound or lateral traffic from the Admin Center host to detect post-exploitation activity.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
Track CVE-2014-3914 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2014-3914), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.