Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310802505
HistoryNov 08, 2011 - 12:00 a.m.

FFFTP Untrusted Search Path Vulnerability - Windows

2011-11-0800:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
7

CVSS2

9.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:N/C:C/I:C/A:C

AI Score

6.5

Confidence

Low

EPSS

0.001

Percentile

48.0%

FFFTP is prone to untrusted search path vulnerability.

# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802505");
  script_version("2024-02-15T05:05:39+0000");
  script_cve_id("CVE-2011-3991");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"creation_date", value:"2011-11-08 16:10:17 +0530 (Tue, 08 Nov 2011)");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_name("FFFTP Untrusted Search Path Vulnerability - Windows");
  script_xref(name:"URL", value:"http://secunia.com/advisories/46649");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/50412");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/71020");
  script_xref(name:"URL", value:"http://jvn.jp/en/jp/JVN62336482/index.html");
  script_xref(name:"URL", value:"http://jvndb.jvn.jp/ja/contents/2011/JVNDB-2011-000091.html");

  script_tag(name:"qod_type", value:"executable_version");
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_ffftp_detect.nasl");
  script_mandatory_keys("FFFTP/Ver");
  script_tag(name:"impact", value:"Successful exploitation could allow attackers to execute an arbitrary program
  in the context of the user running the affected application.");
  script_tag(name:"affected", value:"FFFTP version 1.98a and prior on windows");
  script_tag(name:"insight", value:"The flaw is due to an error in application, loading executables
  (e.g. notepad.exe) in an insecure manner.");
  script_tag(name:"solution", value:"Upgrade to the FFFTP version 1.98b or later.");
  script_tag(name:"summary", value:"FFFTP is prone to untrusted search path vulnerability.");

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

  script_xref(name:"URL", value:"http://sourceforge.jp/projects/ffftp/releases/");
  exit(0);
}


include("version_func.inc");

ftpVer = get_kb_item("FFFTP/Ver");
if(!ftpVer){
  exit(0);
}

if(version_is_less_equal(version:ftpVer, test_version:"1.98.1.0")){
  report = report_fixed_ver(installed_version:ftpVer, vulnerable_range:"Less than or equal to 1.98.1.0");
  security_message(port: 0, data: report);
}

CVSS2

9.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:N/C:C/I:C/A:C

AI Score

6.5

Confidence

Low

EPSS

0.001

Percentile

48.0%

Related for OPENVAS:1361412562310802505