Post #2376369
2026-05-01 05:37 UTC
@alanxoc3@tilde.zone i tried the script on slackware 15.0, it did't' work, can't find '/usr/bin/su' when i edit the code to use '/bin/su' it said permission denied
Replies (1)
-
@alanxoc3@tilde.zone 2026-05-01 20:46
@aerphanas@tilde.zone Umm... Maybe it isn't affected? The kernel changed that caused it is from 2017. Or maybe the user you are using doesn't have read/execute perms on `su`, which might also prevent the vulnerability. I think usually `su` is configured for every user to have read perms though. ``` > ls -l /usr/bin/su .rwsr-xr-x 55k root 1 Apr 04:27 /usr/bin/su ```