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#
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: Improve rules for %-expansion of username.
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-61984
3
upstream: correctly match ECDSA signature algorithms against
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-35387
4
upstream: Fix cases where error codes were not correctly set
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-26465
5
upstream: Don't reply to PING in preauth phase or during KEX
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-26466
6
upstream: when sending ObscureKeystrokeTiming chaff packets,
"djm@openbsd.org" <djm@openbsd.org>
CVE-2024-39894
7
upstream: Fix logic error in DisableForwarding option. This
"djm@openbsd.org" <djm@openbsd.org>
CVE-2025-32728
8
upstream: add missing askpass check when using
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-35388
9
notify systemd on listen and reload
Damien Miller <djm@mindrot.org>
10
Fix missing header for systemd notification
90 <hi@90.gripe>
11
Patch #11
Jose Quaresma <jose.quaresma@foundries.io>
CVE-2024-6387
12
Patch #12
Maxin B. John <maxin.john@enea.com>
13
regress/banner.sh: log input and output files on error
Mikko Rapeli <mikko.rapeli@linaro.org>
14
upstream: when downloading files as root in legacy (-O) mode
"djm@openbsd.org" <djm@openbsd.org>
CVE-2026-35385
Vulnerabilities#
Name
Analysis
Description
Exploitable
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.
Exploitable
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).
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.