Lucene search
+L

McAfee Web Gateway Multiple Vulnerabilities (SB10205)

🗓️ 28 Jul 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 66 Views

McAfee Web Gateway Multiple Vulnerabilities (SB10205) impact remote code executio

Related
Refs
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Proventia Network Active Bypass is affected by glibc vulnerability (CVE-2017-1000366)
16 Jun 201822:05
ibm
ibm
IBM Security Bulletins
Security Bulletin: A vulnerability in OpenSource GNU Glibc affect IBM Netezza Host Management
18 Oct 201903:10
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Network Protection is affected by a vulnerability in glibc
16 Jun 201822:01
ibm
ibm
IBM Security Bulletins
IBM Security Network Protection / IBM QRadar Network Security / XGS Technote Index
31 Jan 202100:10
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in sudo, glibc affect IBM SmartCloud Entry (CVE-2017-1000368 CVE-2017-1000366)
19 Jul 202000:49
ibm
ibm
IBM Security Bulletins
Security Bulletin: A vulnerability in glibc affects PowerKVM
18 Jun 201801:36
ibm
ibm
IBM Security Bulletins
Security Bulletin: Open Source GNU glibc Vulnerabilities which is used by IBM OS Images for RedHat Linux in IBM PureApplication Systems (CVE-2017-1000366)
15 Jun 201807:08
ibm
ibm
IBM Security Bulletins
Security Bulletin: A vulnerability in glibc affects IBM Flex System Manager (FSM) (CVE-2017-1000366)
18 Jun 201801:38
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple security vulnerabilities have been fixed in products bundled with IBM Security Directory Suite 8.0.1
16 Jun 201822:04
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Dynamic System Analysis (DSA) Preboot is affected by vulnerabilities in cURL, DHCP and GNU C Library
7 Dec 202322:31
ibm
Rows per page
# SPDX-FileCopyrightText: 2017 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:web_gateway";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811258");
  script_version("2024-03-01T14:37:10+0000");
  script_cve_id("CVE-2012-6706", "CVE-2017-1000364", "CVE-2017-1000366",
                "CVE-2017-1000368");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-03-01 14:37:10 +0000 (Fri, 01 Mar 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-10-21 10:29:00 +0000 (Sun, 21 Oct 2018)");
  script_tag(name:"creation_date", value:"2017-07-28 12:24:03 +0530 (Fri, 28 Jul 2017)");
  script_name("McAfee Web Gateway Multiple Vulnerabilities (SB10205)");

  script_tag(name:"summary", value:"McAfee Web 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 are due to:

  - An integer overflow error in 'DataSize+CurChannel' which results in a negative
    value of the 'DestPos' variable allowing to write out of bounds when setting
    Mem[DestPos].

  - An error in the size of the stack guard page on Linux, specifically a 4k stack
    guard page which is not sufficiently large and can be 'jumped' over (the stack
    guard page is bypassed).

  - An error in the glibc which allows specially crafted 'LD_LIBRARY_PATH' values
    to manipulate the heap/stack, causing them to alias.

  - An input validation (embedded newlines) error in the 'get_process_ttyname'
    function.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to execute an arbitrary code and gain privileged access to affected
  system.");

  script_tag(name:"affected", value:"McAfee Web Gateway before 7.6.2.15 and
  7.7.x before 7.7.2.3");

  script_tag(name:"solution", value:"Upgrade to McAfee Web Gateway version
  7.6.2.15 or 7.7.2.3 or later.");

  script_xref(name:"URL", value:"https://kc.mcafee.com/corporate/index?page=content&id=SB10205");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/98838");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99127");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99130");

  script_tag(name:"qod_type", value:"remote_banner");

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

  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_dependencies("gb_mcafee_web_gateway_detect.nasl");
  script_mandatory_keys("McAfee/Web/Gateway/installed");
  exit(0);
}

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

if(!port = get_app_port(cpe:CPE))
  exit(0);

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

if(version_is_less(version:version, test_version:"7.6.2.15")) {
  fix = "7.6.2.15";
}

if(version =~ "^7\.7" && version_is_less(version:version, test_version:"7.7.2.3")) {
  fix = "7.7.2.3";
}

if(fix) {
  report = report_fixed_ver( installed_version:version, fixed_version:fix);
  security_message( data:report, port:port);
  exit(0);
}

exit(99);

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