Lucene search

K
openvasCopyright (C) 2017 Greenbone Networks GmbHOPENVAS:1361412562310811671
HistorySep 13, 2017 - 12:00 a.m.

Microsoft Windows Multiple Vulnerabilities (KB4038788)

2017-09-1300:00:00
Copyright (C) 2017 Greenbone Networks GmbH
plugins.openvas.org
26

0.97 High

EPSS

Percentile

99.7%

This host is missing a critical security
update according to Microsoft KB4038788

###############################################################################
# OpenVAS Vulnerability Test
#
# Microsoft Windows Multiple Vulnerabilities (KB4038788)
#
# Authors:
# Kashinath T <[email protected]>
#
# Copyright:
# Copyright (C) 2017 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.
###############################################################################

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811671");
  script_version("2020-06-04T12:11:49+0000");
  script_cve_id("CVE-2017-8649", "CVE-2017-8660", "CVE-2017-8675", "CVE-2017-8737",
                "CVE-2017-8739", "CVE-2017-8740", "CVE-2017-8741", "CVE-2017-0161",
                "CVE-2017-11764", "CVE-2017-8719", "CVE-2017-8720", "CVE-2017-8723",
                "CVE-2017-8724", "CVE-2017-8728", "CVE-2017-8729", "CVE-2017-11766",
                "CVE-2017-8597", "CVE-2017-8628", "CVE-2017-8643", "CVE-2017-8648",
                "CVE-2017-8733", "CVE-2017-8734", "CVE-2017-8735", "CVE-2017-8736",
                "CVE-2017-8676", "CVE-2017-8677", "CVE-2017-8746", "CVE-2017-8747",
                "CVE-2017-8748", "CVE-2017-8678", "CVE-2017-8679", "CVE-2017-8749",
                "CVE-2017-8750", "CVE-2017-8751", "CVE-2017-8752", "CVE-2017-8753",
                "CVE-2017-8754", "CVE-2017-8681", "CVE-2017-8682", "CVE-2017-8755",
                "CVE-2017-8756", "CVE-2017-8757", "CVE-2017-8759", "CVE-2017-8683",
                "CVE-2017-8687", "CVE-2017-8688", "CVE-2017-8692", "CVE-2017-8695",
                "CVE-2017-8699", "CVE-2017-8706", "CVE-2017-8707", "CVE-2017-8708",
                "CVE-2017-8709", "CVE-2017-8712", "CVE-2017-8713", "CVE-2017-8716");
  script_bugtraq_id(100754, 100757, 100752, 100749, 100761, 100763, 100764, 100728,
                    100726, 100768, 100777, 100739, 100733, 100729, 100745, 100744,
                    100747, 100750, 100737, 100738, 100740, 100743, 100755, 100767,
                    100760, 100765, 100766, 100769, 100720, 100770, 100771, 100775,
                    100776, 100779, 100727, 100772, 100778, 100718, 100721, 100742,
                    100781, 100736, 100756, 100762, 100773, 100783, 100789, 100790,
                    100791, 100792, 100795, 100796);
  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_tag(name:"last_modification", value:"2020-06-04 12:11:49 +0000 (Thu, 04 Jun 2020)");
  script_tag(name:"creation_date", value:"2017-09-13 09:31:28 +0530 (Wed, 13 Sep 2017)");
  script_name("Microsoft Windows Multiple Vulnerabilities (KB4038788)");

  script_tag(name:"summary", value:"This host is missing a critical security
  update according to Microsoft KB4038788");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"This security update includes improvements and
  fixes that resolves,

  - Internet Explorer 11's navigation bar with search box.

  - Internet Explorer where undo is broken if character conversion is canceled
    using IME.

  - Internet Explorer where graphics render incorrectly.

  - Internet Explorer where the Delete key functioned improperly.

  - NPS server where EAP TLS authentication was broken.

  - Security updates to Microsoft Graphics Component, Windows kernel-mode drivers,
    Windows shell, Microsoft Uniscribe, Microsoft Windows PDF Library, Windows TPM,
    Windows Hyper-V, Windows kernel, Windows DHCP Server, and Internet Explorer.");

  script_tag(name:"impact", value:"Successful exploitation will allow an attacker
  to gain access to get information on the Hyper-V host operating system, could
  retrieve the base address of the kernel driver from a compromised process, could
  obtain information to further compromise the users system.");

  script_tag(name:"affected", value:"Microsoft Windows 10 Version 1703 x32/x64.");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"executable_version");
  script_xref(name:"URL", value:"https://support.microsoft.com/en-us/help/4038788");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone Networks GmbH");
  script_family("Windows : Microsoft Bulletins");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");
  exit(0);
}


include("smb_nt.inc");
include("secpod_reg.inc");
include("version_func.inc");
include("secpod_smb_func.inc");

if(hotfix_check_sp(win10:1, win10x64:1) <= 0){
  exit(0);
}

sysPath = smb_get_system32root();
if(!sysPath ){
  exit(0);
}

edgeVer = fetch_file_version(sysPath:sysPath, file_name:"edgehtml.dll");
if(!edgeVer){
  exit(0);
}

if(version_in_range(version:edgeVer, test_version:"11.0.15063.0", test_version2:"11.0.15063.607"))
{
  report = 'File checked:     ' + sysPath + "\Edgehtml.dll" + '\n' +
           'File version:     ' + edgeVer  + '\n' +
           'Vulnerable range: 11.0.15063.0 - 11.0.15063.607\n' ;
  security_message(data:report);
  exit(0);
}
exit(0);