cbcvebase.
CVE-2014-3914
published 2014-08-07

CVE-2014-3914: Directory traversal vulnerability in the Admin Center for Tivoli Storage Manager (TSM) in Rocket ServerGraph 1.2 allows remote attackers to (1) create…

PriorityP180critical10CVSS 2.0
AVNACLAuNCCICAC
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
72.61%
99.4th percentile
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.

Affected

1 ranges
VendorProductVersion rangeFixed in
rocketsoftwarerocket_servergraph

Detection & IOCsextracted from sources · hover to see the quote

port8888
path/SGPAdmin/fileRequest
commandwriteDataFile
commandrun
  • Monitor POST requests to /SGPAdmin/fileRequest servlet for directory traversal sequences (e.g., /../ or \..\ repeated) in the 'query' parameter, especially combined with actions writeDataFile, run, runClear, or readDataFile.
  • Alert on POST requests to /SGPAdmin/fileRequest on port 8888 containing 'command=writeDataFile' or 'command=run' or 'command=runClear' or 'command=readDataFile' with traversal patterns in the query parameter.
  • Monitor for POST requests to the userRequest servlet with action save_server_groups, which can be used to execute arbitrary code.
  • Monitor for POST requests to fileRequestServlet with a 'del' action containing traversal sequences, indicating attempted arbitrary file deletion.
  • On Windows targets, watch for dropped .vbs and .b64 files in WINDOWS\Temp\ followed by execution of cscript with //nologo, indicative of the VBS decoder stage of this exploit.
  • On Linux targets, watch for dropped .sh and .elf files in /tmp/ followed by chmod 777 and execution, indicative of the Linux native payload stage.
  • ·Default traversal depth is 20 (configurable via TRAVERSAL_DEPTH option); defenders should tune detection to catch both shallow and deep traversal attempts.
  • ·The exploit targets Rocket ServerGraph 1.2 specifically; other versions may not be vulnerable.

CVSS provenance

nvdv2.010.0CRITICALAV:N/AC:L/Au:N/C:C/I:C/A:C
vulncheck10.0CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.