curl / Mailing Lists / curl-users / Single Mail

curl-users

[SECURITY ADVISORY] curl: NTLMv2 type-3 header stack buffer overflow

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 6 Feb 2019 08:12:33 +0100 (CET)

NTLMv2 type-3 header stack buffer overflow
==========================================

Project curl Security Advisory, February 6th 2019 -
[Permalink](https://curl.haxx.se/docs/CVE-2019-3822.html)

VULNERABILITY
-------------

libcurl contains a stack based buffer overflow vulnerability.

The function creating an outgoing NTLM type-3 header
(`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the
request HTTP header contents based on previously received data. The check that
exists to prevent the local buffer from getting overflowed is implemented
wrongly (using unsigned math) and as such it does not prevent the overflow
from happening.

This output data can grow larger than the local buffer if very large "nt
response" data is extracted from a previous NTLMv2 header provided by the
malicious or broken HTTP server.

Such a "large value" needs to be around 1000 bytes or more. The actual payload
data copied to the target buffer comes from the NTLMv2 type-2 response header.

We are not aware of any exploit of this flaw.

INFO

----
This bug was introduced in [commit
86724581b6c](https://github.com/curl/curl/commit/86724581b6c), January 2014.
The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2019-3822 to this issue.
CWE-121: Stack-based Buffer Overflow
Severity: 7.3 (High)
AFFECTED VERSIONS
-----------------
- Affected versions: libcurl 7.36.0 to and including 7.63.0
- Not affected versions: libcurl < 7.36.0 and >= 7.64.0
libcurl is used by many applications, but not always advertised as such.
THE SOLUTION
------------
A [patch for CVE-2019-3822](https://github.com/curl/curl/commit/50c9484278c63b958655a717844f0721263939cc)
RECOMMENDATIONS
---------------
We suggest you take one of the following actions immediately, in order of
preference:
  A - Upgrade curl to version 7.64.0
  B - Apply the patch to your version and rebuild
  C - Turn off NTLM authentication
TIME LINE
---------
It was reported to the curl project on December 30, 2018. We contacted
distros_at_openwall on January 28.
curl 7.64.0 was released on February 6 2019, coordinated with the publication
of this advisory.
CREDITS
-------
Reported by Wenxiang Qian of Tencent Blade Team. Patch by Daniel Stenberg.
Thanks a lot!
-- 
  / daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-02-06