First published: Tue Mar 04 2014(Updated: )
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.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Libssh Libssh | <=0.6.2 | |
Libssh Libssh | =0.4.7 | |
Libssh Libssh | =0.4.8 | |
Libssh Libssh | =0.5.0 | |
Libssh Libssh | =0.5.0-rc1 | |
Libssh Libssh | =0.5.1 | |
Libssh Libssh | =0.5.2 | |
Libssh Libssh | =0.5.3 | |
Libssh Libssh | =0.5.4 | |
Libssh Libssh | =0.5.5 | |
Libssh Libssh | =0.6.0 | |
Libssh Libssh | =0.6.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.