Open helmutg opened 1 year ago
While set-user-alarm is protected from LD_PRELOAD itself, it does not sanitize this variable before executing systemctl as such a malicious user should be able to take control of the systemctl invocation.
set-user-alarm
LD_PRELOAD
systemctl
While
set-user-alarm
is protected fromLD_PRELOAD
itself, it does not sanitize this variable before executingsystemctl
as such a malicious user should be able to take control of thesystemctl
invocation.