Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310806571
HistoryNov 16, 2015 - 12:00 a.m.

Symantec Endpoint Protection Multiple Vulnerabilities (Nov 2015)

2015-11-1600:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
22

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.5 Medium

AI Score

Confidence

Low

0.005 Low

EPSS

Percentile

77.6%

Symantec Endpoint Protection is prone to multiple vulnerabilities.

# 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:symantec:endpoint_protection";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.806571");
  script_version("2024-02-20T05:05:48+0000");
  script_cve_id("CVE-2015-8113", "CVE-2015-6555", "CVE-2015-6554");
  script_tag(name:"cvss_base", value:"8.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-20 05:05:48 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2015-11-16 12:41:11 +0530 (Mon, 16 Nov 2015)");
  script_name("Symantec Endpoint Protection Multiple Vulnerabilities (Nov 2015)");

  script_tag(name:"summary", value:"Symantec Endpoint Protection is prone to multiple vulnerabilities.");

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

  script_tag(name:"insight", value:"Multiple flaws are due to:

  - An untrusted search path flaw.

  - Multiple unspecified flaws in the management console.");

  script_tag(name:"impact", value:"Successful exploitation will allow local
  attacker to gain privileges, and an unauthenticated, remote attacker to do
  OS command execution, Java code execution with elevated application privileges.");

  script_tag(name:"affected", value:"Symantec Endpoint Protection (SEP) before
  version 12.1-RU6-MP3");

  script_tag(name:"solution", value:"Update to Symantec Endpoint Protection (SEP)
  version 12.1-RU6-MP3 or later.");

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

  script_xref(name:"URL", value:"https://www.tenable.com/plugins/index.php?view=single&id=86873");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77494");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77495");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77585");
  script_xref(name:"URL", value:"https://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=&suid=20151109_00");

  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_dependencies("secpod_symantec_prdts_detect.nasl");
  script_mandatory_keys("Symantec/Endpoint/Protection");
  exit(0);
}

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

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

sepType = get_kb_item("Symantec/SEP/SmallBusiness");

## https://en.wikipedia.org/wiki/Symantec_Endpoint_Protection#Version_history
if(isnull(sepType) &&
   version_in_range(version:sepVer, test_version:"12.1", test_version2:"12.1.6465.6200"))

{
  report = 'Installed version: ' + sepVer + '\n' +
           'Fixed version:     ' + '12.1 RU6 MP3' + '\n';
  security_message(data:report);
  exit(0);
}

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.5 Medium

AI Score

Confidence

Low

0.005 Low

EPSS

Percentile

77.6%

Related for OPENVAS:1361412562310806571