Lucene search
+L

XM Easy Personal FTP Server 'NSLT' Command Remote DoS Vulnerability

🗓️ 21 Oct 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

XM Easy Personal FTP Server 'NSLT' Command Remote DoS Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5626
13 Oct 200800:00
circl
cve
CVE
CVE-2008-5626
17 Dec 200817:00
cve
cvelist
Cvelist
CVE-2008-5626
17 Dec 200817:00
cvelist
exploitdb
Exploit DB
XM Easy Personal FTP Server 5.6.0 - Remote Denial of Service
13 Oct 200800:00
exploitdb
exploitdb
Exploit DB
XM Easy Personal FTP Server 5.7.0 - 'NLST' Denial of Service
27 Mar 200900:00
exploitdb
metasploit
Metasploit
XM Easy Personal FTP Server 5.6.0 NLST DoS
9 Jan 200905:33
metasploit
metasploit
Metasploit
XM Easy Personal FTP Server 5.7.0 NLST DoS
7 Apr 200918:26
metasploit
nvd
NVD
CVE-2008-5626
17 Dec 200817:30
nvd
openvas
OpenVAS
XM Easy Personal FTP Server Denial of Service Vulnerability
23 Dec 200800:00
openvas
openvas
OpenVAS
XM Easy Personal FTP Server Denial of Service Vulnerability
23 Dec 200800:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2008 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900158");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2008-10-21 15:08:20 +0200 (Tue, 21 Oct 2008)");
  script_cve_id("CVE-2008-5626");
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_tag(name:"cvss_base", value:"4.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:N/A:P");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_family("Denial of Service");
  script_name("XM Easy Personal FTP Server 'NSLT' Command Remote DoS Vulnerability");

  script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/6741");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31739");

  script_dependencies("ftpserver_detect_type_nd_version.nasl");
  script_require_ports("Services/ftp", 21);
  script_mandatory_keys("ftp/xm_easy_personal/detected");

  script_tag(name:"impact", value:"Successful exploitation will cause denial of service to legitimate users.");

  script_tag(name:"affected", value:"dxmsoft XM Easy Personal FTP Server version 5.6.0 and prior on Windows (all).");

  script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
  of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
  release, disable respective features, remove the product or replace the product by another one.");

  script_tag(name:"summary", value:"XM Easy Personal FTP Server is prone to a denial of service (DoS) vulnerability.");

  script_tag(name:"insight", value:"The vulnerability is due to an error when handling a malformed NLST command.");

  script_tag(name:"solution_type", value:"WillNotFix");
  exit(0);
}

include("ftp_func.inc");
include("misc_func.inc");
include("port_service_func.inc");

port = ftp_get_port(default:21);
banner = ftp_get_banner(port:port);
if(!banner || "DXM's FTP Server" >!< banner)
  exit(0);

if(egrep(pattern:"DXM's FTP Server 5\.([0-5](\..*)?|6\.0)($|[^.0-9])", string:banner)) {
  security_message(port:port);
  exit(0);
}

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

05 Mar 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24
EPSS0.3586
18