Debian Package Tracker
Register | Log in
Subscribe

openssh

Choose email to subscribe with

general
  • source: openssh (main)
  • version: 1:10.2p1-6
  • maintainer: Debian OpenSSH Maintainers (archive) (DMD)
  • uploaders: Colin Watson [DMD] – Matthew Vernon [DMD]
  • arch: all any
  • std-ver: 4.6.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1:8.4p1-5+deb11u3
  • o-o-sec: 1:8.4p1-5+deb11u5
  • oldstable: 1:9.2p1-2+deb12u7
  • old-sec: 1:9.2p1-2+deb12u5
  • old-bpo: 1:10.0p1-7~bpo12+1
  • old-upd: 1:9.2p1-2+deb12u7
  • old-p-u: 1:9.2p1-2+deb12u8
  • stable: 1:10.0p1-7+deb13u1
  • stable-bpo: 1:10.2p1-2~bpo13+1
  • testing: 1:10.2p1-5
  • unstable: 1:10.2p1-6
versioned links
  • 1:8.4p1-5+deb11u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:8.4p1-5+deb11u5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:9.2p1-2+deb12u5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:9.2p1-2+deb12u7: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:9.2p1-2+deb12u8: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.0p1-7~bpo12+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.0p1-7+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.2p1-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.2p1-5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.2p1-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • openssh-client (282 bugs: 0, 162, 120, 0)
  • openssh-client-gssapi
  • openssh-client-udeb
  • openssh-server (250 bugs: 0, 192, 58, 0)
  • openssh-server-gssapi
  • openssh-server-udeb
  • openssh-sftp-server (2 bugs: 0, 2, 0, 0)
  • openssh-tests
  • ssh (124 bugs: 0, 68, 56, 0)
  • ssh-askpass-gnome (3 bugs: 0, 3, 0, 0)
action needed
debian/patches: 1 patch with invalid metadata, 8 patches to forward upstream high

Among the 26 debian patches available in version 1:10.2p1-6 of the package, we noticed the following issues:

  • 1 patch with invalid metadata that ought to be fixed.
  • 8 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-03-28 06:21
1 security issue in trixie high

There is 1 open security issue in trixie.

1 important issue:
  • CVE-2026-3497: 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.
Created: 2025-10-06 Last update: 2026-03-27 22:00
1 security issue in forky high

There is 1 open security issue in forky.

1 important issue:
  • CVE-2026-3497: 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.
Created: 2026-03-13 Last update: 2026-03-27 22:00
3 security issues in bullseye high

There are 3 open security issues in bullseye.

1 important issue:
  • CVE-2026-3497: 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.
2 issues postponed or untriaged:
  • CVE-2025-61984: (postponed; to be fixed through a stable update) 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.)
  • CVE-2025-61985: (postponed; to be fixed through a stable update) ssh in OpenSSH before 10.1 allows the '\0' character in an ssh:// URI, potentially leading to code execution when a ProxyCommand is used.
Created: 2026-03-13 Last update: 2026-03-27 22:00
1 security issue in bookworm high

There is 1 open security issue in bookworm.

1 important issue:
  • CVE-2026-3497: 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.
2 issues that should be fixed with the next stable update:
  • CVE-2025-61984: 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.)
  • CVE-2025-61985: ssh in OpenSSH before 10.1 allows the '\0' character in an ssh:// URI, potentially leading to code execution when a ProxyCommand is used.
Created: 2026-03-13 Last update: 2026-03-27 22:00
Depends on packages which need a new maintainer normal
The packages that openssh depends on which need a new maintainer are:
  • ssh-askpass (#993155)
    • Suggests: ssh-askpass ssh-askpass
Created: 2019-11-22 Last update: 2026-04-02 16:30
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 2-day delay is over. Check why.
Created: 2026-04-02 Last update: 2026-04-02 16:01
43 bugs tagged patch in the BTS normal
The BTS contains patches fixing 43 bugs (53 if counting merged bugs), consider including or untagging them.
Created: 2026-03-31 Last update: 2026-04-02 16:00
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-02-19 Last update: 2026-03-28 03:30
8 open merge requests in Salsa normal
There are 8 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-21 Last update: 2026-02-19 16:01
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.6.2).
Created: 2024-04-07 Last update: 2026-03-31 15:01
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • excuses:
    • Migration status for openssh (1:10.2p1-5 to 1:10.2p1-6): Will attempt migration (Any information below is purely informational)
    • Additional info (not blocking):
    • ∙ ∙ Updating openssh will fix bugs in testing: #1130595
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/o/openssh.html
    • ∙ ∙ Autopkgtest for ansible-core/2.20.3-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for curl/8.19.0-1: ppc64el: Pass ♻ (reference ♻), s390x: Pass ♻
    • ∙ ∙ Autopkgtest for openssh/1:10.2p1-6: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Reproduced on amd64
    • ∙ ∙ Reproduced on arm64
    • ∙ ∙ Reproduced on armhf
    • ∙ ∙ Reproduced on i386
    • ∙ ∙ Reproduced on ppc64el
    • ∙ ∙ Required age reduced by 3 days because of autopkgtest
    • ∙ ∙ 5 days old (needed 2 days)
news
[rss feed]
  • [2026-03-27] Accepted openssh 1:10.2p1-6 (source) into unstable (Colin Watson)
  • [2026-02-28] Accepted openssh 1:9.2p1-2+deb12u8 (source) into oldstable-proposed-updates (Debian FTP Masters)
  • [2026-02-27] Accepted openssh 1:10.0p1-7+deb13u1 (source) into proposed-updates (Debian FTP Masters)
  • [2026-02-22] openssh 1:10.2p1-5 MIGRATED to testing (Debian testing watch)
  • [2026-02-19] Accepted openssh 1:10.2p1-5 (source) into unstable (Colin Watson)
  • [2026-02-18] Accepted openssh 1:10.2p1-4 (source) into unstable (Colin Watson)
  • [2025-12-06] openssh 1:10.2p1-3 MIGRATED to testing (Debian testing watch)
  • [2025-12-02] Accepted openssh 1:10.2p1-3 (source) into unstable (Colin Watson)
  • [2025-10-26] Accepted openssh 1:10.2p1-2~bpo13+1 (all amd64 source) into stable-backports (Debian FTP Masters) (signed by: Colin Watson)
  • [2025-10-22] openssh 1:10.2p1-2 MIGRATED to testing (Debian testing watch)
  • [2025-10-17] Accepted openssh 1:10.2p1-2 (source) into unstable (Colin Watson)
  • [2025-10-10] Accepted openssh 1:10.2p1-1 (source) into unstable (Colin Watson)
  • [2025-10-09] Accepted openssh 1:10.1p1-2 (source) into unstable (Colin Watson)
  • [2025-10-07] Accepted openssh 1:10.1p1-1 (source) into unstable (Colin Watson)
  • [2025-08-25] openssh 1:10.0p1-8 MIGRATED to testing (Debian testing watch)
  • [2025-08-10] Accepted openssh 1:10.0p1-8 (source) into unstable (Colin Watson)
  • [2025-08-05] openssh 1:10.0p1-7 MIGRATED to testing (Debian testing watch)
  • [2025-08-04] Accepted openssh 1:10.0p1-7~bpo12+1 (source) into stable-backports (Colin Watson)
  • [2025-08-02] openssh 1:10.0p1-6 MIGRATED to testing (Debian testing watch)
  • [2025-08-01] Accepted openssh 1:10.0p1-7 (source) into unstable (Colin Watson)
  • [2025-07-28] Accepted openssh 1:9.2p1-2+deb12u7 (source) into proposed-updates (Debian FTP Masters)
  • [2025-07-28] Accepted openssh 1:10.0p1-6 (source) into unstable (Colin Watson)
  • [2025-05-19] Accepted openssh 1:10.0p1-5~bpo12+2 (all amd64 source) into stable-backports (Debian FTP Masters) (signed by: Colin Watson)
  • [2025-05-15] openssh 1:10.0p1-5 MIGRATED to testing (Debian testing watch)
  • [2025-05-09] Accepted openssh 1:10.0p1-5 (source) into unstable (Colin Watson)
  • [2025-05-09] Accepted openssh 1:10.0p1-4 (source) into unstable (Colin Watson)
  • [2025-05-08] Accepted openssh 1:9.2p1-2+deb12u6 (source) into proposed-updates (Debian FTP Masters) (signed by: Colin Watson)
  • [2025-05-08] Accepted openssh 1:8.4p1-5+deb11u5 (source) into oldstable-security (Colin Watson)
  • [2025-05-07] Accepted openssh 1:10.0p1-3 (source) into unstable (Colin Watson)
  • [2025-04-28] openssh 1:10.0p1-2 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 646 692
  • RC: 0
  • I&N: 422 441
  • M&W: 223 250
  • F&P: 1
  • patch: 43 53
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • l10n (100, -)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:10.2p1-2ubuntu3
  • 157 bugs (8 patches)
  • patches for 1:10.2p1-2ubuntu3

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing