Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310805982
HistoryOct 09, 2015 - 12:00 a.m.

Symantec Endpoint Protection Multiple Vulnerabilities (Oct 2015)

2015-10-0900:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
35

6.5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6.5 Medium

AI Score

Confidence

Low

0.002 Low

EPSS

Percentile

53.5%

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.805982");
  script_version("2024-02-20T05:05:48+0000");
  script_cve_id("CVE-2014-9229", "CVE-2014-9228", "CVE-2014-9227");
  script_tag(name:"cvss_base", value:"6.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2024-02-20 05:05:48 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2015-10-09 11:10:42 +0530 (Fri, 09 Oct 2015)");
  script_name("Symantec Endpoint Protection Multiple Vulnerabilities (Oct 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 exist as,

  - An error in the 'sysplant.sys' in the Manager component.

  - An error in interface PHP scripts in the Manager component in Symantec Endpoint
    Protection.

  - Untrusted search path errors in the Manager component in Symantec Endpoint
    Protection.");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker
  to gain elevated privileges, execute arbitrary SQL commands, cause a denial of
  service condition.");

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

  script_tag(name:"solution", value:"Update to Symantec Endpoint Protection (SEP)
  version 12.1 RU6 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/1032616");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/75204");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/75202");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/75203");
  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.6168.5999"))
{
  report = 'Installed version: ' + sepVer + '\n' +
           'Fixed version:     ' + '12.1 RU6' + '\n';
  security_message(data:report);
  exit(0);
}

6.5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6.5 Medium

AI Score

Confidence

Low

0.002 Low

EPSS

Percentile

53.5%

Related for OPENVAS:1361412562310805982