Opened 7 weeks ago

Closed 6 weeks ago

Last modified 6 weeks ago

#21104 closed enhancement (fixed)

openssh-9.9p2 ssh-askpass-9.9p2

Reported by: Douglas R. Reno Owned by: blfs-book
Priority: elevated Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New patch version

Changes since OpenSSH 9.9p1
===========================

This release fixes two security bugs.

Security
========

* Fix CVE-2025-26465 - ssh(1) in OpenSSH versions 6.8p1 to 9.9p1
  (inclusive) contained a logic error that allowed an on-path
  attacker (a.k.a MITM) to impersonate any server when the
  VerifyHostKeyDNS option is enabled. This option is off by default.

* Fix CVE-2025-26466 - sshd(8) in OpenSSH versions 9.5p1 to 9.9p1
  (inclusive) is vulnerable to a memory/CPU denial-of-service related
  to the handling of SSH2_MSG_PING packets. This condition may be
  mitigated using the existing PerSourcePenalties feature.

Both vulnerabilities were discovered and demonstrated to be exploitable
by the Qualys Security Advisory team. We thank them for their detailed
review of OpenSSH.

For OpenBSD, fixes to these problems are available as errata; refer
to https://www.openbsd.org/errata.html
 
Bugfixes
========

 * ssh(1), sshd(8): fix regression in Match directive that caused
   failures when predicates and their arguments were separated by '='
   characters instead of whitespace (bz3739).

 * sshd(8): fix the "Match invalid-user" predicate, which was matching
   incorrectly in the initial pass of config evaluation.

 * ssh(1), sshd(8), ssh-keyscan(1): fix mlkem768x25519-sha256 key
   exchange on big-endian systems.

 * Fix a number of build problems on particular operating systems /
   configurations.

More details on the CVEs can be found in a comprehensive writeup by Qualyz - see https://seclists.org/oss-sec/2025/q1/144

Change History (3)

comment:1 by Bruce Dubbs, 6 weeks ago

Milestone: 12.412.3

comment:2 by Bruce Dubbs, 6 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit 96a32d9c8a.

comment:3 by Douglas R. Reno, 6 weeks ago

SA-12.2-093 issued

Note: See TracTickets for help on using tickets.