Open hilbix opened 1 year ago
README.md
has been updated.
However I currently lack the time to implement a glibc
test program to only allow safely compiled static versions of suid
.
Recommendation / Workaround:
suid
. And do not use make static
!
This is not a bug of
suid
itself but the standard library.It is believed that updating to a fixed
glibc
version also closes any vulnerability ofsuid
. But in casesuid
is compiled statically this fix might not be enough, as it also must be statically linked against a fixed version ofglibc
.To mitigate that possible risk, a new version of
suid
should be applied which checks for a fixed version ofglibc
as well and theREADME
should be updated accordingly.