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.
urlmon uses the wininet library for processing, therefore the affected functionality may be contained within wininet; 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, see Cylance'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's report from 1997, Steve Birnbaum's report, Paul Ashton's report, and information from Microsoft 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 |
Vendor Information
CVSS Metrics
Group | Score | Vector |
---|---|---|
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
- http://blog.cylance.com/redirect-to-smb
- https://technet.microsoft.com/en-us/library/security/974926.aspx
- https://technet.microsoft.com/en-us/library/security/973811.aspx
- https://technet.microsoft.com/en-us/library/jj865668(v=ws.10).aspx
- https://technet.microsoft.com/en-us/library/jj865676(v=ws.10).aspx
- http://blogs.technet.com/b/askds/archive/2009/10/08/ntlm-blocking-and-you-application-analysis-and-auditing-methodologies-in-windows-7.aspx
- https://msdn.microsoft.com/en-us/library/ms775122%28v=vs.85%29.aspx
- https://msdn.microsoft.com/en-us/library/ms775123%28v=vs.85%29.aspx
- https://msdn.microsoft.com/en-us/library/aa939357%28v=WinEmbedded.5%29.aspx
- https://msdn.microsoft.com/en-us/library/windows/desktop/aa385483%28v=vs.85%29.aspx
- https://technet.microsoft.com/library/jj852213(v=ws.10).aspx
- http://insecure.org/sploits/winnt.automatic.authentication.html
- http://insecure.org/sploits/win95.smb.auto-auth.html
- http://insecure.org/sploits/NT.NTLM.auto-authentication.html
- http://cwe.mitre.org/data/definitions/201.html
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 |