[Bug 3295] ssh connection is closed when session id is not 32 bytes (Error - Session Id mismatch error)

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue May 4 04:45:20 AEST 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3295

--- Comment #7 from balu <balu.gajjala at gmail.com> ---
Thank you for your input.

Windows don't have the fork() so we added code (3 years back) to pass
the required information from sshd root process to sshd authenticated
process. 
OpenSSH V8.5 verifies the sessionid2 in the authenticated sshd process.
I added a new code to pass the sessionid2 from sshd root process to
sshd authenticated process. The bug lies here, I used
sshbuf_put_cstring() which caused the bug.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list