Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310807868
HistoryJul 14, 2016 - 12:00 a.m.

McAfee Email Gateway Multiple Vulnerabilities

2016-07-1400:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
13

9 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:S/C:C/I:C/A:C

6.5 Medium

AI Score

Confidence

Low

0.007 Low

EPSS

Percentile

80.3%

McAfee Email Gateway is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2016 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:email_gateway";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.807868");
  script_version("2023-07-20T05:05:17+0000");
  script_cve_id("CVE-2013-7103", "CVE-2013-7104", "CVE-2013-7092");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2023-07-20 05:05:17 +0000 (Thu, 20 Jul 2023)");
  script_tag(name:"creation_date", value:"2016-07-14 11:01:01 +0530 (Thu, 14 Jul 2016)");
  script_tag(name:"qod_type", value:"remote_banner");
  script_name("McAfee Email Gateway Multiple Vulnerabilities");

  script_tag(name:"summary", value:"McAfee Email Gateway 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 exist due to:

  - Insufficient validation of input via shell metacharacters in the value
    attribute in a 'TestFile XML', 'hostname', 'Command' and 'Script
    XML' element.

  - Insufficient validation of commands via the 'events_col', 'event_id',
    'reason', 'events_order', 'emailstatus_order', 'emailstatus_col' JSON keys");

  script_tag(name:"impact", value:"Successful exploitation will allow
  remote authenticated attackers to run arbitrary shell commands.");

  script_tag(name:"affected", value:"McAfee Email Gateway (MEG) versions 7.0,
  7.5 and 7.6");

  script_tag(name:"solution", value:"Apply the hotfix referenced in the advisory");

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

  script_xref(name:"URL", value:"https://www.us-cert.gov/ncas/bulletins/SB13-357");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64150");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("General");
  script_dependencies("gb_mcafee_email_gateway_version.nasl");
  script_mandatory_keys("mcafee_email_gateway/product_version", "mcafee_email_gateway/patches");
  exit(0);
}

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

if(!version = get_app_version(cpe:CPE)) exit(0);

product = get_kb_item("mcafee_email_gateway/product_name");
if(!product) product = 'McAfee Email Gateway';

if(! patches = get_kb_item("mcafee_email_gateway/patches")) exit(0);

if (version =~ "^7\.5\.")
{
  patch = "7.5h952384";
  fix = '7.5.2846.113';
}

##Fixed version information not available for MEG 7.0 and 7.6
##Covering only 7.5

if(patch >< patches) exit(99);

if(version_is_less(version:version, test_version:fix))
{
  report = product + ' (' + version + ') is missing the patch ' + patch + ' (' + fix + ').\n';
  security_message(port:0, data:report);
  exit(0);
}

9 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:S/C:C/I:C/A:C

6.5 Medium

AI Score

Confidence

Low

0.007 Low

EPSS

Percentile

80.3%

Related for OPENVAS:1361412562310807868