| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| FileZilla FTP Server < 0.9.31 SSL/TLS Packet Overflow DoS | 9 Mar 200900:00 | – | nessus | |
| CVE-2009-0884 | 7 Oct 202521:02 | – | circl | |
| CVE-2009-0884 | 12 Mar 200915:00 | – | cve | |
| CVE-2009-0884 | 12 Mar 200915:00 | – | cvelist | |
| EUVD-2009-0881 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-0884 | 12 Mar 200915:20 | – | nvd | |
| FileZilla Server < 0.9.31 Buffer Overflow Vulnerability | 23 Mar 200900:00 | – | openvas | |
| FileZilla Server Buffer Overflow Vulnerability | 23 Mar 200900:00 | – | openvas | |
| Buffer overflow | 12 Mar 200915:20 | – | prion |
| Source | Link |
|---|---|
| sourceforge | www.sourceforge.net/project/shownotes.php |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(45112);
script_version("1.9");
script_cve_id("CVE-2009-0884");
script_bugtraq_id(34006);
script_xref(name:"Secunia", value:"34089");
script_name(english:"FileZilla Server < 0.9.31 Denial of Service");
script_summary(english:"Checks the banner version of FileZilla Server");
script_set_attribute(attribute:"synopsis", value:
"The remote FTP server is prone to a denial of service attack.");
script_set_attribute(attribute:"description", value:
"According to its banner, the version of FileZilla Server installed on
the remote host is older than version 0.9.31. An unspecified
vulnerability in the SSL code for such versions can be exploited by a
remote attacker to trigger a denial of service condition." );
script_set_attribute(attribute:"see_also", value:"http://sourceforge.net/project/shownotes.php?release_id=665428" );
script_set_attribute(attribute:"solution", value:
"Upgrade to FileZilla Server version 0.9.31 or later." );
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(119);
script_set_attribute(attribute:"vuln_publication_date", value: "2009/03/03");
script_set_attribute(attribute:"patch_publication_date", value: "2009/03/03");
script_set_attribute(attribute:"plugin_publication_date", value: "2010/03/19");
script_cvs_date("Date: 2018/07/11 17:09:26");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:filezilla:filezilla_server");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2010-2018 Tenable Network Security, Inc.");
script_dependencies("ftpserver_detect_type_nd_version.nasl");
script_require_ports("Services/ftp", 21);
script_require_keys("ftp/filezilla");
exit(0);
}
include("ftp_func.inc");
include("global_settings.inc");
include("misc_func.inc");
port = get_ftp_port(default: 21);
banner = get_ftp_banner(port:port);
if (!banner) exit(1, "No FTP banner found on port "+port+".");
if ("FileZilla Server" >!< banner) exit(0, "Banner on port "+port+" doesn't look like FileZilla Server.");
banner = strstr(banner, "FileZilla Server");
banner = banner - strstr(banner, '\r\n');
if (ereg(pattern:"FileZilla Server version 0.([0-8]\.|9\.([0-9][a-e]*$|[0-2][0-9][a-e]*|30($|[^0-9])))",string:banner))
{
if(report_verbosity > 0)
{
report = '\n' +
'The remote FileZilla server returned the following banner :\n' +
'\n' +
" " + banner + '\n';
security_warning(port:port, extra:report);
}
else security_warning(port);
}
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