VYPR

SSH.NET

by sshnet

nuget: ssh.net

Source repositories

CVEs (3)

  • CVE-2026-85756HigSep 16, 2026
    risk 0.42cvss 7.5epss 0.01

    SSH.NET is a Secure Shell (SSH) library for .NET. Prior to 2026.0.0, ScpClient places caller-supplied remote paths into the command used to run scp on the server, and the default RemotePathTransformation.DoubleQuote transformation cannot safely quote every remote command…

  • CVE-2026-48798HigAug 18, 2026
    risk 0.39cvss 7.1epss 0.00

    SSH.NET is a Secure Shell (SSH) library for .NET. In 2025.1.0 and earlier, ScpClient.Download(string directoryName, DirectoryInfo directoryInfo) trusts file and directory names returned by a remote SCP server and combines them with the requested local directory without…

  • CVE-2022-29245MedMay 31, 2022
    risk 0.35cvss 6.5epss 0.01

    SSH.NET is a Secure Shell (SSH) library for .NET. In versions 2020.0.0 and 2020.0.1, during an `X25519` key exchange, the client’s private key is generated with `System.Random`. `System.Random` is not a cryptographically secure random number generator, it must therefore not be…