Bug 1072191 (CVE-2014-0017)

Summary: CVE-2014-0017 libssh: Improper initialization of PRNG after fork()
Product: [Other] Security Response Reporter: Huzaifa S. Sidhpurwala <huzaifas>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: jkurik, kdudka, pfrields, security-response-team
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-06 04:56:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1072739, 1072740, 1072741    
Bug Blocks: 1052780    

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.