Added disable by default option to reduce noise

Signed-off-by: darryk10 <stefano.chierici@sysdig.com>
This commit is contained in:
Stefano
2022-09-02 15:08:07 +02:00
committed by poiana
parent c844eb9ef3
commit 366bcfd7a3

View File

@@ -3209,6 +3209,7 @@
desc: This rule detect an attempt to write on container entrypoint symlink (/proc/self/exe). Possible CVE-2019-5736 Container Breakout exploitation attempt.
condition: >
open_write and container and (fd.name=/proc/self/exe or fd.name startswith /proc/self/fd/) and not docker_procs and not proc.cmdline = "runc:[1:CHILD] init"
enabled: false
output: >
Detect Potential Container Breakout Exploit (CVE-2019-5736) (user=%user.name process=%proc.name file=%fd.name cmdline=%proc.cmdline %container.info)
priority: WARNING