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 as well as 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 (Learn More)
Vendor | Status | Date Notified | Date Updated |
---|---|---|---|
AVG Anti-virus Software | Affected | 24 Mar 2015 | 01 Apr 2015 |
Microsoft Corporation | Affected | 11 Mar 2015 | 01 Apr 2015 |
Oracle Corporation | Affected | 24 Mar 2015 | 01 Apr 2015 |
Adobe | Unknown | 24 Mar 2015 | 24 Mar 2015 |
Apple | Unknown | 24 Mar 2015 | 24 Mar 2015 |
Box.com | Unknown | 14 Apr 2015 | 14 Apr 2015 |
COMODO Security Solutions, Inc. | Unknown | 24 Mar 2015 | 24 Mar 2015 |
Github | Unknown | - | 13 Apr 2015 |
GoPro | Unknown | - | 13 Apr 2015 |
JetBrains | Unknown | - | 13 Apr 2015 |
If you are a vendor and your product is affected, let us know.
CVSS Metrics (Learn More)
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://cwe.mitre.org/data/definitions/201.html
'취약점 정보1' 카테고리의 다른 글
Adobe 제품군 신규 취약점 보안 업데이트 권고 (0) | 2015.04.19 |
---|---|
MS15-034 Detection: Some Observations (0) | 2015.04.19 |
크롬업데이트 권고 (0) | 2015.04.17 |
Adobe Releases Security Updates for Flash Player, ColdFusion, and Flex (0) | 2015.04.17 |
Looking for security trouble spots in Go code (0) | 2015.04.17 |