1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200803-07 / paramiko |
| Release Date | March 03, 2008 |
| Latest Revision | March 03, 2008: 01 |
| Impact | low |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| dev-python/paramiko | < 1.7.2 | >= 1.7.2 | All supported architectures |
Related bugreports: #205777
Unsafe randomness usage in Paramiko may allow access to sensitive information.
Paramiko is a Secure Shell Server implementation written in Python.
Dwayne C. Litzenberger reported that the file "common.py" does not properly use RandomPool when using threads or forked processes.
A remote attacker could predict the values generated by applications using Paramiko for encryption purposes, potentially gaining access to sensitive information.
There is no known workaround at this time.
All Paramiko users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-python/paramiko-1.7.2" |