Lucene search

K
openvasCopyright (C) 2009 Greenbone Networks GmbHOPENVAS:800619
HistoryMay 22, 2009 - 12:00 a.m.

McAfee GroupShield for Exchange X-Header Security Bypass Vulnerability

2009-05-2200:00:00
Copyright (C) 2009 Greenbone Networks GmbH
plugins.openvas.org
7

0.003 Low

EPSS

Percentile

68.6%

This host is installed McAfee GroupShield for Microsoft
Exchange and is prone to X-Header Security Bypass Vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_mcafee_groupshield_exchange_sec_bypass_vuln.nasl 8197 2017-12-20 12:50:38Z cfischer $
#
# McAfee GroupShield for Exchange X-Header Security Bypass Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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.
##############################################################################

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

tag_impact = "Successful exploits will let the attacker craft malicious
contents inside the X-Header and can bypass antivirus detection and launch
further attacks into the affected system.

Impact Level: System";

tag_affected = "McAfee GroupShield for Exchange version 6.0.616.102 and prior.";

tag_insight = "This flaw is due to failure in scanning X-Headers while sending
mail messages.";

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.";

tag_summary = "This host is installed McAfee GroupShield for Microsoft
Exchange and is prone to X-Header Security Bypass Vulnerability.";

if(description)
{
  script_id(800619);
  script_version("$Revision: 8197 $");
  script_tag(name:"last_modification", value:"$Date: 2017-12-20 13:50:38 +0100 (Wed, 20 Dec 2017) $");
  script_tag(name:"creation_date", value:"2009-05-22 10:20:17 +0200 (Fri, 22 May 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-1491");
  script_bugtraq_id(34949);
  script_name("McAfee GroupShield for Exchange X-Header Security Bypass Vulnerability");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/50354");
  script_xref(name : "URL" , value : "http://www.nmrc.org/~thegnome/blog/apr09");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("SMTP problems");
  script_dependencies("gb_mcafee_groupshield_detect.nasl");
  script_mandatory_keys("McAfee/GroupShield/Exchange/Installed");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"solution_type", value:"WillNotFix");
  exit(0);
}

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

infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE );
vers = infos['version'];
path = infos['location'];

# Grep for McAfee Groupshield for Exchange version 6.0.616.102
if( version_is_less_equal( version:vers, test_version:"6.0.616.102" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"None", install_path:path );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

0.003 Low

EPSS

Percentile

68.6%

Related for OPENVAS:800619