A local root vulnerability in glibc
A local root vulnerability in glibc
Posted Oct 5, 2023 12:36 UTC (Thu) by hmh (subscriber, #3838)In reply to: A local root vulnerability in glibc by NYKevin
Parent article: A local root vulnerability in glibc
The correct answer here is more likely to be in he direction of: keep suid and sgid around and use it where possible while nothing better and safer like capabilities are available for what you need. But do that while actually hardening for real the dynamic linker without weakening security for any reason. No debugging, no behaviour modification based on the environment.
Then, one would need a separate, object-build-time thing for debugging suid/sgid binaries that cannot be in any way shoehorned into a production suid or sgid binary, instead. More annoying to developers, but that much safer for everyone.
