Logo
componentopenssh
Name
openssh
Version
9.6p1
Type
library
Description
A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
Licenses
BSD-2-Clause & BSD-3-Clause & ISC & MIT
PURL
-
CPE
cpe:2.3:*:openbsd:openssh:9.6p1:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
8.9p1
master
10.5p1

Patches#


#
Title
Author
Resolve
1
upstream: don't allow \0 characters in url-encoded strings.
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-61985
2
upstream: avoid download to server-controlled path when
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-59995
3
upstream: Fix cases in GSSAPI and keyboard-interactive
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-60001
4
upstream: Fix multiple RFC 4462 (GSSAPIAuthentication)
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-60000
5
upstream: pass >9 commandline arguments to the internal-sftp
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-59997
6
upstream: Fix cases where error codes were not correctly set
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-26465
7
upstream: Don't reply to PING in preauth phase or during KEX
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-26466
8
upstream: when sending ObscureKeystrokeTiming chaff packets,
"djm@openbsd.org" <djm@openbsd.org>
CVE-2024-39894
9
upstream: Fix logic error in DisableForwarding option. This
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-32728
10
upstream: fix ownership and lifetime of several bits of
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-60002
11
upstream: resist that return ".." via remote glob during
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-59996
12
upstream: DisableForwarding=yes didn't override
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-59999
13
upstream: add missing askpass check when using
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-35388
14
notify systemd on listen and reload
Damien Miller <djm@mindrot.org>
15
Fix missing header for systemd notification
90 <hi@90.gripe>
16
Patch #16
Jose Quaresma <jose.quaresma@foundries.io>
CVE-2024-6387
17
Patch #17
Maxin B. John <maxin.john@enea.com>
18
upstream: Improve rules for %-expansion of username.
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-61984
CVE-2026-35386
19
regress/banner.sh: log input and output files on error
Mikko Rapeli <mikko.rapeli@linaro.org>
20
upstream: correctly match ECDSA signature algorithms against
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-35387
CVE-2026-35414
21
upstream: when downloading files as root in legacy (-O) mode
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-35385

Vulnerabilities#


Name
Analysis
Description
Patched
ssh in OpenSSH before 10.4 can have a use-after-free when a server changes its host key during a key re-exchange. (This outcome occurs only on the client side.)
Patched
sshd in OpenSSH before 10.4 does not always honor the minimum authentication delay.
Patched
sshd in OpenSSH before 10.4 allows remote attackers to cause a denial of service (resource consumption from excessive authentication attempts) because MaxAuthTries was mishandled for GSSAPIAuthentication.
Patched
In sshd in OpenSSH before 10.4, DisableForwarding=yes was supposed to take precedence over PermitTunnel=yes, but did not.
Patched
internal-sftp in sshd in OpenSSH before 10.4 recognizes only the first 9 command-line arguments, which can be important if a later command-line argument would have helped to ensure the intended security properties of an SFTP connection.
Patched
scp in OpenSSH before 10.4 may place a file in the parent directory of an intended directory when the copy occurs between two remote destinations.
Patched
sftp in OpenSSH before 10.4 does not properly constrain the location of downloaded files when "sftp server:/path ." is used with an attacker-controlled server.
Patched
OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.
Patched
OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.
Patched
OpenSSH before 10.3 can use unintended ECDSA algorithms. Listing of any ECDSA algorithm in PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms is misinterpreted to mean all ECDSA algorithms.
Patched
In OpenSSH before 10.3, command execution can occur via shell metacharacters in a username within a command line. This requires a scenario where the username on the command line is untrusted, and also requires a non-default configurations of % in ssh_config.
Patched
In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users' expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).
False Positive
Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.
Patched
ssh in OpenSSH before 10.1 allows the '\0' character in an ssh:// URI, potentially leading to code execution when a ProxyCommand is used.
Patched
ssh in OpenSSH before 10.1 allows control characters in usernames that originate from certain possibly untrusted sources, potentially leading to code execution when a ProxyCommand is used. The untrusted sources are the command line and %-sequence expansion of a configuration file. (A configuration file that provides a complete literal username is not categorized as an untrusted source.)
Patched
In sshd in OpenSSH before 10.0, the DisableForwarding directive does not adhere to the documentation stating that it disables X11 and agent forwarding.
Patched
A flaw was found in the OpenSSH package. For each ping packet the SSH server receives, a pong packet is allocated in a memory buffer and stored in a queue of packages. It is only freed when the server/client key exchange has finished. A malicious client may keep sending such packages, leading to an uncontrolled increase in memory consumption on the server side. Consequently, the server may become unavailable, resulting in a denial of service attack.
Patched
A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client's memory resource first, turning the attack complexity high.
Patched
A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.
Patched
OpenSSH 9.5 through 9.7 before 9.8 sometimes allows timing attacks against echo-off password entry (e.g., for su and Sudo) because of an ObscureKeystrokeTiming logic error. Similarly, other timing attacks against keystroke entry could occur.
False Positive
The OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 and when running in a Kerberos environment, allows remote authenticated users to log in as another user when they are listed in the .k5users file of that user, which might bypass intended authentication requirements that would force a local login.
False Positive
Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.
False Positive
OpenSSH, when using OPIE (One-Time Passwords in Everything) for PAM, allows remote attackers to determine the existence of certain user accounts, which displays a different response if the user account exists and is configured to use one-time passwords (OTP), a similar issue to CVE-2007-2243.