Movatterモバイル変換


[0]ホーム

URL:


searchmenuicon-carat-rightcmu-wordmark
Carnegie Mellon University

Software Engineering Institute

CERT Coordination Center

Microsoft Windows NTLM automatically authenticates via SMB when following a file:// URL

Vulnerability Note VU#672268

Original Release Date: 2015-04-13 | Last Revised: 2017-09-05

Overview

Software running on Microsoft Windows that utilizes HTTP requests can be forwarded to a file://protocol on a malicious server, which causes Windows to automatically attempt authentication via SMB to the malicious server in some circumstances. The encrypted form of the user's credentials are then logged on the malicious server. This vulnerability is alternatively known as "Redirect to SMB".

Description

CWE-201: Information Exposure Through Sent Data

Many software products use HTTP requests for various features such as software update checking. A malicious user can intercept such requests (such as with a MITM proxy) and use HTTP Redirect to redirect the victim a malicious SMB server. If the redirect is a file:// URL and the victim is running Microsoft Windows, Windows will automatically attempt to authenticate to the malicious SMB server by providing the victim's user credentials to the server. These credentials can then be logged by the malicious server. The credentials are encrypted, but may be "brute-forced" to break the encryption.

The following Windows API functions (available viaurlmon.dll) have been identified as being affected:

    • URLDownloadA
    • URLDownloadW
    • URLDownloadToCacheFileA
    • URLDownloadToCacheFileW
    • URLDownloadToFileA
    • URLDownloadToFileW
    • URLOpenStream
    • URLOpenBlockingStream

urlmon uses thewininet library for processing, therefore the affected functionality may be contained withinwininet; it is currently not clear where the vulnerability lies. Internet Explorer and the WebBrowser component of .NET have also be reported vulnerable to this SMB redirection. For a longer description with more examples, seeCylance's blog on the issue.

While the HTTP Redirect vector is novel, this type of issue with SMB has been well known for some time. For example, see Aaron Spangler'sreport from 1997, Steve Birnbaum'sreport, Paul Ashton'sreport, and information fromMicrosoft from 2009. Please see the full list of references at the end of this publication.

Impact

An attacker exploiting this vulnerability may obtain the victim's user credentials in an encrypted format.

Solution

The CERT/CC is currently unaware of a full solution to this problem. However, affected users may consider the following workarounds.

Block outbound SMB

Consider blocking outbound SMB connections (TCP ports 139 and 445) from the local network to the WAN.

Update NTLM group policy

This attack may be mitigated in some circumstances by restricting NTLM via appropriate Group Policy. Seereference one andreference two from Microsoft.

Do not use NTLM for authentication by default in applications

Developers should ensure their softwarecomplies with appropriate Group Policy and does not use NTLM for authentication by default.

Use a strong password and change passwords frequently

Since the credentials are provided to the attacker in encrypted form, a stronger password may require more time to break the encryption. Changing passwords regularly further deters brute-force attacks against the encryption.

Vendor Information

672268
 

AVG Anti-virus SoftwareAffected

Notified:  March 24, 2015 Updated: April 01, 2015

Statement Date:   April 01, 2015

Status

Affected

Vendor Statement

We have not received a statement from the vendor.

Vendor Information

We are not aware of further vendor information regarding this vulnerability.

AdobeAffected

Notified:  March 24, 2015 Updated: September 05, 2017

Status

Affected

Vendor Statement

We have not received a statement from the vendor.

Vendor Information

It has been reported to us that CVE-2017-3085 is a form of Redirect to SMB affecting Flash Player. Adobe'ssecurity advisory recommends upgrading Flash Player to at least 26.0.0.151, which has addressed the issue.

Vendor References

Microsoft CorporationAffected

Notified:  March 11, 2015 Updated: April 01, 2015

Status

Affected

Vendor Statement

We have not received a statement from the vendor.

Vendor Information

We are not aware of further vendor information regarding this vulnerability.

Oracle CorporationAffected

Notified:  March 24, 2015 Updated: April 01, 2015

Statement Date:   March 31, 2015

Status

Affected

Vendor Statement

We have not received a statement from the vendor.

Vendor Information

We are not aware of further vendor information regarding this vulnerability.

AppleUnknown

Notified:  March 24, 2015 Updated: March 24, 2015

Status

Unknown

Vendor Statement

We have not received a statement from the vendor.

Vendor References

    Box.comUnknown

    Notified:  April 14, 2015 Updated: April 14, 2015

    Status

    Unknown

    Vendor Statement

    We have not received a statement from the vendor.

    Vendor Information

    We are not aware of further vendor information regarding this vulnerability.

    Addendum

    According to the reporter, the Box Sync client may be vulnerable in certain circumstances if the user accepts an SSL prompt. CERT/CC has been unable to confirm this so far.

    If you have feedback, comments, or additional information about this vulnerability, please send usemail.

    COMODO Security Solutions, Inc.Unknown

    Notified:  March 24, 2015 Updated: March 24, 2015

    Status

    Unknown

    Vendor Statement

    We have not received a statement from the vendor.

    Vendor References

      GithubUnknown

      Updated:  April 13, 2015

      Status

      Unknown

      Vendor Statement

      We have not received a statement from the vendor.

      Vendor Information

      We are not aware of further vendor information regarding this vulnerability.

      Addendum

      The GitHub for Windows installer has been reported to be affected by this vulnerability.

      If you have feedback, comments, or additional information about this vulnerability, please send usemail.

      GoProUnknown

      Updated:  April 13, 2015

      Status

      Unknown

      Vendor Statement

      We have not received a statement from the vendor.

      Vendor Information

      We are not aware of further vendor information regarding this vulnerability.

      Addendum

      GoPro Studio has been reported to be affected by this vulnerability.

      If you have feedback, comments, or additional information about this vulnerability, please send usemail.

      JetBrainsUnknown

      Updated:  April 13, 2015

      Status

      Unknown

      Vendor Statement

      We have not received a statement from the vendor.

      Vendor Information

      We are not aware of further vendor information regarding this vulnerability.

      Addendum

      The following software was reported to CERT/CC to be vulnerable; this information has not been verified yet:

      * IntelliJ IDEA
      * PyCharm

      If you have feedback, comments, or additional information about this vulnerability, please send usemail.

      SymantecUnknown

      Notified:  April 17, 2015 Updated: April 17, 2015

      Status

      Unknown

      Vendor Statement

      We have not received a statement from the vendor.

      Vendor References

        Unify IncUnknown

        Notified:  April 17, 2015 Updated: April 17, 2015

        Status

        Unknown

        Vendor Statement

        We have not received a statement from the vendor.

        Vendor References

          View all 12 vendorsView less vendors


          CVSS Metrics

          GroupScoreVector
          Base 6.3 AV:N/AC:M/Au:S/C:C/I:N/A:N
          Temporal 5.7 E:F/RL:W/RC:C
          Environmental 5.7 CDP:ND/TD:H/CR:ND/IR:ND/AR:ND

          References

          Acknowledgements

          Thanks to Brian Wallace of Cylance, Inc., for reporting this vulnerability.

          This document was written by Garret Wassermann.

          Other Information

          CVE IDs:None
          Date Public:2015-04-13
          Date First Published:2015-04-13
          Date Last Updated:2017-09-05 21:58 UTC
          Document Revision:67

          Sponsored byCISA.

          Download PGP Key

          Read CERT/CC Blog

          Learn about Vulnerability Analysis

          Carnegie Mellon University
          Software Engineering Institute
          4500 Fifth Avenue
          Pittsburgh, PA 15213-2612
          412-268-5800

          ©2022 Carnegie Mellon University
          Contact SEI

          Contact CERT/CC

          412-268-5800
          cert@cert.org


          [8]ページ先頭

          ©2009-2025 Movatter.jp