| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2008-6186 | 13 Oct 200800:00 | – | circl | |
| CVE-2008-6186 | 19 Feb 200918:00 | – | cve | |
| CVE-2008-6186 | 19 Feb 200918:00 | – | cvelist | |
| EUVD-2008-6156 | 19 Feb 200918:00 | – | euvd | |
| CVE-2008-6186 | 19 Feb 200918:30 | – | nvd | |
| RaidenFTPD Server CWD and MLST Command Denial of Service Vulnerability | 26 Feb 200900:00 | – | openvas | |
| Stack overflow | 19 Feb 200918:30 | – | prion |
| Source | Link |
|---|---|
| milw0rm | www.milw0rm.com/exploits/6742 |
| securityfocus | www.securityfocus.com/bid/31741 |
| secunia | www.secunia.com/advisories/32216 |
# SPDX-FileCopyrightText: 2009 Greenbone AG
# 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
CPE = "cpe:/a:raidenftpd:raidenftpd";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900511");
script_version("2025-11-25T05:40:35+0000");
script_tag(name:"last_modification", value:"2025-11-25 05:40:35 +0000 (Tue, 25 Nov 2025)");
script_tag(name:"creation_date", value:"2009-02-26 05:27:20 +0100 (Thu, 26 Feb 2009)");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_cve_id("CVE-2008-6186");
script_name("RaidenFTPD Server CWD and MLST Command DoS Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/32216");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31741");
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/6742");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Denial of Service");
script_dependencies("gb_raidenftpd_server_smb_login_detect.nasl");
script_mandatory_keys("RaidenFTPD/smb-login/detected");
script_tag(name:"impact", value:"Successful exploitation will let the user crash the application
to cause denial of service.");
script_tag(name:"affected", value:"RaidenFTPD Server version 2.4.3620 and prior.");
script_tag(name:"insight", value:"The flaw is due to a boundary error when handling overly long
requested directory names. As a result buffer overflow can be caused using specially crafted CWD
and MLST commands.");
script_tag(name:"solution", value:"Upgrade to the latest version.");
script_tag(name:"summary", value:"RaidenFTPD Server is prone to a denial of service (DoS)
vulnerability.");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!infos = get_app_version_and_location(cpe: CPE, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less_equal(version: version, test_version: "2.4.3620")) {
report = report_fixed_ver(installed_version: version, vulnerable_range:"Less than or equal to 2.4.3620", install_path: location);
security_message(port: 0, data: report);
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