Python/paramiko/1.7.1
SSH2 protocol library
https://pypi.org/project/paramiko
LGPL-3.0-or-later
4 Security Vulnerabilities
Paramiko not properly checking authentication before processing other requests
- https://nvd.nist.gov/vuln/detail/CVE-2018-7750
- https://github.com/advisories/GHSA-232r-66cg-79px
- https://github.com/paramiko/paramiko/issues/1175
- https://github.com/paramiko/paramiko/commit/fa29bd8446c8eab237f5187d28787727b4610516
- https://access.redhat.com/errata/RHSA-2018:0591
- https://access.redhat.com/errata/RHSA-2018:0646
- https://access.redhat.com/errata/RHSA-2018:1124
- https://access.redhat.com/errata/RHSA-2018:1125
- https://access.redhat.com/errata/RHSA-2018:1213
- https://access.redhat.com/errata/RHSA-2018:1274
- https://access.redhat.com/errata/RHSA-2018:1328
- https://access.redhat.com/errata/RHSA-2018:1525
- https://access.redhat.com/errata/RHSA-2018:1972
- https://github.com/paramiko/paramiko/blob/master/sites/www/changelog.rst
- https://lists.debian.org/debian-lts-announce/2018/10/msg00018.html
- https://usn.ubuntu.com/3603-1/
- https://usn.ubuntu.com/3603-2/
- https://www.exploit-db.com/exploits/45712/
- http://www.securityfocus.com/bid/103713
- https://lists.debian.org/debian-lts-announce/2021/12/msg00025.html
- https://github.com/paramiko/paramiko/commit/e9dfd854bdaf8af15d7834f7502a0451d217bb8c
- https://github.com/paramiko/paramiko/blob/e861c7697622774071ce73b46ffe8817eacdedfa/sites/www/changelog.rst?plain=1#L759-L763
- https://web.archive.org/web/20190831123128/http://www.securityfocus.com/bid/103713
- https://www.exploit-db.com/exploits/45712
- https://usn.ubuntu.com/3603-2
- https://usn.ubuntu.com/3603-1
- https://github.com/pypa/advisory-database/tree/main/vulns/paramiko/PYSEC-2018-19.yaml
transport.py in the SSH server implementation of Paramiko before 1.17.6, 1.18.x before 1.18.5, 2.0.x before 2.0.8, 2.1.x before 2.1.5, 2.2.x before 2.2.3, 2.3.x before 2.3.2, and 2.4.x before 2.4.1 does not properly check whether authentication is completed before processing other requests, as demonstrated by channel-open. A customized SSH client can simply skip the authentication step.
Paramiko Authentication Bypass vulnerability
- https://nvd.nist.gov/vuln/detail/CVE-2018-1000805
- https://github.com/advisories/GHSA-f2j6-wrhh-v25m
- https://github.com/paramiko/paramiko/issues/1283
- https://access.redhat.com/errata/RHBA-2018:3497
- https://access.redhat.com/errata/RHSA-2018:3347
- https://access.redhat.com/errata/RHSA-2018:3406
- https://access.redhat.com/errata/RHSA-2018:3505
- https://herolab.usd.de/wp-content/uploads/sites/4/usd20180023.txt
- https://lists.debian.org/debian-lts-announce/2018/10/msg00018.html
- https://usn.ubuntu.com/3796-1/
- https://usn.ubuntu.com/3796-2/
- https://usn.ubuntu.com/3796-3/
- https://lists.debian.org/debian-lts-announce/2021/12/msg00025.html
- https://github.com/pypa/advisory-database/tree/main/vulns/paramiko/PYSEC-2018-69.yaml
- https://usn.ubuntu.com/3796-1
- https://usn.ubuntu.com/3796-2
- https://usn.ubuntu.com/3796-3
Paramiko version 2.4.1, 2.3.2, 2.2.3, 2.1.5, 2.0.8, 1.18.5, 1.17.6 contains a Incorrect Access Control vulnerability in SSH server that can result in RCE. This attack appear to be exploitable via network connectivity.
Paramiko rsakey.py allows the SHA-1 algorithm
In Paramiko through 4.0.0 before a448945, rsakey.py allows the SHA-1 algorithm.
Paramiko Unsafe randomness usage may allow access to sensitive information
- https://nvd.nist.gov/vuln/detail/CVE-2008-0299
- https://bugzilla.redhat.com/show_bug.cgi?id=428727
- https://exchange.xforce.ibmcloud.com/vulnerabilities/39749
- https://www.redhat.com/archives/fedora-package-announce/2008-January/msg00529.html
- https://www.redhat.com/archives/fedora-package-announce/2008-January/msg00594.html
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460706
- http://people.debian.org/~nion/nmu-diff/paramiko-1.6.4-1_1.6.4-1.1.patch
- http://security.gentoo.org/glsa/glsa-200803-07.xml
- https://web.archive.org/web/20080205095439/http://secunia.com/advisories/28488
- https://web.archive.org/web/20080627172450/http://secunia.com/advisories/28510
- https://web.archive.org/web/20080628232710/http://secunia.com/advisories/29168
- https://web.archive.org/web/20080720033315/http://www.lag.net/pipermail/paramiko/2008-January/000599.html
- https://web.archive.org/web/20081012023428/http://www.securityfocus.com/bid/27307
- https://github.com/advisories/GHSA-wqmm-q65g-2hqr
- https://github.com/pypa/advisory-database/tree/main/vulns/paramiko/PYSEC-2008-8.yaml
common.py in Paramiko 1.7.1 and earlier, when using threads or forked processes, does not properly use RandomPool, which allows one session to obtain sensitive information from another session by predicting the state of the pool.
151 Other Versions
| Version | License | Security | Released | |
|---|---|---|---|---|
| 2.1.5 | LGPL-3.0-or-later | 2 | 2018-03-13 - 01:27 | over 8 years |
| 2.1.4 | LGPL-3.0-or-later | 3 | 2017-09-18 - 19:16 | over 8 years |
| 2.1.3 | LGPL-3.0-or-later | 3 | 2017-06-09 - 22:09 | about 9 years |
| 2.1.2 | LGPL-3.0-or-later | 3 | 2017-02-21 - 05:24 | over 9 years |
| 2.1.1 | LGPL-3.0-or-later | 3 | 2016-12-13 - 00:13 | over 9 years |
| 2.1.0 | LGPL-3.0-or-later | 3 | 2016-12-09 - 18:49 | over 9 years |
| 2.0.9 | LGPL-3.0-or-later | 1 | 2018-09-19 - 04:19 | over 7 years |
| 2.0.8 | LGPL-3.0-or-later | 2 | 2018-03-13 - 01:22 | over 8 years |
| 2.0.7 | LGPL-3.0-or-later | 3 | 2017-09-18 - 19:14 | over 8 years |
| 2.0.6 | LGPL-3.0-or-later | 3 | 2017-06-09 - 22:07 | about 9 years |
| 2.0.5 | LGPL-3.0-or-later | 3 | 2017-02-21 - 05:20 | over 9 years |
| 2.0.4 | LGPL-3.0-or-later | 3 | 2016-12-13 - 00:11 | over 9 years |
| 2.0.3 | LGPL-3.0-or-later | 3 | 2016-12-09 - 18:45 | over 9 years |
| 2.0.2 | LGPL-3.0-or-later | 3 | 2016-07-26 - 04:15 | almost 10 years |
| 2.0.1 | LGPL-3.0-or-later | 3 | 2016-06-21 - 20:34 | almost 10 years |
| 2.0.0 | LGPL-3.0-or-later | 3 | 2016-04-29 - 05:17 | about 10 years |
| 1.18.5 | LGPL-3.0-or-later | 2 | 2018-03-13 - 01:21 | over 8 years |
| 1.18.4 | LGPL-3.0-or-later | 3 | 2017-09-18 - 19:13 | over 8 years |
| 1.18.3 | LGPL-3.0-or-later | 3 | 2017-06-09 - 22:03 | about 9 years |
| 1.18.2 | LGPL-3.0-or-later | 3 | 2017-02-21 - 05:17 | over 9 years |
| 1.18.1 | LGPL-3.0-or-later | 3 | 2016-12-13 - 00:08 | over 9 years |
| 1.18.0 | LGPL-3.0-or-later | 3 | 2016-12-09 - 18:43 | over 9 years |
| 1.17.6 | LGPL-3.0-or-later | 2 | 2018-03-13 - 01:21 | over 8 years |
| 1.17.5 | LGPL-3.0-or-later | 3 | 2017-06-09 - 21:42 | about 9 years |
| 1.17.4 | LGPL-3.0-or-later | 3 | 2017-02-21 - 05:13 | over 9 years |
| 1.17.3 | LGPL-3.0-or-later | 3 | 2016-12-09 - 18:46 | over 9 years |
| 1.17.2 | LGPL-3.0-or-later | 3 | 2016-07-26 - 04:15 | almost 10 years |
| 1.17.1 | LGPL-3.0-or-later | 3 | 2016-06-21 - 20:32 | almost 10 years |
| 1.17.0 | LGPL-3.0-or-later | 3 | 2016-04-29 - 05:15 | about 10 years |
| 1.16.3 | LGPL-3.0-or-later | 3 | 2016-07-26 - 04:14 | almost 10 years |
| 1.16.2 | LGPL-3.0-or-later | 3 | 2016-06-21 - 20:31 | almost 10 years |
| 1.16.1 | LGPL-3.0-or-later | 3 | 2016-04-29 - 05:11 | about 10 years |
| 1.16.0 | LGPL-3.0-or-later | 3 | 2015-11-05 - 22:59 | over 10 years |
| 1.15.5 | LGPL-3.0-or-later | 3 | 2016-04-29 - 05:09 | about 10 years |
| 1.15.4 | LGPL-3.0-or-later | 3 | 2015-11-03 - 02:09 | over 10 years |
| 1.15.3 | LGPL-3.0-or-later | 3 | 2015-10-02 - 23:28 | over 10 years |
| 1.15.2 | LGPL-3.0-or-later | 3 | 2014-12-19 - 23:01 | over 11 years |
| 1.15.1 | LGPL-3.0-or-later | 3 | 2014-09-22 - 18:34 | over 11 years |
| 1.15.0 | LGPL-3.0-or-later | 3 | 2014-09-18 - 23:57 | over 11 years |
| 1.14.3 | LGPL-3.0-or-later | 3 | 2015-11-03 - 02:06 | over 10 years |
| 1.14.2 | LGPL-3.0-or-later | 3 | 2014-12-19 - 22:58 | over 11 years |
| 1.14.1 | LGPL-3.0-or-later | 3 | 2014-08-26 - 07:04 | almost 12 years |
| 1.14.0 | LGPL-3.0-or-later | 3 | 2014-05-07 - 23:14 | about 12 years |
| 1.13.4 | LGPL-3.0-or-later | 3 | 2015-11-03 - 02:03 | over 10 years |
| 1.13.3 | LGPL-3.0-or-later | 3 | 2014-12-19 - 22:58 | over 11 years |
| 1.13.2 | LGPL-3.0-or-later | 3 | 2014-08-26 - 07:02 | almost 12 years |
| 1.13.1 | LGPL-3.0-or-later | 3 | 2014-05-07 - 22:29 | about 12 years |
| 1.13.0 | LGPL-3.0-or-later | 3 | 2014-03-14 - 04:31 | over 12 years |
| 1.12.4 | LGPL-3.0-or-later | 3 | 2014-05-07 - 21:55 | about 12 years |
| 1.12.3 | LGPL-3.0-or-later | 3 | 2014-03-14 - 04:31 | over 12 years |
