]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: fix hard-to-reach NULL deref during pubkey auth
authordjm@openbsd.org <djm@openbsd.org>
Wed, 13 May 2026 05:11:02 +0000 (05:11 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 13 May 2026 05:12:18 +0000 (15:12 +1000)
commitcf6c0b3b94cdc223f1b8be1ef2d93e993af5d976
tree24870c3aa498295204ba6ac423650fb02f9d0314
parent55df196e39cb23fd53e42b2f07292ffc01650bff
upstream: fix hard-to-reach NULL deref during pubkey auth

To hit this, the user must be using a PEM style private key with no
corresponding .pub key adjacent to it.

OpenBSD-Commit-ID: b7150acc5322fa33f21491834d9471fbe3d30f20
sshconnect2.c