Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1388379 - (CVE-2016-8619) CVE-2016-8619 curl: Double-free in krb5 code
CVE-2016-8619 curl: Double-free in krb5 code
Status: NEW
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20161102,repor...
: Security
Depends On: 1390896 1390894 1390895
Blocks: 1388393
  Show dependency treegraph
 
Reported: 2016-10-25 04:22 EDT by Andrej Nemec
Modified: 2018-08-16 12:07 EDT (History)
30 users (show)

See Also:
Fixed In Version: curl 7.51.0
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)
Upstream patch (1.26 KB, patch)
2016-10-25 04:57 EDT, Andrej Nemec
no flags Details | Diff


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:2486 None None None 2018-08-16 12:07 EDT

  None (edit)
Description Andrej Nemec 2016-10-25 04:22:22 EDT
In curl's implementation of the Kerberos authentication mechanism, the
function `read_data()` in security.c is used to fill the necessary krb5
structures. When reading one of the length fields from the socket, it fails to
ensure that the length parameter passed to realloc() is not set to 0.

This would lead to realloc() getting called with a zero size and when doing so
realloc() returns NULL *and* frees the memory - in contrary to normal
realloc() fails where it only returns NULL - causing libcurl to free the
memory *again* in the error path.

This flaw could be triggered by a malicious or just otherwise ill-behaving
server.

External References:

https://curl.haxx.se/docs/adv_20161102E.html
Comment 1 Andrej Nemec 2016-10-25 04:57 EDT
Created attachment 1213775 [details]
Upstream patch
Comment 3 Adam Mariš 2016-11-02 04:27:25 EDT
Created curl tracking bugs for this issue:

Affects: fedora-all [bug 1390894]
Comment 4 Adam Mariš 2016-11-02 04:27:40 EDT
Created mingw-curl tracking bugs for this issue:

Affects: fedora-all [bug 1390895]
Affects: epel-7 [bug 1390896]
Comment 7 errata-xmlrpc 2018-08-16 12:07:20 EDT
This issue has been addressed in the following products:

  Red Hat JBoss Core Services

Via RHSA-2018:2486 https://access.redhat.com/errata/RHSA-2018:2486

Note You need to log in before you can comment on or make changes to this bug.