Lucene search
K

Symantec Endpoint Protection Scan Bypass Vulnerability

🗓️ 26 Feb 2010 00:00:00Reported by Copyright (C) 2010 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 57 Views

Symantec Endpoint Protection Scan Bypass Vulnerability. Successful exploitation will let attacker to pass sufficient specific events to the application to bypass an on-demand scan. The host is installed with Symantec Endpoint Protection and is possible to bypass security scan

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-0106
19 Feb 201017:00
cve
Cvelist
CVE-2010-0106
19 Feb 201017:00
cvelist
EUVD
EUVD-2010-0138
7 Oct 202500:30
euvd
NVD
CVE-2010-0106
19 Feb 201017:30
nvd
OpenVAS
Symantec Endpoint Protection 11.x Scan Bypass Vulnerability
26 Feb 201000:00
openvas
Prion
Design/Logic Flaw
19 Feb 201017:30
prion
Tenable Nessus
Symantec AntiVirus Multiple Vulnerabilities (SYM10-002 / SYM10-003 / SYM10-004)
18 Sep 201300:00
nessus
Symantec
Symantec Event Manipulation Potential Scan Bypass
17 Feb 201008:00
symantec
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_symantec_epoint_prtn_sec_bypass_vuln.nasl 5401 2017-02-23 09:46:07Z teissa $
#
# Symantec Endpoint Protection Scan Bypass Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation will let attacker to pass sufficient specific events
to the application to bypass an on-demand scan.

  Impact level: Application/System";

tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.

A Workaround is to Enable Tamper Protection.";

tag_affected = "Symantec Endpoint Protection 11.x";
tag_insight = "Issue is caused by an unspecified error in the 'on-demand' scanning feature
when another entity denies read access to the AntiVirus while the Tamper
protection is disabled.";
tag_summary = "The host is installed with Symantec Endpoint Protection and is
possible to bypass security scan.";

if(description)
{
  script_id(902124);
  script_version("$Revision: 5401 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-02-26 10:13:54 +0100 (Fri, 26 Feb 2010)");
  script_tag(name:"cvss_base", value:"1.9");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:N/I:N/A:P");
  script_cve_id("CVE-2010-0106");
  script_bugtraq_id(38219);
  script_name("Symantec Endpoint Protection Scan Bypass Vulnerability");


  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 SecPod");
  script_family("General");
  script_dependencies("secpod_symantec_prdts_detect.nasl");
  script_require_keys("Symantec/Endpoint/Protection");
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name:"solution_type", value:"WillNotFix");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/38653");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/0410");
  script_xref(name : "URL" , value : "http://www.symantec.com/business/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=2010&suid=20100217_00");
  exit(0);
}


include("version_func.inc");

sepVer = get_kb_item("Symantec/Endpoint/Protection");
if(!isnull(sepVer) && (sepVer=~ "^11.*")){
  security_message(0);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation