cbcvebase.
CVE-2013-6924
published 2017-10-11

CVE-2013-6924: Seagate BlackArmor NAS devices with firmware sg2000-2000.1331 allow remote attackers to execute arbitrary commands via shell metacharacters in the ip parameter…

PriorityP274critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
15.16%
96.3th percentile
Seagate BlackArmor NAS devices with firmware sg2000-2000.1331 allow remote attackers to execute arbitrary commands via shell metacharacters in the ip parameter to backupmgt/getAlias.php.

Affected

1 ranges
VendorProductVersion rangeFixed in
seagateblackarmor_nas_220_firmware

Detection & IOCsextracted from sources · hover to see the quote

url/backupmgt/getAlias.php?ip=xx /etc/passwd; ;
path/backupmgt/getAlias.php
path/admin/config.xml
path/admin/dokuwiki_service.php
path/wiwiki/doku.php
commandecho 'mypassword' | passwd --stdin;
versionsg2000-2000.1331
  • Detect HTTP GET requests to /backupmgt/getAlias.php with shell metacharacters (semicolons, pipes, etc.) in the 'ip' parameter, indicating command injection attempts.
  • Monitor unauthenticated access to /admin/config.xml, which exposes network configuration, user credentials (MD5 hashes), and share information without authentication.
  • Alert on POST requests to /admin/dokuwiki_service.php with body containing 'enablewiki=yes', indicating an attacker enabling the wiki service as part of privilege escalation.
  • Detect POST requests to /wiwiki/doku.php containing 'exec(' in the wikitext parameter, indicating PHP code injection via the wiki for privilege escalation.
  • The ip GET parameter value 'xx /etc/passwd;' is a canonical exploit pattern — alert on any 'ip' parameter value in getAlias.php requests containing whitespace followed by a path and semicolon.
  • ·The vulnerability is only present in firmware version sg2000-2000.1331; other firmware versions may not be affected.

CVSS provenance

nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.010.0CRITICALAV:N/AC:L/Au:N/C:C/I:C/A:C
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.