Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803882
HistoryAug 29, 2013 - 12:00 a.m.

Symantec Endpoint Protection Manager (SEPM) Buffer Overflow Vulnerability

2013-08-2900:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
20

CVSS2

7.9

Attack Vector

ADJACENT_NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.8

Confidence

Low

EPSS

0.172

Percentile

96.2%

Symantec Endpoint Protection Manager is prone to a buffer overflow vulnerability.

# SPDX-FileCopyrightText: 2013 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.803882");
  script_version("2023-07-27T05:05:08+0000");
  script_cve_id("CVE-2013-1612");
  script_tag(name:"cvss_base", value:"7.9");
  script_tag(name:"cvss_base_vector", value:"AV:A/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2013-08-29 12:35:52 +0530 (Thu, 29 Aug 2013)");
  script_name("Symantec Endpoint Protection Manager (SEPM) Buffer Overflow Vulnerability");
  script_tag(name:"summary", value:"Symantec Endpoint Protection Manager is prone to a buffer overflow vulnerability.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"solution", value:"Upgrade to version 12.1.3 or later.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"insight", value:"Flaw is due to a boundary error within secars.dll.");
  script_tag(name:"affected", value:"Symantec Endpoint Protection Manager (SEPM) version 12.1.x before 12.1.3");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to cause a buffer overflow via
the web based management console.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/53864");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/60542");
  script_xref(name:"URL", value:"http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&suid=20130618_00");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_family("Buffer overflow");
  script_dependencies("secpod_symantec_prdts_detect.nasl");
  script_mandatory_keys("Symantec/Endpoint/Protection");
  script_exclude_keys("Symantec/SEP/SmallBusiness");
  exit(0);
}


include("version_func.inc");

sepVer = get_kb_item("Symantec/Endpoint/Protection");
if(!sepVer){
 exit(0);
}

if(sepVer && sepVer =~ "^12\.1")
{
  if(version_is_less(version:sepVer, test_version:"12.1.3"))
  {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

CVSS2

7.9

Attack Vector

ADJACENT_NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.8

Confidence

Low

EPSS

0.172

Percentile

96.2%