curl / Mailing Lists / curl-library / Single Mail

curl-library

[SECURITY ADVISORY] curl - warning message out-of-buffer read

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Wed, 31 Oct 2018 07:55:47 +0100 (CET)

warning message out-of-buffer read
==================================

Project curl Security Advisory, October 31st 2018 -
[Permalink](https://curl.haxx.se/docs/CVE-2018-16842.html)

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

curl contains a heap out of buffer read vulnerability.

The command line tool has a generic function for displaying warning and
informational messages to stderr for various situations. For example if an
unknown command line argument is used, or passed to it in a "config" file.

This display function formats the output to wrap at 80 columns. The wrap logic
is however flawed, so if a single word in the message is itself longer than 80
bytes the buffer arithmetic calculates the remainder wrong and will end up
reading behind the end of the buffer. This could lead to information
disclosure or crash.

This vulnerability could lead to a security issue if used in this or similar
situations:

  1. a server somewhere uses the curl command line to run something
  2. if it fails, it shows stderr to the user
  3. the server takes user input for parts of its command line input
  4. user provides something overly long that triggers this crash
  5. the stderr output may now contain user memory contents that wasn't meant
     to be available

We are not aware of any exploit of this flaw.

INFO

----
This flaw exists in the command line tool only, not in libcurl.
This bug was introduced in [commit
d9ca9154d1](https://github.com/curl/curl/commit/d9ca9154d1), August 2005.
The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2018-16842 to this issue.
CWE-125: Out-of-bounds Read
Severity: 3.3 (Low)
AFFECTED VERSIONS
-----------------
- Affected versions: curl 7.14.1 to and including 7.61.1
- Not affected versions: curl < 7.14.1 and >= 7.62.0
curl is used by many applications, but not always advertised as such.
THE SOLUTION
------------
A [patch for CVE-2018-16842](https://github.com/curl/curl/commit/d530e92f59ae9bb2d47066c3c460b25d2ffeb211)
RECOMMENDATIONS
---------------
We suggest you take one of the following actions immediately, in order of
preference:
  A - Upgrade curl to version 7.62.0
  B - Apply the patch to your version and rebuild
TIME LINE
---------
It was reported to the curl project on October 27, 2018.  We contacted
distros_at_openwall on October 28.
curl 7.62.0 was released on October 31 2018, coordinated with the publication
of this advisory.
CREDITS
-------
Reported by Brian Carpenter, Geeknik Labs. Patch by Daniel Stenberg.
Thanks a lot!
-- 
  / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2018-10-31