Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade OpenSSH to 9.8p1 to resolve the Regresshion CVE #9575

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/openssh/openssh.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"openssh-9.7p1.tar.gz": "490426f766d82a2763fcacd8d83ea3d70798750c7bd2aff2e57dc5660f773ffd",
"openssh-9.8p1.tar.gz": "dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3",
"pam_ssh_agent_auth-0.10.3.tar.bz2": "3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763",
"pam_ssh_agent-rmheaders": "468ed01777cae90b31244130d66dfcf7dad9d5cafd9746e6f155440d8c9b16d7",
"sshd-keygen.service": "331515a4fb37951122ac8447111b126368386a49ac429f500fe3819ba25a70be",
Expand Down
6 changes: 5 additions & 1 deletion SPECS/openssh/openssh.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%global openssh_ver 9.7p1
%global openssh_ver 9.8p1
%global pam_ssh_agent_ver 0.10.3
Summary: Free version of the SSH connectivity tools
Name: openssh
Expand Down Expand Up @@ -226,6 +226,7 @@ fi
/lib/systemd/system/sshd-keygen.service
/lib/systemd/system/sshd.service
%{_sbindir}/sshd
%{_libexecdir}/sshd-session
%{_libexecdir}/sftp-server
%{_mandir}/man5/sshd_config.5.gz
%{_mandir}/man8/sshd.8.gz
Expand Down Expand Up @@ -261,6 +262,9 @@ fi
%{_mandir}/man8/ssh-sk-helper.8.gz

%changelog
* Mon Jul 01 2024 Jon Slobodzian <joslobo@microsoft.com> - 9.8p1-1
- Upgrade to version 9.8p1. This fixes CVE-2024-6387 (a regression to CVE-2006-5051) in OpenSSH's server.

* Thu May 02 2024 Tobias Brick <tobiasb@microsoft.com> - 9.7p1-1
- Upgrade to version 9.7p1

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15143,8 +15143,8 @@
"type": "other",
"other": {
"name": "openssh",
"version": "9.7p1",
"downloadUrl": "https://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.7p1.tar.gz"
"version": "9.8p1",
"downloadUrl": "https://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz"
}
}
},
Expand Down
Loading