Lucene search
+L

FileZilla Server < 0.9.31 Buffer Overflow Vulnerability

🗓️ 23 Mar 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 42 Views

FileZilla Server < 0.9.31 Buffer Overflow Vulnerability, SSL/TLS handlin

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
FileZilla FTP Server < 0.9.31 SSL/TLS Packet Overflow DoS
9 Mar 200900:00
nessus
nessus
Tenable Nessus
FileZilla Server < 0.9.31 Denial of Service
19 Mar 201000:00
nessus
circl
Circl
CVE-2009-0884
7 Oct 202521:02
circl
cve
CVE
CVE-2009-0884
12 Mar 200915:00
cve
cvelist
Cvelist
CVE-2009-0884
12 Mar 200915:00
cvelist
euvd
EUVD
EUVD-2009-0881
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0884
12 Mar 200915:20
nvd
openvas
OpenVAS
FileZilla Server Buffer Overflow Vulnerability
23 Mar 200900:00
openvas
prion
Prion
Buffer overflow
12 Mar 200915:20
prion
# 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:filezilla:filezilla_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900519");
  script_version("2024-07-24T05:06:37+0000");
  script_tag(name:"last_modification", value:"2024-07-24 05:06:37 +0000 (Wed, 24 Jul 2024)");
  script_tag(name:"creation_date", value:"2009-03-23 08:26:42 +0100 (Mon, 23 Mar 2009)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_cve_id("CVE-2009-0884");
  script_name("FileZilla Server < 0.9.31 Buffer Overflow Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("gb_filezilla_server_ftp_detect.nasl");
  script_mandatory_keys("filezilla/server/detected");

  script_xref(name:"URL", value:"http://secunia.com/advisories/34089");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34006");
  script_xref(name:"URL", value:"http://sourceforge.net/project/shownotes.php?release_id=665428");

  script_tag(name:"summary", value:"FileZilla Server is prone to a buffer overflow vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is generated due to an error in unspecified vectors
  while handling SSL/TLS packets.");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker crash the
  application to cause denial of service.");

  script_tag(name:"affected", value:"FileZilla Server versions prior to 0.9.31.");

  script_tag(name:"solution", value:"Update to version 0.9.31 or later.");

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

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(isnull(port = get_app_port(cpe:CPE)))
  exit(0);

if(!infos = get_app_version_and_location(cpe:CPE, port:port, exit_no_version:TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

if(version_is_less(version:version, test_version:"0.9.31")) {
  report = report_fixed_ver(installed_version:version, fixed_version:"0.9.31", install_path:location);
  security_message(port:port, 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

24 Jul 2024 00:00Current
7High risk
Vulners AI Score7
CVSS 24.3
EPSS0.03421
42