package/libssh: security bump to version 0.9.6
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 12 Sep 2021 16:56:43 +0000 (18:56 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Sep 2021 20:36:57 +0000 (22:36 +0200)
commit88cb451446e18ef657400e7df55dcfb56df521f9
tree29b5e4e47afbbc4ef972600dd18d92df57ed7fcb
parente2f805097611b4828d2cba6168472aac6dedeafe
package/libssh: security bump to version 0.9.6

Fix CVE-2021-3634: A flaw has been found in libssh in versions prior to
0.9.6. The SSH protocol keeps track of two shared secrets during the
lifetime of the session. One of them is called secret_hash and the other
session_id. Initially, both of them are the same, but after key
re-exchange, previous session_id is kept and used as an input to new
secret_hash. Historically, both of these buffers had shared length
variable, which worked as long as these buffers were same. But the key
re-exchange operation can also change the key exchange method, which can
be based on hash of different size, eventually creating "secret_hash" of
different size than the session_id has. This becomes an issue when the
session_id memory is zeroed or when it is used again during second key
re-exchange.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libssh/libssh.hash
package/libssh/libssh.mk