9.8
CVSSv3

CVE-2018-5997

Published: 25/01/2018 Updated: 12/02/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

An issue exists in the HTTP Server in RAVPower Filehub 2.000.056. Due to an unrestricted upload feature and a path traversal vulnerability, it is possible to upload a file on a filesystem with root privileges: this will lead to remote code execution as root.

Vulnerable Product Search on Vulmon Subscribe to Product

ravpower filehub firmware 2.000.056

Exploits

""" # Exploit Title: RAVPower - remote root # Date: 23/01/2018 # Exploit Authors: Daniele Linguaglossa # Vendor Homepage: wwwravpowercom/ # Software Link: wwwravpowercom/ # Version: 2000056 # Tested on: OSX # CVE : CVE-2018-5997 """ import requests import time import telnetlib PATH_PASSWD = "/etc" FILE_PASSWD = "passwd" P ...
RAVPower version 2000056 suffers from a remote root code execution vulnerability ...