Subject: [SECURITY ADVISORY] Truncated Difffie-Hellman secret length

[SECURITY ADVISORY] Truncated Difffie-Hellman secret length

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 23 Feb 2016 14:14:01 +0100 (CET)

Truncated Difffie-Hellman secret length
=======================================

Project libssh2 Security Advisory, February 23rd 2016 -
[Permalink](https://www.libssh2.org/adv_20160223.html)

VULNERABILITY
-------------

During the SSHv2 handshake when libssh2 is to get a suitable value for 'group
order' in the Diffle Hellman negotiation, it would pass in number of *bytes*
to a function that expected number of *bits*. This would result in the library
generating numbers using only an 8th the number of random bits than what were
intended: 128 or 256 bits instead of 1023 or 2047

Using such drastically reduced amount of random bits for Diffie Hellman
weakended the handshake security significantly.

There are no known exploits of this flaw at this time.

INFO

----
The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2016-0787 to this issue.
AFFECTED VERSIONS
-----------------
- Affected versions: all versions to and including 1.6.0
- Not affected versions: libssh2 >= 1.7.0
libssh2 is used by many applications, but not always advertised as such!
THE SOLUTION
------------
libssh2 1.7.0 makes sure that there's a convertion done from number of bytes
to number of bits when the internal `_libssh2_bn_rand` function is called.
A patch for this problem is available at:
     https://www.libssh2.org/CVE-2016-0787.patch
RECOMMENDATIONS
---------------
We suggest you take one of the following actions immediately, in order of
preference:
A - Upgrade to libssh2 1.7.0
B - Apply the patch and rebuild libssh2
TIME LINE
---------
It was first reported to the libssh2 project on February 7 2016 by Andreas
Schneider.
libssh2 1.7.0 was released on February 23rd 2016, coordinated with the
publication of this advisory.
CREDITS
-------
Reported by Andreas Schneider.
Thanks a lot!
-- 
  / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2016-02-23