Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310805364
HistoryApr 07, 2015 - 12:00 a.m.

Foxit Reader Cloud Plugin Windows Search Path Vulnerability

2015-04-0700:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
17

4.4 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

9.6 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

25.1%

Foxit Reader Cloud Plugin is prone to windows search path Vulnerability.

# SPDX-FileCopyrightText: 2015 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:foxitsoftware:reader";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.805364");
  script_version("2023-07-25T05:05:58+0000");
  script_cve_id("CVE-2015-2789");
  script_tag(name:"cvss_base", value:"4.4");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"creation_date", value:"2015-04-07 18:04:50 +0530 (Tue, 07 Apr 2015)");
  script_name("Foxit Reader Cloud Plugin Windows Search Path Vulnerability");

  script_tag(name:"summary", value:"Foxit Reader Cloud Plugin is prone to windows search path 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 due to SYSTEMDRIVE folder,
  local users can gain privileges via a Trojan horse.");

  script_tag(name:"impact", value:"Successful exploitation will allow local
  attackers to gain privileges and execute malicious files.");

  script_tag(name:"affected", value:"Foxit Reader version 6.1 before version
  7.0.6.1126");

  script_tag(name:"solution", value:"Upgrade to Foxit Reader version
  7.1 or later.");

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

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

  script_xref(name:"URL", value:"http://www.securitytracker.com/id/1031879");
  script_xref(name:"URL", value:"http://www.foxitsoftware.com/support/security_bulletins.php#FRD-25");

  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_foxit_reader_detect_portable_win.nasl");
  script_mandatory_keys("foxit/reader/ver");

  exit(0);
}

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

if(!foxitVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(version_in_range(version:foxitVer, test_version:"6.1", test_version2:"7.0.6.1126"))
{
  report = 'Installed version: ' + foxitVer + '\n' +
           'Fixed version:     7.1'  + '\n';
  security_message(data:report);
  exit(0);
}

exit(99);

4.4 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

9.6 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

25.1%

Related for OPENVAS:1361412562310805364