Vulnerabilities > CVE-2017-8603 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Microsoft Edge

047910
CVSS 7.6 - HIGH
Attack vector
NETWORK
Attack complexity
HIGH
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
high complexity
microsoft
CWE-119
nessus

Summary

Microsoft Edge in Microsoft Windows 10 1511, 1607, and 1703, and Windows Server 2016 allow an attacker to execute arbitrary code in the context of the current user when the JavaScript engine fails to render when handling objects in memory in Microsoft Edge, aka "Scripting Engine Memory Corruption Vulnerability". This CVE ID is unique from CVE-2017-8596, CVE-2017-8610, CVE-2017-8598, CVE-2017-8618, CVE-2017-8619, CVE-2017-8595, CVE-2017-8601, CVE-2017-8604, CVE-2017-8605, CVE-2017-8606, CVE-2017-8607, CVE-2017-8608, and CVE-2017-8609.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
  • Client-side Injection-induced Buffer Overflow
    This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
  • Filter Failure through Buffer Overflow
    In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion
    An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

Nessus

  • NASL familyWindows : Microsoft Bulletins
    NASL idSMB_NT_MS17_JUL_4025344.NASL
    descriptionThe remote Windows 10 version 1511 host is missing security update KB4025344. It is, therefore, affected by multiple vulnerabilities : - An information disclosure vulnerability exists in the Windows Performance Monitor Console due to improper parsing of XML input that contains a reference to an external entity. An unauthenticated, remote attacker can exploit this, by convincing a user to create a Data Collector Set and import a specially crafted XML file, to disclose arbitrary files via an XML external entity (XXE) declaration. (CVE-2017-0170) - A remote code execution vulnerability exists in Windows Explorer due to improper handling of executable files and shares during rename operations. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to execute arbitrary code in the context of the current user. (CVE-2017-8463) - Multiple elevation of privilege vulnerabilities exist in the Microsoft Graphics component due to improper handling of objects in memory. A local attacker can exploit these, via a specially crafted application, to run arbitrary code in kernel mode. (CVE-2017-8467, CVE-2017-8556, CVE-2017-8573, CVE-2017-8577, CVE-2017-8578, CVE-2017-8580) - An information disclosure vulnerability exists in Win32k due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to disclose sensitive information. (CVE-2017-8486) - A security bypass vulnerability exists in Microsoft Windows when handling Kerberos ticket exchanges due to a failure to prevent tampering with the SNAME field. A man-in-the-middle attacker can exploit this to bypass the Extended Protection for Authentication security feature. (CVE-2017-8495) - An information disclosure vulnerability exists in the Windows System Information Console due to improper parsing of XML input that contains a reference to an external entity. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to disclose arbitrary files via an XML external entity (XXE) declaration. (CVE-2017-8557) - An elevation of privilege vulnerability exists in the Windows kernel due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to execute arbitrary code with elevated permissions. (CVE-2017-8561) - An elevation of privilege vulnerability exists in Windows due to improper handling of calls to Advanced Local Procedure Call (ALPC). An authenticated, remote attacker can exploit this via a specially crafted application, to run processes in an elevated context. (CVE-2017-8562) - An elevation of privilege vulnerability exists in Windows due to Kerberos falling back to NT LAN Manager (NTLM) Authentication Protocol as the default authentication protocol. An authenticated, remote attacker can exploit this, via an application that sends specially crafted traffic to a domain controller, to run processes in an elevated context. (CVE-2017-8563) - An information disclosure vulnerability exists in the Windows kernel due to improper initialization of objects in memory. An authenticated, remote attacker can exploit this, via a specially crafted application, to bypass Kernel Address Space Layout Randomization (KASLR) and disclose the base address of the kernel driver. (CVE-2017-8564) - A remote code execution vulnerability exists in PowerShell when handling a PSObject that wraps a CIM instance. An authenticated, remote attacker can exploit this, via a specially crafted script, to execute arbitrary code in a PowerShell remote session. (CVE-2017-8565) - An elevation of privilege vulnerability exists in Windows due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to run arbitrary code in kernel mode. (CVE-2017-8581) - An information disclosure vulnerability exists in the HTTP.sys server application component due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to disclose sensitive information. (CVE-2017-8582) - A denial of service vulnerability exists in the Microsoft Common Runtime Library component due to improper handling of web requests. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to cause a denial of service condition in a .NET application. (CVE-2017-8585) - A denial of service vulnerability exists in Windows Explorer that is triggered when Explorer attempts to open a non-existent file. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to cause a user
    last seen2020-06-01
    modified2020-06-02
    plugin id101369
    published2017-07-11
    reporterThis script is Copyright (C) 2017-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/101369
    titleKB4025344: Windows 10 Version 1511 July 2017 Cumulative Update
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(101369);
      script_version("1.10");
      script_cvs_date("Date: 2018/09/13 14:38:31");
    
      script_cve_id(
        "CVE-2017-0170",
        "CVE-2017-8463",
        "CVE-2017-8467",
        "CVE-2017-8486",
        "CVE-2017-8495",
        "CVE-2017-8556",
        "CVE-2017-8557",
        "CVE-2017-8561",
        "CVE-2017-8562",
        "CVE-2017-8563",
        "CVE-2017-8564",
        "CVE-2017-8565",
        "CVE-2017-8573",
        "CVE-2017-8577",
        "CVE-2017-8578",
        "CVE-2017-8580",
        "CVE-2017-8581",
        "CVE-2017-8582",
        "CVE-2017-8585",
        "CVE-2017-8587",
        "CVE-2017-8588",
        "CVE-2017-8589",
        "CVE-2017-8590",
        "CVE-2017-8592",
        "CVE-2017-8595",
        "CVE-2017-8598",
        "CVE-2017-8599",
        "CVE-2017-8601",
        "CVE-2017-8602",
        "CVE-2017-8603",
        "CVE-2017-8604",
        "CVE-2017-8605",
        "CVE-2017-8606",
        "CVE-2017-8607",
        "CVE-2017-8608",
        "CVE-2017-8609",
        "CVE-2017-8611",
        "CVE-2017-8618",
        "CVE-2017-8619"
      );
      script_bugtraq_id(
        99439,
        99432,
        99431,
        99429,
        99428,
        99427,
        99426,
        99425,
        99424,
        99423,
        99421,
        99420,
        99419,
        99418,
        99417,
        99416,
        99414,
        99413,
        99412,
        99410,
        99409,
        99408,
        99407,
        99406,
        99403,
        99402,
        99400,
        99399,
        99398,
        99397,
        99396,
        99394,
        99393,
        99392,
        99391,
        99390,
        99389,
        99388,
        99387
      );
      script_xref(name:"MSKB", value:"4025344");
      script_xref(name:"MSFT", value:"MS17-4025344");
    
      script_name(english:"KB4025344: Windows 10 Version 1511 July 2017 Cumulative Update");
      script_summary(english:"Checks for rollup.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote Windows host is affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The remote Windows 10 version 1511 host is missing security update
    KB4025344. It is, therefore, affected by multiple vulnerabilities :
    
      - An information disclosure vulnerability exists in the
        Windows Performance Monitor Console due to improper
        parsing of XML input that contains a reference to an
        external entity. An unauthenticated, remote attacker
        can exploit this, by convincing a user to create a
        Data Collector Set and import a specially crafted XML
        file, to disclose arbitrary files via an XML external
        entity (XXE) declaration. (CVE-2017-0170)
    
      - A remote code execution vulnerability exists in Windows
        Explorer due to improper handling of executable files
        and shares during rename operations. An unauthenticated,
        remote attacker can exploit this, by convincing a user
        to open a specially crafted file, to execute arbitrary
        code in the context of the current user. (CVE-2017-8463)
    
      - Multiple elevation of privilege vulnerabilities exist in
        the Microsoft Graphics component due to improper
        handling of objects in memory. A local attacker can
        exploit these, via a specially crafted application, to
        run arbitrary code in kernel mode. (CVE-2017-8467,
        CVE-2017-8556, CVE-2017-8573, CVE-2017-8577,
        CVE-2017-8578, CVE-2017-8580)
    
      - An information disclosure vulnerability exists in Win32k
        due to improper handling of objects in memory. A local
        attacker can exploit this, via a specially crafted
        application, to disclose sensitive information.
        (CVE-2017-8486)
    
      - A security bypass vulnerability exists in Microsoft
        Windows when handling Kerberos ticket exchanges due to a
        failure to prevent tampering with the SNAME field. A
        man-in-the-middle attacker can exploit this to bypass
        the Extended Protection for Authentication security
        feature. (CVE-2017-8495)
    
      - An information disclosure vulnerability exists in the
        Windows System Information Console due to improper
        parsing of XML input that contains a reference to an
        external entity. An unauthenticated, remote attacker
        can exploit this, by convincing a user to open a
        specially crafted file, to disclose arbitrary files via
        an XML external entity (XXE) declaration.
        (CVE-2017-8557)
    
      - An elevation of privilege vulnerability exists in the
        Windows kernel due to improper handling of objects in
        memory. A local attacker can exploit this, via a
        specially crafted application, to execute arbitrary code
        with elevated permissions. (CVE-2017-8561)
    
      - An elevation of privilege vulnerability exists in
        Windows due to improper handling of calls to Advanced
        Local Procedure Call (ALPC). An authenticated, remote
        attacker can exploit this via a specially crafted
        application, to run processes in an elevated context.
        (CVE-2017-8562)
    
      - An elevation of privilege vulnerability exists in
        Windows due to Kerberos falling back to NT LAN Manager
        (NTLM) Authentication Protocol as the default
        authentication protocol. An authenticated, remote
        attacker can exploit this, via an application that
        sends specially crafted traffic to a domain controller,
        to run processes in an elevated context. (CVE-2017-8563)
    
      - An information disclosure vulnerability exists in the
        Windows kernel due to improper initialization of objects
        in memory. An authenticated, remote attacker can exploit
        this, via a specially crafted application, to bypass
        Kernel Address Space Layout Randomization (KASLR) and
        disclose the base address of the kernel driver.
        (CVE-2017-8564)
    
      - A remote code execution vulnerability exists in
        PowerShell when handling a PSObject that wraps a CIM
        instance. An authenticated, remote attacker can exploit
        this, via a specially crafted script, to execute
        arbitrary code in a PowerShell remote session.
        (CVE-2017-8565)
    
      - An elevation of privilege vulnerability exists in
        Windows due to improper handling of objects in memory. A
        local attacker can exploit this, via a specially crafted
        application, to run arbitrary code in kernel mode.
        (CVE-2017-8581)
    
      - An information disclosure vulnerability exists in the
        HTTP.sys server application component due to improper
        handling of objects in memory. An unauthenticated,
        remote attacker can exploit this, via a specially
        crafted request, to disclose sensitive information.
        (CVE-2017-8582)
    
      - A denial of service vulnerability exists in the
        Microsoft Common Runtime Library component due to
        improper handling of web requests. An unauthenticated,
        remote attacker can exploit this, via a specially
        crafted request, to cause a denial of service condition
        in a .NET application. (CVE-2017-8585)
    
      - A denial of service vulnerability exists in Windows
        Explorer that is triggered when Explorer attempts to
        open a non-existent file. An unauthenticated, remote
        attacker can exploit this, by convincing a user to visit
        a specially crafted website, to cause a user's system to
        stop responding. (CVE-2017-8587)
    
      - A remote code execution vulnerability exists in WordPad
        due to improper parsing of specially crafted files. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to open a specially crafted file, to
        execute arbitrary code in the context of the current
        user. (CVE-2017-8588)
    
      - A remote code execution vulnerability exists in the
        Windows Search component due to improper handling of
        objects in memory. An unauthenticated, remote attacker
        can exploit this, by sending specially crafted messages
        to the Windows Search service, to elevate privileges and
        execute arbitrary code. (CVE-2017-8589)
    
      - An elevation of privilege vulnerability exists in the
        Windows Common Log File System (CLFS) driver due to
        improper handling of objects in memory. A local attacker
        can exploit this, via a specially crafted application,
        to run processes in an elevated context. (CVE-2017-8590)
    
      - A security bypass vulnerability exists in Microsoft
        browsers due to improper handling of redirect requests.
        An unauthenticated, remote attacker can exploit this, by
        convincing a user to visit a specially crafted website,
        to bypass CORS redirect restrictions. (CVE-2017-8592)
    
      - Multiple remote code execution vulnerability exist in
        Microsoft Edge in the scripting engine due to improper
        handling of objects in memory. An unauthenticated,
        remote attacker can exploit these, by convincing a user
        to visit a specially crafted website, to execute
        arbitrary code in the context of the current user.
        (CVE-2017-8595, CVE-2017-8598, CVE-2017-8603,
        CVE-2017-8604, CVE-2017-8605, CVE-2017-8619)
    
      - A security bypass vulnerability exists in Microsoft Edge
        due to a failure to correctly apply the same-origin
        policy for HTML elements present in other browser
        windows. An unauthenticated, remote attacker can exploit
        this, by convincing a user to follow a link, to cause
        the user to load a malicious website. (CVE-2017-8599)
    
      - A remote code execution vulnerability exists in
        Microsoft Edge in the Chakra JavaScript engine due to
        improper handling of objects in memory. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to visit a specially crafted website,
        to execute arbitrary code in the context of the current
        user. (CVE-2017-8601)
    
      - A spoofing vulnerability exists in Microsoft browsers
        due to improper parsing of HTTP content. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to click a specially crafted URL, to
        redirect the user to a malicious website.
        (CVE-2017-8602)
    
      - Multiple remote code execution vulnerabilities exist in
        Microsoft browsers in the JavaScript engines due to
        improper handling of objects in memory. An
        unauthenticated, remote attacker can exploit these, by
        convincing a user to visit a specially crafted website,
        to execute arbitrary code in the context of the current
        user. (CVE-2017-8606, CVE-2017-8607, CVE-2017-8608)
    
      - A remote code execution vulnerability exists in
        Microsoft browsers in the scripting engine due to
        improper handling of objects in memory. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to visit a specially crafted website,
        to execute arbitrary code in the context of the current
        user. (CVE-2017-8609)
    
      - A spoofing vulnerability exists in Microsoft Edge due to
        improper parsing of HTTP content. An unauthenticated,
        remote attacker can exploit this, by convincing a user
        to click a specially crafted URL, to redirect the user
        to a malicious website. (CVE-2017-8611)
    
      - A remote code execution vulnerability exists in Internet
        Explorer in the VBScript engine due to improper handling
        of objects in memory. An unauthenticated, remote
        attacker can exploit this, by convincing a user to visit
        a specially crafted website, to execute arbitrary code
        in the context of the current user. (CVE-2017-8618)");
      # https://support.microsoft.com/en-us/help/4025344/windows-10-update-kb4025344
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?e69fa96a");
      script_set_attribute(attribute:"solution", value:
    "Apply security update KB4025344.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2017/07/11");
      script_set_attribute(attribute:"patch_publication_date", value:"2017/07/11");
      script_set_attribute(attribute:"plugin_publication_date", value:"2017/07/11");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:microsoft:windows");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows : Microsoft Bulletins");
    
      script_copyright(english:"This script is Copyright (C) 2017-2018 Tenable Network Security, Inc.");
    
      script_dependencies("smb_hotfixes.nasl", "ms_bulletin_checks_possible.nasl", "smb_check_rollup.nasl");
      script_require_keys("SMB/MS_Bulletin_Checks/Possible");
      script_require_ports(139, 445, 'Host/patch_management_checks');
    
      exit(0);
    }
    
    include("audit.inc");
    include("smb_hotfixes_fcheck.inc");
    include("smb_hotfixes.inc");
    include("smb_func.inc");
    include("smb_reg_query.inc");
    include("misc_func.inc");
    
    get_kb_item_or_exit('SMB/MS_Bulletin_Checks/Possible');
    
    bulletin = 'MS17-07';
    kb = make_list(
      '4025344' # 10 1151
    );
    
    if (get_kb_item('Host/patch_management_checks')) hotfix_check_3rd_party(bulletin:bulletin, kbs:kb, severity:SECURITY_HOLE);
    
    get_kb_item_or_exit("SMB/Registry/Enumerated");
    get_kb_item_or_exit('SMB/WindowsVersion', exit_code:1);
    
    if (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);
    
    productname = get_kb_item_or_exit("SMB/ProductName", exit_code:1);
    if ("2016" >< productname) audit(AUDIT_OS_SP_NOT_VULN);
    
    share = hotfix_get_systemdrive(exit_on_fail:TRUE, as_share:TRUE);
    if (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);
    
    if (
      # 10 (1511)
      smb_check_rollup(os:"10",
                       sp:0,
                       os_build:"10586",
                       rollup_date: "07_2017",
                       bulletin:bulletin,
                       rollup_kb_list:make_list(4025344))
    )
    {
      replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);
      hotfix_security_hole();
      hotfix_check_fversion_end();
      exit(0);
    }
    else
    {
      hotfix_check_fversion_end();
      audit(AUDIT_HOST_NOT, hotfix_get_audit_report());
    }
    
  • NASL familyWindows : Microsoft Bulletins
    NASL idSMB_NT_MS17_JUL_4025342.NASL
    descriptionThe remote Windows 10 version 1703 host is missing security update KB4025342. It is, therefore, affected by multiple vulnerabilities : - An information disclosure vulnerability exists in the Windows Performance Monitor Console due to improper parsing of XML input that contains a reference to an external entity. An unauthenticated, remote attacker can exploit this, by convincing a user to create a Data Collector Set and import a specially crafted XML file, to disclose arbitrary files via an XML external entity (XXE) declaration. (CVE-2017-0170) - A remote code execution vulnerability exists in Windows Explorer due to improper handling of executable files and shares during rename operations. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to execute arbitrary code in the context of the current user. (CVE-2017-8463) - Multiple elevation of privilege vulnerabilities exist in the Microsoft Graphics component due to improper handling of objects in memory. A local attacker can exploit these, via a specially crafted application, to run arbitrary code in kernel mode. (CVE-2017-8467, CVE-2017-8556, CVE-2017-8573, CVE-2017-8574, CVE-2017-8577, CVE-2017-8578, CVE-2017-8580) - An information disclosure vulnerability exists in Win32k due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to disclose sensitive information. (CVE-2017-8486) - A security bypass vulnerability exists in Microsoft Windows when handling Kerberos ticket exchanges due to a failure to prevent tampering with the SNAME field. A man-in-the-middle attacker can exploit this to bypass the Extended Protection for Authentication security feature. (CVE-2017-8495) - An information disclosure vulnerability exists in the Windows System Information Console due to improper parsing of XML input that contains a reference to an external entity. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to disclose arbitrary files via an XML external entity (XXE) declaration. (CVE-2017-8557) - An elevation of privilege vulnerability exists in the Windows kernel due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to execute arbitrary code with elevated permissions. (CVE-2017-8561) - An elevation of privilege vulnerability exists in Windows due to improper handling of calls to Advanced Local Procedure Call (ALPC). An authenticated, remote attacker can exploit this via a specially crafted application, to run processes in an elevated context. (CVE-2017-8562) - An elevation of privilege vulnerability exists in Windows due to Kerberos falling back to NT LAN Manager (NTLM) Authentication Protocol as the default authentication protocol. An authenticated, remote attacker can exploit this, via an application that sends specially crafted traffic to a domain controller, to run processes in an elevated context. (CVE-2017-8563) - An information disclosure vulnerability exists in the Windows kernel due to improper initialization of objects in memory. An authenticated, remote attacker can exploit this, via a specially crafted application, to bypass Kernel Address Space Layout Randomization (KASLR) and disclose the base address of the kernel driver. (CVE-2017-8564) - A remote code execution vulnerability exists in PowerShell when handling a PSObject that wraps a CIM instance. An authenticated, remote attacker can exploit this, via a specially crafted script, to execute arbitrary code in a PowerShell remote session. (CVE-2017-8565) - An elevation of privilege vulnerability exists in Windows Input Method Editor (IME) due to improper handling of parameters in a method of a DCOM class. A local attacker can exploit this, via a specially crafted application, to run processes in an elevated context. (CVE-2017-8566) - An elevation of privilege vulnerability exists in Windows due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to run arbitrary code in kernel mode. (CVE-2017-8581) - An information disclosure vulnerability exists in the HTTP.sys server application component due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to disclose sensitive information. (CVE-2017-8582) - A denial of service vulnerability exists in the Microsoft Common Runtime Library component due to improper handling of web requests. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to cause a denial of service condition in a .NET application. (CVE-2017-8585) - A remote code execution vulnerability exists in WordPad due to improper parsing of specially crafted files. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to execute arbitrary code in the context of the current user. (CVE-2017-8588) - A remote code execution vulnerability exists in the Windows Search component due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by sending specially crafted messages to the Windows Search service, to elevate privileges and execute arbitrary code. (CVE-2017-8589) - An elevation of privilege vulnerability exists in the Windows Common Log File System (CLFS) driver due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to run processes in an elevated context. (CVE-2017-8590) - A security bypass vulnerability exists in Microsoft browsers due to improper handling of redirect requests. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to bypass CORS redirect restrictions. (CVE-2017-8592) - A remote code execution vulnerability exists in Microsoft Edge due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8596) - Multiple remote code execution vulnerability exist in Microsoft Edge in the scripting engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit these, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8598, CVE-2017-8603, CVE-2017-8604, CVE-2017-8605, CVE-2017-8610, CVE-2017-8619) - A security bypass vulnerability exists in Microsoft Edge due to a failure to correctly apply the same-origin policy for HTML elements present in other browser windows. An unauthenticated, remote attacker can exploit this, by convincing a user to follow a link, to cause the user to load a malicious website. (CVE-2017-8599) - A remote code execution vulnerability exists in Microsoft Edge in the Chakra JavaScript engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8601) - A spoofing vulnerability exists in Microsoft browsers due to improper parsing of HTTP content. An unauthenticated, remote attacker can exploit this, by convincing a user to click a specially crafted URL, to redirect the user to a malicious website. (CVE-2017-8602) - Multiple remote code execution vulnerabilities exist in Microsoft browsers in the JavaScript engines due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit these, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8606, CVE-2017-8607, CVE-2017-8608) - A remote code execution vulnerability exists in Microsoft browsers in the scripting engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8609) - A spoofing vulnerability exists in Microsoft Edge due to improper parsing of HTTP content. An unauthenticated, remote attacker can exploit this, by convincing a user to click a specially crafted URL, to redirect the user to a malicious website. (CVE-2017-8611) - A remote code execution vulnerability exists in Microsoft Edge due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8617) - A remote code execution vulnerability exists in Internet Explorer in the VBScript engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8618)
    last seen2020-06-01
    modified2020-06-02
    plugin id101368
    published2017-07-11
    reporterThis script is Copyright (C) 2017-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/101368
    titleKB4025342: Windows 10 Version 1703 July 2017 Cumulative Update
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(101368);
      script_version("1.10");
      script_cvs_date("Date: 2018/09/13 14:38:31");
    
      script_cve_id(
        "CVE-2017-0170",
        "CVE-2017-8463",
        "CVE-2017-8467",
        "CVE-2017-8486",
        "CVE-2017-8495",
        "CVE-2017-8556",
        "CVE-2017-8557",
        "CVE-2017-8561",
        "CVE-2017-8562",
        "CVE-2017-8563",
        "CVE-2017-8564",
        "CVE-2017-8565",
        "CVE-2017-8566",
        "CVE-2017-8573",
        "CVE-2017-8574",
        "CVE-2017-8577",
        "CVE-2017-8578",
        "CVE-2017-8580",
        "CVE-2017-8581",
        "CVE-2017-8582",
        "CVE-2017-8585",
        "CVE-2017-8588",
        "CVE-2017-8589",
        "CVE-2017-8590",
        "CVE-2017-8592",
        "CVE-2017-8596",
        "CVE-2017-8598",
        "CVE-2017-8599",
        "CVE-2017-8601",
        "CVE-2017-8602",
        "CVE-2017-8603",
        "CVE-2017-8604",
        "CVE-2017-8605",
        "CVE-2017-8606",
        "CVE-2017-8607",
        "CVE-2017-8608",
        "CVE-2017-8609",
        "CVE-2017-8610",
        "CVE-2017-8611",
        "CVE-2017-8617",
        "CVE-2017-8618",
        "CVE-2017-8619"
      );
      script_bugtraq_id(
        99387,
        99388,
        99389,
        99390,
        99391,
        99392,
        99393,
        99394,
        99396,
        99397,
        99398,
        99399,
        99400,
        99402,
        99404,
        99405,
        99406,
        99407,
        99408,
        99409,
        99410,
        99412,
        99414,
        99415,
        99416,
        99417,
        99418,
        99419,
        99420,
        99421,
        99422,
        99423,
        99424,
        99425,
        99426,
        99427,
        99428,
        99429,
        99431,
        99432,
        99438,
        99439
      );
      script_xref(name:"MSKB", value:"4025342");
      script_xref(name:"MSFT", value:"MS17-4025342");
    
      script_name(english:"KB4025342: Windows 10 Version 1703 July 2017 Cumulative Update");
      script_summary(english:"Checks for rollup.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote Windows host is affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The remote Windows 10 version 1703 host is missing security update
    KB4025342. It is, therefore, affected by multiple vulnerabilities :
    
      - An information disclosure vulnerability exists in the
        Windows Performance Monitor Console due to improper
        parsing of XML input that contains a reference to an
        external entity. An unauthenticated, remote attacker
        can exploit this, by convincing a user to create a
        Data Collector Set and import a specially crafted XML
        file, to disclose arbitrary files via an XML external
        entity (XXE) declaration. (CVE-2017-0170)
    
      - A remote code execution vulnerability exists in Windows
        Explorer due to improper handling of executable files
        and shares during rename operations. An unauthenticated,
        remote attacker can exploit this, by convincing a user
        to open a specially crafted file, to execute arbitrary
        code in the context of the current user. (CVE-2017-8463)
    
      - Multiple elevation of privilege vulnerabilities exist in
        the Microsoft Graphics component due to improper
        handling of objects in memory. A local attacker can
        exploit these, via a specially crafted application, to
        run arbitrary code in kernel mode. (CVE-2017-8467,
        CVE-2017-8556, CVE-2017-8573, CVE-2017-8574,
        CVE-2017-8577, CVE-2017-8578, CVE-2017-8580)
    
      - An information disclosure vulnerability exists in Win32k
        due to improper handling of objects in memory. A local
        attacker can exploit this, via a specially crafted
        application, to disclose sensitive information.
        (CVE-2017-8486)
    
      - A security bypass vulnerability exists in Microsoft
        Windows when handling Kerberos ticket exchanges due to a
        failure to prevent tampering with the SNAME field. A
        man-in-the-middle attacker can exploit this to bypass
        the Extended Protection for Authentication security
        feature. (CVE-2017-8495)
    
      - An information disclosure vulnerability exists in the
        Windows System Information Console due to improper
        parsing of XML input that contains a reference to an
        external entity. An unauthenticated, remote attacker
        can exploit this, by convincing a user to open a
        specially crafted file, to disclose arbitrary files via
        an XML external entity (XXE) declaration.
        (CVE-2017-8557)
    
      - An elevation of privilege vulnerability exists in the
        Windows kernel due to improper handling of objects in
        memory. A local attacker can exploit this, via a
        specially crafted application, to execute arbitrary code
        with elevated permissions. (CVE-2017-8561)
    
      - An elevation of privilege vulnerability exists in
        Windows due to improper handling of calls to Advanced
        Local Procedure Call (ALPC). An authenticated, remote
        attacker can exploit this via a specially crafted
        application, to run processes in an elevated context.
        (CVE-2017-8562)
    
      - An elevation of privilege vulnerability exists in
        Windows due to Kerberos falling back to NT LAN Manager
        (NTLM) Authentication Protocol as the default
        authentication protocol. An authenticated, remote
        attacker can exploit this, via an application that
        sends specially crafted traffic to a domain controller,
        to run processes in an elevated context. (CVE-2017-8563)
    
      - An information disclosure vulnerability exists in the
        Windows kernel due to improper initialization of objects
        in memory. An authenticated, remote attacker can exploit
        this, via a specially crafted application, to bypass
        Kernel Address Space Layout Randomization (KASLR) and
        disclose the base address of the kernel driver.
        (CVE-2017-8564)
    
      - A remote code execution vulnerability exists in
        PowerShell when handling a PSObject that wraps a CIM
        instance. An authenticated, remote attacker can exploit
        this, via a specially crafted script, to execute
        arbitrary code in a PowerShell remote session.
        (CVE-2017-8565)
    
      - An elevation of privilege vulnerability exists in
        Windows Input Method Editor (IME) due to improper
        handling of parameters in a method of a DCOM class. A
        local attacker can exploit this, via a specially crafted
        application, to run processes in an elevated context.
        (CVE-2017-8566)
    
      - An elevation of privilege vulnerability exists in
        Windows due to improper handling of objects in memory. A
        local attacker can exploit this, via a specially crafted
        application, to run arbitrary code in kernel mode.
        (CVE-2017-8581)
    
      - An information disclosure vulnerability exists in the
        HTTP.sys server application component due to improper
        handling of objects in memory. An unauthenticated,
        remote attacker can exploit this, via a specially
        crafted request, to disclose sensitive information.
        (CVE-2017-8582)
    
      - A denial of service vulnerability exists in the
        Microsoft Common Runtime Library component due to
        improper handling of web requests. An unauthenticated,
        remote attacker can exploit this, via a specially
        crafted request, to cause a denial of service condition
        in a .NET application. (CVE-2017-8585)
    
      - A remote code execution vulnerability exists in WordPad
        due to improper parsing of specially crafted files. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to open a specially crafted file, to
        execute arbitrary code in the context of the current
        user. (CVE-2017-8588)
    
      - A remote code execution vulnerability exists in the
        Windows Search component due to improper handling of
        objects in memory. An unauthenticated, remote attacker
        can exploit this, by sending specially crafted messages
        to the Windows Search service, to elevate privileges and
        execute arbitrary code. (CVE-2017-8589)
    
      - An elevation of privilege vulnerability exists in the
        Windows Common Log File System (CLFS) driver due to
        improper handling of objects in memory. A local attacker
        can exploit this, via a specially crafted application,
        to run processes in an elevated context. (CVE-2017-8590)
    
      - A security bypass vulnerability exists in Microsoft
        browsers due to improper handling of redirect requests.
        An unauthenticated, remote attacker can exploit this, by
        convincing a user to visit a specially crafted website,
        to bypass CORS redirect restrictions. (CVE-2017-8592)
    
      - A remote code execution vulnerability exists in
        Microsoft Edge due to improper handling of objects in
        memory. An unauthenticated, remote attacker can exploit
        this, by convincing a user to visit a specially crafted
        website, to execute arbitrary code in the context of the
        current user. (CVE-2017-8596)
    
      - Multiple remote code execution vulnerability exist in
        Microsoft Edge in the scripting engine due to improper
        handling of objects in memory. An unauthenticated,
        remote attacker can exploit these, by convincing a user
        to visit a specially crafted website, to execute
        arbitrary code in the context of the current user.
        (CVE-2017-8598, CVE-2017-8603, CVE-2017-8604,
        CVE-2017-8605, CVE-2017-8610, CVE-2017-8619)
    
      - A security bypass vulnerability exists in Microsoft Edge
        due to a failure to correctly apply the same-origin
        policy for HTML elements present in other browser
        windows. An unauthenticated, remote attacker can exploit
        this, by convincing a user to follow a link, to cause
        the user to load a malicious website. (CVE-2017-8599)
    
      - A remote code execution vulnerability exists in
        Microsoft Edge in the Chakra JavaScript engine due to
        improper handling of objects in memory. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to visit a specially crafted website,
        to execute arbitrary code in the context of the current
        user. (CVE-2017-8601)
    
      - A spoofing vulnerability exists in Microsoft browsers
        due to improper parsing of HTTP content. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to click a specially crafted URL, to
        redirect the user to a malicious website.
        (CVE-2017-8602)
    
      - Multiple remote code execution vulnerabilities exist in
        Microsoft browsers in the JavaScript engines due to
        improper handling of objects in memory. An
        unauthenticated, remote attacker can exploit these, by
        convincing a user to visit a specially crafted website,
        to execute arbitrary code in the context of the current
        user. (CVE-2017-8606, CVE-2017-8607, CVE-2017-8608)
    
      - A remote code execution vulnerability exists in
        Microsoft browsers in the scripting engine due to
        improper handling of objects in memory. An
        unauthenticated, remote attacker can exploit this, by
        convincing a user to visit a specially crafted website,
        to execute arbitrary code in the context of the current
        user. (CVE-2017-8609)
    
      - A spoofing vulnerability exists in Microsoft Edge due to
        improper parsing of HTTP content. An unauthenticated,
        remote attacker can exploit this, by convincing a user
        to click a specially crafted URL, to redirect the user
        to a malicious website. (CVE-2017-8611)
    
      - A remote code execution vulnerability exists in
        Microsoft Edge due to improper handling of objects in
        memory. An unauthenticated, remote attacker can exploit
        this, by convincing a user to visit a specially crafted
        website, to execute arbitrary code in the context of the
        current user. (CVE-2017-8617)
    
      - A remote code execution vulnerability exists in Internet
        Explorer in the VBScript engine due to improper handling
        of objects in memory. An unauthenticated, remote
        attacker can exploit this, by convincing a user to visit
        a specially crafted website, to execute arbitrary code
        in the context of the current user. (CVE-2017-8618)");
      # https://support.microsoft.com/en-us/help/4025342/windows-10-update-kb4025342
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?8811feb6");
      script_set_attribute(attribute:"solution", value:
    "Apply security update KB4025342.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date",value:"2017/07/11");
      script_set_attribute(attribute:"patch_publication_date",value:"2017/07/11");
      script_set_attribute(attribute:"plugin_publication_date", value:"2017/07/11");
    
      script_set_attribute(attribute:"plugin_type",value:"local");
      script_set_attribute(attribute:"cpe",value:"cpe:/o:microsoft:windows");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows : Microsoft Bulletins");
    
      script_copyright(english:"This script is Copyright (C) 2017-2018 Tenable Network Security, Inc.");
    
      script_dependencies("smb_hotfixes.nasl", "ms_bulletin_checks_possible.nasl", "smb_check_rollup.nasl");
      script_require_keys("SMB/MS_Bulletin_Checks/Possible");
      script_require_ports(139, 445, 'Host/patch_management_checks');
    
      exit(0);
    }
    
    include("audit.inc");
    include("smb_hotfixes_fcheck.inc");
    include("smb_hotfixes.inc");
    include("smb_func.inc");
    include("smb_reg_query.inc");
    include("misc_func.inc");
    
    get_kb_item_or_exit('SMB/MS_Bulletin_Checks/Possible');
    
    bulletin = 'ms17-07';
    kbs = make_list(
      '4025342' # 10 1703 
    );
    
    if (get_kb_item('Host/patch_management_checks')) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);
    
    get_kb_item_or_exit("SMB/Registry/Enumerated");
    get_kb_item_or_exit('SMB/WindowsVersion', exit_code:1);
    
    if (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);
    
    productname = get_kb_item_or_exit("SMB/ProductName", exit_code:1);
    if ("2016" >< productname) audit(AUDIT_OS_SP_NOT_VULN);
    
    if (
      # 10 (1703)
      smb_check_rollup(os:"10",
                       sp:0,
                       os_build:"15063",
                       rollup_date: "07_2017",
                       bulletin:bulletin,
                       rollup_kb_list:make_list(4025342))
    )
    {
      replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);
      hotfix_security_hole();
      hotfix_check_fversion_end();
      exit(0);
    }
    else
    {
      hotfix_check_fversion_end();
      audit(AUDIT_HOST_NOT, hotfix_get_audit_report());
    }
    
  • NASL familyWindows : Microsoft Bulletins
    NASL idSMB_NT_MS17_JUL_4025339.NASL
    descriptionThe remote Windows host is missing security update KB4025339. It is, therefore, affected by multiple vulnerabilities : - An information disclosure vulnerability exists in the Windows Performance Monitor Console due to improper parsing of XML input that contains a reference to an external entity. An unauthenticated, remote attacker can exploit this, by convincing a user to create a Data Collector Set and import a specially crafted XML file, to disclose arbitrary files via an XML external entity (XXE) declaration. (CVE-2017-0170) - A remote code execution vulnerability exists in Windows Explorer due to improper handling of executable files and shares during rename operations. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to execute arbitrary code in the context of the current user. (CVE-2017-8463) - Multiple elevation of privilege vulnerabilities exist in the Microsoft Graphics component due to improper handling of objects in memory. A local attacker can exploit these, via a specially crafted application, to run arbitrary code in kernel mode. (CVE-2017-8467, CVE-2017-8556, CVE-2017-8573, CVE-2017-8574, CVE-2017-8577, CVE-2017-8578, CVE-2017-8580) - An information disclosure vulnerability exists in Win32k due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to disclose sensitive information. (CVE-2017-8486) - A security bypass vulnerability exists in Microsoft Windows when handling Kerberos ticket exchanges due to a failure to prevent tampering with the SNAME field. A man-in-the-middle attacker can exploit this to bypass the Extended Protection for Authentication security feature. (CVE-2017-8495) - An information disclosure vulnerability exists in the Windows System Information Console due to improper parsing of XML input that contains a reference to an external entity. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to disclose arbitrary files via an XML external entity (XXE) declaration. (CVE-2017-8557) - An elevation of privilege vulnerability exists in the Windows kernel due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to execute arbitrary code with elevated permissions. (CVE-2017-8561) - An elevation of privilege vulnerability exists in Windows due to improper handling of calls to Advanced Local Procedure Call (ALPC). An authenticated, remote attacker can exploit this via a specially crafted application, to run processes in an elevated context. (CVE-2017-8562) - An elevation of privilege vulnerability exists in Windows due to Kerberos falling back to NT LAN Manager (NTLM) Authentication Protocol as the default authentication protocol. An authenticated, remote attacker can exploit this, via an application that sends specially crafted traffic to a domain controller, to run processes in an elevated context. (CVE-2017-8563)* - An information disclosure vulnerability exists in the Windows kernel due to improper initialization of objects in memory. An authenticated, remote attacker can exploit this, via a specially crafted application, to bypass Kernel Address Space Layout Randomization (KASLR) and disclose the base address of the kernel driver. (CVE-2017-8564) - A remote code execution vulnerability exists in PowerShell when handling a PSObject that wraps a CIM instance. An authenticated, remote attacker can exploit this, via a specially crafted script, to execute arbitrary code in a PowerShell remote session. (CVE-2017-8565) - An elevation of privilege vulnerability exists in Windows Input Method Editor (IME) due to improper handling of parameters in a method of a DCOM class. A local attacker can exploit this, via a specially crafted application, to run processes in an elevated context. (CVE-2017-8566) - An elevation of privilege vulnerability exists in Windows due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to run arbitrary code in kernel mode. (CVE-2017-8581) - An information disclosure vulnerability exists in the HTTP.sys server application component due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to disclose sensitive information. (CVE-2017-8582) - A remote code execution vulnerability exists in Microsoft HoloLens due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, via a specially crafted packet, to execute arbitrary code. (CVE-2017-8584) - A denial of service vulnerability exists in the Microsoft Common Runtime Library component due to improper handling of web requests. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to cause a denial of service condition in a .NET application. (CVE-2017-8585) - A remote code execution vulnerability exists in WordPad due to improper parsing of specially crafted files. An unauthenticated, remote attacker can exploit this, by convincing a user to open a specially crafted file, to execute arbitrary code in the context of the current user. (CVE-2017-8588) - A remote code execution vulnerability exists in the Windows Search component due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by sending specially crafted messages to the Windows Search service, to elevate privileges and execute arbitrary code. (CVE-2017-8589) - An elevation of privilege vulnerability exists in the Windows Common Log File System (CLFS) driver due to improper handling of objects in memory. A local attacker can exploit this, via a specially crafted application, to run processes in an elevated context. (CVE-2017-8590) - A security bypass vulnerability exists in Microsoft browsers due to improper handling of redirect requests. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to bypass CORS redirect restrictions. (CVE-2017-8592) - Multiple remote code execution vulnerability exist in Microsoft Edge in the scripting engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit these, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8595, CVE-2017-8598, CVE-2017-8603, CVE-2017-8604, CVE-2017-8605, CVE-2017-8619) - A remote code execution vulnerability exists in Microsoft Edge due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8596) - A security bypass vulnerability exists in Microsoft Edge due to a failure to correctly apply the same-origin policy for HTML elements present in other browser windows. An unauthenticated, remote attacker can exploit this, by convincing a user to follow a link, to cause the user to load a malicious website. (CVE-2017-8599) - A remote code execution vulnerability exists in Microsoft Edge in the Chakra JavaScript engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8601) - A spoofing vulnerability exists in Microsoft browsers due to improper parsing of HTTP content. An unauthenticated, remote attacker can exploit this, by convincing a user to click a specially crafted URL, to redirect the user to a malicious website. (CVE-2017-8602) - Multiple remote code execution vulnerabilities exist in Microsoft browsers in the JavaScript engines due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit these, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8606, CVE-2017-8607, CVE-2017-8608) - A remote code execution vulnerability exists in Microsoft browsers in the scripting engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8609) - A spoofing vulnerability exists in Microsoft Edge due to improper parsing of HTTP content. An unauthenticated, remote attacker can exploit this, by convincing a user to click a specially crafted URL, to redirect the user to a malicious website. (CVE-2017-8611) - A remote code execution vulnerability exists in Internet Explorer in the VBScript engine due to improper handling of objects in memory. An unauthenticated, remote attacker can exploit this, by convincing a user to visit a specially crafted website, to execute arbitrary code in the context of the current user. (CVE-2017-8618) * note CVE-2017-8563 introduces a registry setting that administrators can use to help make LDAP authentication over SSL/TLS more secure, administrators need to create a LdapEnforceChannelBinding registry setting on machine running AD DS or AD LDS.
    last seen2020-06-01
    modified2020-06-02
    plugin id101366
    published2017-07-11
    reporterThis script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/101366
    titleKB4025339: Windows 10 Version 1607 and Windows Server 2016 July 2017 Cumulative Update