CLD-242 Details
Other IDs this deficiency may be known by:
Basic Information:
Affected Package(s) |
curl |
Deficiency Type |
SECURITY |
Date Created |
2018-01-24 09:05:50 |
Date Last Modified |
2018-01-24 09:27:09 |
Version Specific Information:
Cucumber 1.0 i686 | fixed in curl-7.58.0-i686-1 |
Cucumber 1.0 x86_64 | fixed in curl-7.58.0-x86_64-1 and curl-lib_i686-7.58.0-lib_i686-1 |
Cucumber 1.1 i686 |
fixed in curl-7.58.0-i686-1 |
Cucumber 1.1 x86_64 |
fixed in curl-7.58.0-x86_64-1 and curl-lib_i686-7.58.0-lib_i686-1 |
Details:
================================ Initial Report ================================
From oss-securit@lists.openwall.com:
HTTP/2 trailer out-of-bounds read
=================================
Project curl Security Advisory, January 24th 2018 -
[Permalink](https://curl.haxx.se/docs/adv_2018-824a.html)
VULNERABILITY
-------------
libcurl contains an out bounds read in code handling HTTP/2 trailers.
It was [reported](https://github.com/curl/curl/pull/2231) that reading an
HTTP/2 trailer could mess up future trailers since the stored size was one
byte less than required.
The problem is that the code that creates HTTP/1-like headers from the HTTP/2
trailer data once appended a string like `":"` to the target buffer, while
this was recently changed to `": "` (a space was added after the colon) but
the associated math wasn't updated correspondingly.
When accessed, the data is read out of bounds and causes either a crash or
that the (too large) data gets passed to the libcurl callback. This might lead
to a denial-of-service situation or an information disclosure if someone has a
service that echoes back or uses the trailers for something.
We are not aware of any exploit of this flaw.
INFO
----
This bug was introduced in commit
[0761a51ee0551ad9e5](https://github.com/curl/curl/commit/0761a51ee0551ad9e5),
May 11 2016.
The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2018-1000005 to this issue.
AFFECTED VERSIONS
-----------------
- Affected versions: libcurl 7.49.0 to and including 7.57.0
- Not affected versions: libcurl < 7.49.0 and >= 7.58.0
libcurl is used by many applications, but not always advertised as such.
THE SOLUTION
------------
In libcurl version 7.58.0, the allocation size is corrected.
A [patch for
CVE-2018-1000005](https://github.com/curl/curl/commit/fa3dbb9a147488a294.patch)
is available.
RECOMMENDATIONS
---------------
We suggest you take one of the following actions immediately, in order of
preference:
A - Upgrade curl to version 7.58.0
B - Apply the patch to your version and rebuild
TIME LINE
---------
It was publicly [reported to the curl
project](https://github.com/curl/curl/issues/2231) on January 10, 2018.
The security impact was realized and assessed on January 11. The fix was
merged publicly in git on the same day, not mentioning the security impact.
We contacted distros@openwall on January 17.
curl 7.58.0 was released on January 24 2018, coordinated with the publication
of this advisory.
CREDITS
-------
Reported and patched by Zhouyihai Ding. Researched by Ray Satiro.
Thanks a lot!
--
/ daniel.haxx.se
================================= Our Analysis =================================
----- Affected Products -----
Versions of curl < 7.58.0 and > 7.49.0 are affected. This includes curl as
originally packaged in Cucumber Linux 1.0 and 1.1.
----- Fix for this Vulnerability -----
This vulnerability has been fixed in curl 7.58.0.
================================= Our Solution =================================
We have upgraded to curl 7.58.0.