Lucene search

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

Symantec Endpoint Protection Security Bypass Vulnerability (SYM17-011)

2017-11-0800:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
62

3.6 Low

CVSS2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

7.1 High

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

6.9 Medium

AI Score

Confidence

High

0.925 High

EPSS

Percentile

99.0%

Symantec Endpoint Protection is prone to a security bypass vulnerability.

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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.812070");
  script_version("2023-07-14T16:09:27+0000");
  script_cve_id("CVE-2017-6331");
  script_tag(name:"cvss_base", value:"3.6");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-09-16 13:15:00 +0000 (Wed, 16 Sep 2020)");
  script_tag(name:"creation_date", value:"2017-11-08 16:56:13 +0530 (Wed, 08 Nov 2017)");
  script_name("Symantec Endpoint Protection Security Bypass Vulnerability (SYM17-011)");

  script_tag(name:"summary", value:"Symantec Endpoint Protection 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:"insight", value:"The flaw exists due to unspecified error
  within the application.");

  script_tag(name:"impact", value:"Successful exploitation will allow an attacker
  to bypass certain security restrictions and gain access to possibly sensitive
  information.");

  script_tag(name:"affected", value:"Symantec Endpoint Protection 12.1.X and prior
  to SEP 14 RU1.");

  script_tag(name:"solution", value:"Upgrade to Symantec Endpoint Protection
  14 RU1 or later.");

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

  script_tag(name:"qod_type", value:"registry");
  script_xref(name:"URL", value:"https://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=&suid=20171106_00");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/101502");

  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2017 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(!infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE )) exit(0);
sepVer = infos['version'];
sepPath = infos['location'];

## Symantec Endpoint Protection 14.0.1 (14 RU1) is the next release after version 14 MP2
## 14 MP2 == 14.0.2415.0200 (https://symwisedownload.symantec.com//resources/sites/SYMWISE/content/live/DOCUMENTATION/10000/DOC10647/en_US/Release_Notes_SEP14.0.1_14.1.pdf?__gda__=1510269710_1109370072d2e4fd90dffcbaae4e2737)
if(version_in_range(version:sepVer, test_version:"12.1", test_version2:"14.0.2415.0200"))
{
  report = report_fixed_ver(installed_version:sepVer, vulnerable_range:"12.1 - 14.0.2415.0200", install_path:sepPath);
  security_message(data:report);
  exit(0);
}
exit(0);

3.6 Low

CVSS2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

7.1 High

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

6.9 Medium

AI Score

Confidence

High

0.925 High

EPSS

Percentile

99.0%