| Summary: | openssh-8.9_p1 does not accept connections - invalid syscall=414 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Sylvia <fierevere> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | critical | CC: | chutzpah, cjwatson, dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 8.9p1 | ||||||
| Hardware: | ix86 | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 3395 | ||||||
| Attachments: |
|
||||||
|
Description
Sylvia
2022-02-26 05:53:38 AEDT
Created attachment 3574 [details]
Allow ppoll_time64 in seccomp filter
This should fix it, I have no way to test since I am on amd64, which does not seem to be affected.
This was also reported as https://bugs.debian.org/1006445, with a very similar patch. https://bugs.debian.org/1006463 reports that (as I expected) armhf is also affected; I think it'll be on most or all 32-bit Linux architectures. Thanks for the report. I have committed the patch and cherry picked it into the V_8_9 branch, so it will be in the next release. (In reply to Colin Watson from comment #2) > I think it'll be on most or all 32-bit Linux architectures. Sigh. I actually have a 32bit ARM SBC running Debian in the test systems in an attempt to catch this kind of thing, but it didn't. (I suspect it's too old). Anyway I've added a Debian i386 VM to the test set. Patrick's patch suggested above works for me. Also see https://bugs.gentoo.org/834019#c11 closing bug resolved during openssh-9.0 release cycle |