Files
CVEs-PoC/2016/CVE-2016-0739.md
T
2025-09-29 21:09:30 +02:00

18 lines
785 B
Markdown

### [CVE-2016-0739](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0739)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
libssh before 0.7.3 improperly truncates ephemeral secrets generated for the (1) diffie-hellman-group1 and (2) diffie-hellman-group14 key exchange methods to 128 bits, which makes it easier for man-in-the-middle attackers to decrypt or intercept SSH sessions via unspecified vectors, aka a "bits/bytes confusion bug."
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-2912-1
#### Github
No PoCs found on GitHub currently.