Comment on: Is this actually fixed in any stable release?
Repo: 0xdeadbeefnetwork/ssh-keysign-pwn by mty22
Doesn't appear to be. At least it looks like we can mitigate this via:
```
sysctl -w kernel.yama.ptrace_scope=2
```
Tested it on `6.12.0-124.49.1.el10_1.x86_64`
https://www.kernel.org/doc/Documentation/security/Yama.txt
Do not blindly paste that as non-root user things which utilise ptrace will effectively break.
Edit again - see: https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn/issues/1#issuecomment-4461497067
GitHub Issue
SaaS Metrics