VYPR

PyPI package

paramiko

pkg:pypi/paramiko

Vulnerabilities (6)

  • CVE-2026-44405LowMay 6, 2026
    affected <= 4.0.0

    In Paramiko through 4.0.0 before a448945, rsakey.py allows the SHA-1 algorithm.

  • CVE-2023-48795MedDec 18, 2023
    affected >= 2.5.0, < 3.4.0fixed 3.4.0

    The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end

  • CVE-2022-24302Mar 17, 2022
    affected >= 2.10.0, < 2.10.1fixed 2.10.1

    In Paramiko before 2.10.1, a race condition (between creation and chmod) in the write_private_key_file function could allow unauthorized information disclosure.

  • CVE-2018-1000805HigOct 8, 2018
    affected >= 2.4.0, < 2.4.2fixed 2.4.2

    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.

  • CVE-2018-7750CriMar 13, 2018
    affected >= 2.0.0, < 2.0.8fixed 2.0.8

    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 othe

  • CVE-2008-0299Jan 16, 2008
    affected < 1.7.1-3fixed 1.7.1-3

    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.