[Bug 1944621] [NEW] sshd in chroot has regression with glibc 2.34
William Wilson
1944621 at bugs.launchpad.net
Wed Sep 22 21:22:18 UTC 2021
Public bug reported:
A regression to sshd running in a chroot exists under the following
conditions:
1) sshd was built with glibc 2.34
2) sshd is running with a kernel that does not define the close_range syscall (kernel <= 5.8)
3) /proc/self/fd does not exist in the chroot
The glibc 2.34 implementation of fallback_closefrom fails if
/proc/self/fd is not present, which is a valid sshd use case.
** Affects: openssh (Ubuntu)
Importance: Undecided
Assignee: William Wilson (jawn-smith)
Status: New
** Changed in: openssh (Ubuntu)
Assignee: (unassigned) => William Wilson (jawn-smith)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1944621
Title:
sshd in chroot has regression with glibc 2.34
Status in openssh package in Ubuntu:
New
Bug description:
A regression to sshd running in a chroot exists under the following
conditions:
1) sshd was built with glibc 2.34
2) sshd is running with a kernel that does not define the close_range syscall (kernel <= 5.8)
3) /proc/self/fd does not exist in the chroot
The glibc 2.34 implementation of fallback_closefrom fails if
/proc/self/fd is not present, which is a valid sshd use case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1944621/+subscriptions
More information about the foundations-bugs
mailing list