# SPDX-FileCopyrightText: 2011 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:vsftpd_project:vsftpd";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103362");
script_version("2026-02-19T05:56:52+0000");
script_tag(name:"last_modification", value:"2026-02-19 05:56:52 +0000 (Thu, 19 Feb 2026)");
script_tag(name:"creation_date", value:"2011-12-13 10:23:55 +0100 (Tue, 13 Dec 2011)");
script_tag(name:"cvss_base", value:"5.1");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:P/A:P");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("vsftpd < 2.3.5 Buffer Overflow Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("FTP");
script_dependencies("sw_vsftpd_detect.nasl");
script_mandatory_keys("vsftpd/detected");
script_tag(name:"summary", value:"vsftpd is prone to a heap based buffer overflow vulnerability
because it fails to perform adequate boundary checks on user-supplied data.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"impact", value:"Attackers may leverage this issue to execute arbitrary code in
the context of the application. Failed attacks will cause denial of service conditions.");
script_tag(name:"affected", value:"vsftpd version 2.3.4 and probably prior.");
# nb: The text prior to "At this point: v2.3.5 released!" from the Changelog is relevant here...
script_tag(name:"solution", value:"Update to version 2.3.5 or later.");
script_xref(name:"URL", value:"https://web.archive.org/web/20210120042107/http://www.securityfocus.com/bid/51013");
script_xref(name:"URL", value:"https://security.appspot.com/vsftpd/Changelog.txt");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! version = get_app_version( cpe:CPE, port:port ) )
exit( 0 );
if( version_is_less( version:version, test_version:"2.3.5" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"2.3.5" );
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