Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803321
HistoryMar 04, 2013 - 12:00 a.m.

McAfee VirusScan Enterprise Security Bypass Vulnerability - Windows

2013-03-0400:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
6

6.7 Medium

AI Score

Confidence

Low

0.011 Low

EPSS

Percentile

84.5%

McAfee VirusScan Enterprise is prone to a security bypass 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.803321");
  script_version("2024-02-15T05:05:40+0000");
  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:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
  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_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("General");
  script_dependencies("gb_mcafee_virusscan_enterprise_detect_win.nasl");
  script_mandatory_keys("McAfee/VirusScan/Win/Ver");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary code
  via malware that is correctly detected by this product.");

  script_tag(name:"affected", value:"McAfee VirusScan Enterprise versions 8.5i and 8.7i");

  script_tag(name:"insight", value:"Does not properly interact with the processing of hcp:// URLs by the
  Microsoft Help and Support Center.");

  script_tag(name:"summary", value:"McAfee VirusScan Enterprise is prone to a security bypass vulnerability.");

  script_tag(name:"solution", value:"Apply the patch.");
  script_tag(name:"qod", value:"30");

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

  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_xref(name:"URL", value:"http://go.microsoft.com/fwlink/?LinkId=194729");

  exit(0);
}

CPE = "cpe:/a:mcafee:virusscan_enterprise";

include( "host_details.inc" );
include( "version_func.inc" );

if( ! infos = get_app_version_and_location( cpe: CPE, exit_no_version: TRUE ) ) exit( 0 );

version = infos["version"];
location = infos["location"];

if( version == "8.5i"|| version == "8.7i" ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "Apply the patch", install_path: location );
  security_message( port: 0, data: report );
  exit(0);
}

exit( 99 );

6.7 Medium

AI Score

Confidence

Low

0.011 Low

EPSS

Percentile

84.5%

Related for OPENVAS:1361412562310803321