Lucene search
K

vsftpd < 3.0.3 Security Bypass Vulnerability

🗓️ 18 Jan 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30767 Views

vsftpd < 3.0.3 Security Bypass Vulnerability. An attacker can exploit this issue to bypass certain security restrictions and perform unauthorized actions. vsftpd versions 3.0.2 and below are vulnerable. A fixed version 3.0.3 is available. Please see the references for more information

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2015-1419
26 Feb 202421:22
circl
CNVD
Unspecified vulnerability in vsftp
29 Jan 201500:00
cnvd
CVE
CVE-2015-1419
28 Jan 201511:00
cve
Cvelist
CVE-2015-1419
28 Jan 201511:00
cvelist
Debian CVE
CVE-2015-1419
28 Jan 201511:00
debiancve
Mageia
Updated vsftpd package fixes security vulnerability
10 Mar 201516:48
mageia
NVD
CVE-2015-1419
28 Jan 201511:59
nvd
Tenable Nessus
openSUSE Security Update : vsftpd (openSUSE-2015-197)
5 Mar 201500:00
nessus
Tenable Nessus
SuSE 11.3 Security Update : vsftpd (SAT Patch Number 10372)
5 Mar 201500:00
nessus
Tenable Nessus
Linux Distros Unpatched Vulnerability : CVE-2015-1419
25 Aug 202500:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2017 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.108045");
  script_version("2026-02-19T05:56:52+0000");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2026-02-19 05:56:52 +0000 (Thu, 19 Feb 2026)");
  script_tag(name:"creation_date", value:"2017-01-18 10:23:55 +0100 (Wed, 18 Jan 2017)");

  script_cve_id("CVE-2015-1419");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");

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

  script_name("vsftpd < 3.0.3 Security Bypass Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2017 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 security bypass vulnerability.");

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

  script_tag(name:"impact", value:"An attacker can exploit this issue to bypass certain security
  restrictions and perform unauthorized actions. This may aid in further attacks.");

  script_tag(name:"affected", value:"vsftpd version 3.0.2 and prior.");

  # nb: The text prior to "At this point: v3.0.3 released!" from the Changelog is relevant here...
  script_tag(name:"solution", value:"Update to version 3.0.3 or later.");

  script_xref(name:"URL", value:"https://web.archive.org/web/20210125112901/http://www.securityfocus.com/bid/72451");
  script_xref(name:"URL", value:"https://security.appspot.com/vsftpd/Changelog.txt");
  script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=1187041");

  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_equal( version:version, test_version:"3.0.2" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"3.0.3" );
  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

19 Feb 2026 00:00Current
5.4Medium risk
Vulners AI Score5.4
CVSS 25
EPSS0.06725
30767