Privilege Escalation with Kill(-1, SIGKILL) in XNU Kernel of MacOS High Sierra (openwall.com) 17 points by 0x0 8y ago ↗ HN
[–] Mic92 8y ago ↗ This breaks the Nix package manager. And we have no other way to reliable kill processes on macOS unlike Linux, where we can use cgroups.
[–] grhmc 8y ago ↗ One follow-up for the discussion on if this is a DoS or privilege escalation, in the logs we saw: Service exited due to signal: Killed: 9 sent by nix-daemon[54108] and were able to (inconsistently) reproduce this with other unprivileged users.This indicated to us that we hadn’t tripped just a crashing bug, but actually escalated beyond the normal access control protections of kill.
2 comments
[ 391 ms ] story [ 285 ms ] threadThis indicated to us that we hadn’t tripped just a crashing bug, but actually escalated beyond the normal access control protections of kill.