Bugzilla – Bug 962983
VUL-0: CVE-2016-0755: curl: libcurl NTLM credentials not-checked for proxy connection re-use
Last modified: 2017-06-16 12:06:50 UTC
Created attachment 662660 [details] Proposed patch NTLM credentials not-checked for proxy connection re-use ======================================================== Project cURL Security Advisory, January 27th 2016 - [Permalink](http://curl.haxx.se/docs/adv_20160127A.html) VULNERABILITY ------------- libcurl will reuse NTLM-authenticated proxy connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer. libcurl maintains a pool of connections after a transfer has completed. The pool of connections is then gone through when a new transfer is requested and if there's a live connection available that can be reused, it is preferred instead of creating a new one. Since NTLM-based authentication is *connection oriented* instead of *request oriented* as other HTTP based authentication, it is important that only connections that have been authenticated with the correct username + password is reused. This was done properly for server connections already, but libcurl failed to do it properly for proxy connections using NTLM. A libcurl application can easily switch user credentials used for a proxy connection between two requests, and that subsequent transfer then MUST make libcurl use another connection. libcurl previously failed to do so. The effects of this flaw, is that the application could be reusing a proxy connection using the previously used credentials and thus it could be given to or prevented access from resources that it wasn't intended to. We are not aware of any exploit of this flaw. INFO ---- This flaw can also affect the curl command line tool if a similar operation series is made with that. The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-XXXX-XXXX to this issue. AFFECTED VERSIONS ----------------- This flaw is relevant for - Affected versions: libcurl 7.10.7 to and including 7.46.0 - Not affected versions: libcurl < 7.10.7 and libcurl >= 7.47.0 libcurl is used by many applications, but not always advertised as such! THE SOLUTION ------------ In version 7.47.0, libcurl properly verifies the credentials for NTLM proxies and only reuses a connection if there there is a match. A patch for this problem that changes the default is available at (this URL will be changed in the final advisory): http://curl.haxx.se/proxy-ntlm-reuse.patch RECOMMENDATIONS --------------- We suggest you take one of the following actions immediately, in order of preference: A - Upgrade curl and libcurl to version 7.47.0 B - Apply the patch to your version and rebuild C - Avoid NTLM with proxies, or if you use NTLM with proxies, make sure you close all the libcurl handles if you ever change proxy credentials so that libcurl won't get a change to reuse the wrong connection. TIME LINE --------- It was first reported to the curl project on January 13 2016. We contacted distros@openwall on January 21. libcurl 7.47.0 was released on January 27 2016, coordinated with the publication of this advisory. CREDITS ------- Reported and patched by Isaac Boukris.
CRD: 2016-01-27
An update workflow for this issue was started. This issue was rated as moderate. Please submit fixed packages until 2016-02-04. When done, reassign the bug to security-team@suse.de. https://swamp.suse.de/webswamp/wf/62461
It is probably worth mentioning that this is somewhat similar to CVE-2014-0015 which was the same problem but with non-proxy connections. http://curl.haxx.se/docs/adv_20140129.html http://curl.haxx.se/mail/lib-2014-01/0046.html https://github.com/bagder/curl/commit/8ae35102c43d8d
Is public at http://curl.haxx.se/docs/adv_20160127A.html Please submit for openSUSE as well.
This is an autogenerated message for OBS integration: This bug (962983) was mentioned in https://build.opensuse.org/request/show/356293 Factory / curl
This is an autogenerated message for OBS integration: This bug (962983) was mentioned in https://build.opensuse.org/request/show/356319 13.2 / curl
SUSE-SU-2016:0340-1: An update that solves one vulnerability and has three fixes is now available. Category: security (moderate) Bug References: 934333,936676,962983,962996 CVE References: CVE-2016-0755 Sources used: SUSE Linux Enterprise Software Development Kit 12-SP1 (src): curl-7.37.0-18.1 SUSE Linux Enterprise Software Development Kit 12 (src): curl-7.37.0-18.1 SUSE Linux Enterprise Server 12-SP1 (src): curl-7.37.0-18.1 SUSE Linux Enterprise Server 12 (src): curl-7.37.0-18.1 SUSE Linux Enterprise Desktop 12-SP1 (src): curl-7.37.0-18.1 SUSE Linux Enterprise Desktop 12 (src): curl-7.37.0-18.1
SUSE-SU-2016:0347-1: An update that solves one vulnerability and has two fixes is now available. Category: security (moderate) Bug References: 926511,962983,962996 CVE References: CVE-2016-0755 Sources used: SUSE Linux Enterprise Software Development Kit 11-SP4 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Software Development Kit 11-SP3 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Server for VMWare 11-SP3 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Server 11-SP4 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Server 11-SP3 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Desktop 11-SP4 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Desktop 11-SP3 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Debuginfo 11-SP4 (src): curl-7.19.7-1.46.1 SUSE Linux Enterprise Debuginfo 11-SP3 (src): curl-7.19.7-1.46.1
openSUSE-SU-2016:0360-1: An update that solves one vulnerability and has three fixes is now available. Category: security (moderate) Bug References: 934333,936676,962983,962996 CVE References: CVE-2016-0755 Sources used: openSUSE Leap 42.1 (src): curl-7.37.0-7.1
openSUSE-SU-2016:0373-1: An update that solves one vulnerability and has one errata is now available. Category: security (moderate) Bug References: 962983,962996 CVE References: CVE-2016-0755 Sources used: openSUSE 13.2 (src): curl-7.42.1-19.1
openSUSE-SU-2016:0376-1: An update that solves one vulnerability and has one errata is now available. Category: security (moderate) Bug References: 962983,962996 CVE References: CVE-2016-0755 Sources used: openSUSE 13.1 (src): curl-7.42.1-2.50.1
released