summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2023-48795-buster.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 05:39:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 05:39:34 +0000
commit1a040104899b0285a3a41ebd1dfe72a84dedeb22 (patch)
treee22983d910417ad86452c74b9c6a272b7e07ee82 /debian/patches/CVE-2023-48795-buster.patch
parentAdding debian version 1:7.9p1-10+deb10u3. (diff)
downloadopenssh-debian/1%7.9p1-10+deb10u4.tar.xz
openssh-debian/1%7.9p1-10+deb10u4.zip
Adding debian version 1:7.9p1-10+deb10u4.debian/1%7.9p1-10+deb10u4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/CVE-2023-48795-buster.patch')
-rw-r--r--debian/patches/CVE-2023-48795-buster.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/CVE-2023-48795-buster.patch b/debian/patches/CVE-2023-48795-buster.patch
new file mode 100644
index 0000000..6a53c5d
--- /dev/null
+++ b/debian/patches/CVE-2023-48795-buster.patch
@@ -0,0 +1,12 @@
+Index: openssh/kex.c
+===================================================================
+--- openssh.orig/kex.c
++++ openssh/kex.c
+@@ -630,6 +630,7 @@ kex_new(struct ssh *ssh, char *proposal[
+ }
+ if ((r = kex_prop2buf(kex->my, proposal)) != 0)
+ goto out;
++ kex->flags = KEX_INITIAL;
+ kex->done = 0;
+ kex_reset_dispatch(ssh);
+ ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);