Lucene search
K

McAfee VirusScan Enterprise Security Bypass Vulnerability (Windows)

🗓️ 04 Mar 2013 00:00:00Reported by Copyright (C) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

McAfee VirusScan Enterprise Security Bypass Vulnerability, Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-3496
22 Aug 201210:00
cve
Cvelist
CVE-2010-3496
22 Aug 201210:00
cvelist
EUVD
EUVD-2010-3492
7 Oct 202500:30
euvd
Tenable Nessus
McAfee VirusScan Enterprise 8.5 / 8.7 hcp:// Security Bypass (SB10012)
30 Jan 201400:00
nessus
NVD
CVE-2010-3496
22 Aug 201210:42
nvd
OpenVAS
McAfee VirusScan Enterprise Security Bypass Vulnerability - Windows
4 Mar 201300:00
openvas
Prion
Remote code execution
22 Aug 201210:42
prion
RedhatCVE
CVE-2010-3496
22 May 202504:37
redhatcve
##############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_mcafee_vse_security_bypass_vuln_win.nasl 6074 2017-05-05 09:03:14Z teissa $
#
# McAfee VirusScan Enterprise Security Bypass Vulnerability (Windows)
#
# Authors:
# Arun Kallavi <[email protected]>
#
# Copyright:
# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_solution = "Apply patch from below link,
  http://go.microsoft.com/fwlink/?LinkId=194729

  *****
  NOTE: Ignore this warning, if above mentioned patch is applied.
  *****";

tag_impact = "Successful exploitation will allow attackers to execute arbitrary code
  via malware that is correctly detected by this product.
  Impact Level: System/Application";

tag_affected = "McAfee VirusScan Enterprise versions 8.5i and 8.7i";
tag_insight = "Does not properly interact with the processing of hcp:// URLs by the
  Microsoft Help and Support Center.";
tag_summary = "This host is installed with McAfee VirusScan Enterprise and is
  prone to security bypass vulnerability.";

if(description)
{
  script_id(803321);
  script_version("$Revision: 6074 $");
  script_cve_id("CVE-2010-3496");
  script_tag(name:"cvss_base", value:"6.4");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:P");
  script_tag(name:"last_modification", value:"$Date: 2017-05-05 11:03:14 +0200 (Fri, 05 May 2017) $");
  script_tag(name:"creation_date", value:"2013-03-04 10:50:36 +0530 (Mon, 04 Mar 2013)");
  script_name("McAfee VirusScan Enterprise Security Bypass Vulnerability (Windows)");

  script_xref(name : "URL" , value : "http://cxsecurity.com/cveshow/CVE-2010-3496");
  script_xref(name : "URL" , value : "https://kc.mcafee.com/corporate/index?page=content&id=SB10012");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2013 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_mcafee_virusscan_enterprise_detect_win.nasl");
  script_mandatory_keys("McAfee/VirusScan/Win/Ver");
  script_tag(name : "impact" , value : tag_impact);
  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:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

## Variable Initialization
version = "";

## Get version from KB
version = get_kb_item("McAfee/VirusScan/Win/Ver");
if(version)
{
  ## Check for McAfee VirusScan Enterprise versions 8.5i or 8.7i
  if(version == "8.5i"|| version == "8.7i")
  {
    security_message(0);
    exit(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

05 May 2017 00:00Current
6.7Medium risk
Vulners AI Score6.7
EPSS0.01472
23