1
1
libssh/include
Aris Adamantiadis e99246246b security: fix for vulnerability CVE-2014-0017
When accepting a new connection, a forking server based on libssh 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.
This can cause several children to end up with same PRNG state which is
a security issue.
2014-03-04 09:55:28 +01:00
..
libssh security: fix for vulnerability CVE-2014-0017 2014-03-04 09:55:28 +01:00
CMakeLists.txt Don't require C++ compiler. 2009-03-17 22:04:16 +00:00