Bug 1072191 (CVE-2014-0017) - CVE-2014-0017 libssh: Improper initialization of PRNG after fork()
Summary: CVE-2014-0017 libssh: Improper initialization of PRNG after fork()
Keywords:
Status: CLOSED NOTABUG
Alias: CVE-2014-0017
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1072739 1072740 1072741
Blocks: 1052780
TreeView+ depends on / blocked
 
Reported: 2014-03-04 05:48 UTC by Huzaifa S. Sidhpurwala
Modified: 2023-05-12 15:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-06 04:56:16 UTC
Embargoed:


Attachments (Terms of Use)

Description Huzaifa S. Sidhpurwala 2014-03-04 05:48:39 UTC
A flaw was found in libssh server.  When accepting a new connection, the server forks and the child process handles the request. The RAND_bytes() function of openssl doesn't reset its state after the fork, but simply adds the current process id (getpid) to the PRNG state, which is not guaranteed to be unique. The most important consequence is that servers using EC (ECDSA) or DSA certificates may under certain conditions leak their private key.

Comment 2 Huzaifa S. Sidhpurwala 2014-03-05 05:22:52 UTC
Acknowledgements:

Red Hat would like to thank Aris Adamantiadis for reporting this issue.

Comment 3 Huzaifa S. Sidhpurwala 2014-03-05 05:24:39 UTC
Public via:

http://git.libssh.org/projects/libssh.git/commit/?id=e99246246b4061f7e71463f8806b9dcad65affa0

This issue is addressed in upstream release of libssh-0.6.3:

http://www.libssh.org/2014/03/04/libssh-0-6-3-security-release/

Comment 4 Huzaifa S. Sidhpurwala 2014-03-05 06:00:40 UTC
This issue only affects the server component of libssh library. libssh2 is not affected, since it is a client-side C library implementing the SSH2 protocol. (no server component).

Statement:

Not Vulnerable. This issue does not affect the version of libssh2 package as shipped with Red Hat Enterprise Linux 5 and 6.

Comment 5 Huzaifa S. Sidhpurwala 2014-03-05 06:02:12 UTC
Created libssh tracking bugs for this issue:

Affects: fedora-all [bug 1072739]
Affects: epel-5 [bug 1072740]
Affects: epel-6 [bug 1072741]

Comment 7 Fedora Update System 2014-03-07 06:38:52 UTC
libssh-0.6.3-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2014-03-15 15:21:47 UTC
libssh-0.6.3-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2014-03-21 22:32:54 UTC
libssh-0.5.5-2.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2014-03-21 22:34:29 UTC
libssh-0.5.5-2.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.


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