Skip to content

Commit f2b8024

Browse files
authored
Update privilege_escalation_potential_suid_sgid_proxy_execution.toml
1 parent dfc88a2 commit f2b8024

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rules/linux/privilege_escalation_potential_suid_sgid_proxy_execution.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ process where host.os.type == "linux" and event.type == "start" and event.action
7070
"/usr/bin/sudo",
7171
"/bin/mount", "/usr/bin/mount",
7272
"/bin/umount", "/usr/bin/umount",
73+
"/usr/bin/fusermount3",
7374
"/bin/passwd", "/usr/bin/passwd",
7475
"/bin/chfn", "/usr/bin/chfn",
7576
"/bin/chsh", "/usr/bin/chsh",
@@ -79,7 +80,9 @@ process where host.os.type == "linux" and event.type == "start" and event.action
7980
"/usr/bin/newuidmap", "/usr/bin/newgidmap",
8081
"/usr/lib/dbus-1.0/dbus-daemon-launch-helper", "/usr/libexec/dbus-daemon-launch-helper",
8182
"/usr/lib/openssh/ssh-keysign", "/usr/libexec/openssh/ssh-keysign",
82-
"/usr/bin/pkexec", "/usr/libexec/pkexec", "/usr/lib/polkit-1/pkexec"
83+
"/usr/bin/pkexec", "/usr/libexec/pkexec", "/usr/lib/polkit-1/pkexec",
84+
"/usr/lib/polkit-1/polkit-agent-helper-1", "/usr/libexec/polkit-agent-helper-1",
85+
"/usr/lib/snapd/snap-confine"
8386
) and process.parent.args_count == 1
8487
'''
8588

0 commit comments

Comments
 (0)