VYPR

crates.io package

russh

pkg:cargo/russh

Vulnerabilities (11)

  • CVE-2026-48110HigJun 10, 2026
    affected >= 0.34.0, < 0.61.0fixed 0.61.0

    Russh is a Rust SSH client & server library. From version 0.34.0 to before version 0.61.0, several russh client and server message handlers decoded attacker-controlled SSH strings, name-lists, and byte fields into owned allocations before applying field-specific bounds. A remote

  • CVE-2026-48108MedJun 10, 2026
    affected >= 0.34.0-beta.1, < 0.61.0fixed 0.61.0

    Russh is a Rust SSH client & server library. From version 0.34.0-beta.1 to before version 0.61.0, russh did not enforce the SSH identification-string rules as deliberately as OpenSSH. In particular, the server-side identification reader used the same permissive path as the client

  • CVE-2026-48107MedJun 10, 2026
    affected >= 0.37.0, < 0.61.0fixed 0.61.0

    Russh is a Rust SSH client & server library. From version 0.37.0 to before version 0.61.0, in the russh client keyboard-interactive authentication path, a malicious SSH server could send a USERAUTH_INFO_REQUEST with an attacker-controlled prompt count, and the client would use th

  • CVE-2026-46705MedJun 10, 2026
    affected >= 0.34.0-beta.1, < 0.61.0fixed 0.61.0

    Russh is a Rust SSH client & server library. From version 0.34.0-beta.1 to before version 0.61.0, the russh server authentication path keeps internal userauth state across SSH_MSG_USERAUTH_REQUEST messages without separating that state when the request principal changes. RFC 4252

  • CVE-2026-46702HigJun 10, 2026
    affected >= 0.34.0, < 0.61.1fixed 0.61.1

    Russh is a Rust SSH client & server library. From version 0.34.0 to before version 0.61.1, when SSH compression is enabled, russh accepted compressed packets whose on-wire size passed the normal transport packet-length checks but whose decompressed size was much larger. This allo

  • CVE-2026-46673HigJun 10, 2026
    affected < 0.60.3fixed 0.60.3

    Russh is a Rust SSH client & server library. Prior to version 0.60.3, CryptoVec used unchecked capacity growth, unchecked length arithmetic, and unsafe allocation/locking paths. In current russh releases, local SSH agent peers could still feed attacker-controlled frame lengths in

  • CVE-2026-42189HigMay 8, 2026
    affected < 0.60.1fixed 0.60.1

    Russh is a Rust SSH client & server library. Prior to version 0.60.1, a pre-authentication denial-of-service vulnerability exists in the server's keyboard-interactive authentication handler. A malicious client can crash any russh-based server that implements keyboard-interactive

  • CVE-2025-54804Aug 5, 2025
    affected < 0.54.1fixed 0.54.1

    Russh is a Rust SSH client & server library. In versions 0.54.0 and below, the channel window adjust message of the SSH protocol is used to track the free space in the receive buffer of the other side of a channel. The current implementation takes the value from the message and a

  • CVE-2024-43410Aug 21, 2024
    affected < 0.44.1fixed 0.44.1

    Russh is a Rust SSH client & server library. Allocating an untrusted amount of memory allows any unauthenticated user to OOM a russh server. An SSH packet consists of a 4-byte big-endian length, followed by a byte stream of this length. After parsing and potentially decrypting th

  • CVE-2023-48795MedDec 18, 2023
    affected < 0.40.2fixed 0.40.2

    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-2023-28113Mar 16, 2023
    affected < 0.36.2fixed 0.36.2

    russh is a Rust SSH client and server library. Starting in version 0.34.0 and prior to versions 0.36.2 and 0.37.1, Diffie-Hellman key validation is insufficient, which can lead to insecure shared secrets and therefore breaks confidentiality. Connections between a russh client and