Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1177569 - (CVE-2014-9424) CVE-2014-9424 libressl: Double-free in ssl_parse_clienthello_use_srtp_ext() function
CVE-2014-9424 libressl: Double-free in ssl_parse_clienthello_use_srtp_ext() f...
Status: CLOSED NOTABUG
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=20141229,repor...
: Security
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-29 00:25 EST by Huzaifa S. Sidhpurwala
Modified: 2015-01-05 04:54 EST (History)
2 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2014-12-29 00:42:08 EST
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Huzaifa S. Sidhpurwala 2014-12-29 00:25:27 EST
Common Vulnerabilities and Exposures assigned an identifier CVE-2014-9424 to the following vulnerability:

Name: CVE-2014-9424
URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9424
Assigned: 20141228
Reference: MISC: https://code.google.com/p/google-security-research/issues/detail?id=202
Reference: CONFIRM: https://github.com/robertbachmann/openbsd-libssl/commit/62a110d447bb8c16a4c69629e28a42e8c39fd7e0

Double free vulnerability in the ssl_parse_clienthello_use_srtp_ext function in d1_srtp.c in LibreSSL before 2.1.2 allows remote attackers to cause a denial of service or possibly have unspecified other impact by triggering a certain length-verification error during processing of a DTLS handshake.
Comment 1 Huzaifa S. Sidhpurwala 2014-12-29 00:41:24 EST
This flaw arises because an attempt is made to free the "clnt" structure, which has been already freed previously, resulting in a possible double-free issue. (Looks like just Dos, unless clnt could be user-controlled).

OpenSSL code does not contain the vulnerable code. No "clnt" variable exists in the ssl_parse_clienthello_use_srtp_ext() function. 

Statement:

Not vulnerable. This issue does not affect the version of OpenSSL package as shipped with Red Hat Enterprise Linux 5, 6 and 7.
Comment 2 Huzaifa S. Sidhpurwala 2014-12-29 00:42:08 EST
This issue does not affect the version of OpenSSL package, as shipped in Fedora 19, 20 and 21.

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