Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804250
HistoryMar 20, 2014 - 12:00 a.m.

McAfee Vulnerability Manager Multiple Vulnerabilities

2014-03-2000:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
9

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6.5 Medium

AI Score

Confidence

Low

0.004 Low

EPSS

Percentile

74.4%

McAfee Vulnerability Manager is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2014 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:mcafee:vulnerability_manager";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804250");
  script_version("2023-07-26T05:05:09+0000");
  script_cve_id("CVE-2014-1472", "CVE-2014-1473", "CVE-2013-5094");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-07-26 05:05:09 +0000 (Wed, 26 Jul 2023)");
  script_tag(name:"creation_date", value:"2014-03-20 14:52:54 +0530 (Thu, 20 Mar 2014)");
  script_name("McAfee Vulnerability Manager Multiple Vulnerabilities");

  script_tag(name:"summary", value:"McAfee Vulnerability Manager is prone to multiple vulnerabilities.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"Multiple flaws are due to:

  - Improper validation of user supplied input passed to 'cert_cn' parameter.

  - Other multiple flaws are caused by improper validation of user-supplied
  input.");
  script_tag(name:"impact", value:"Successful exploitation will allow a local attacker to steal the victim's
cookie-based authentication credentials.");
  script_tag(name:"affected", value:"McAfee Vulnerability Manager 7.5.5 and earlier.");
  script_tag(name:"solution", value:"Vendor has released a patch to fix this issue, please the references for more info.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"http://secunia.com/advisories/56394");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/58401");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64795");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/90244");
  script_xref(name:"URL", value:"http://asheesh2000.blogspot.in/2013/08/mcafee-vulnerability-manager-75-cross.html");
  script_xref(name:"URL", value:"https://kc.mcafee.com/corporate/index?page=content&id=SB10061");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("General");
  script_dependencies("gb_mcafee_vulnerability_manager_detect.nasl");
  script_mandatory_keys("McAfee/Vulnerability/Manager");
  exit(0);
}

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

if(!mVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(version_in_range(version:mVer, test_version:"7.5.5", test_version2:"7.5.5.05001") ||
   version_in_range(version:mVer, test_version:"7.5.4", test_version2:"7.5.4.05006") ||
   version_in_range(version:mVer, test_version:"7.0.11", test_version2:"7.0.11.05001"))
{
  security_message( port: 0, data: "The target host was found to be vulnerable" );
  exit(0);
}

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6.5 Medium

AI Score

Confidence

Low

0.004 Low

EPSS

Percentile

74.4%

Related for OPENVAS:1361412562310804250