Linux_Exploit_CVE_2021_3156_7f5672d0
Description
Linux.Exploit.CVE-2021-3156
Query · yara
strings:
$a1 = "/tmp/gogogo123456789012345678901234567890go" fullword
$a2 = "gg:$5$a$gemgwVPxLx/tdtByhncd4joKlMRYQ3IVwdoBXPACCL2:0:0:gg:/root:/bin/bash" fullword
$sudo = "sudoedit" fullword
$msg1 = "succes with sleep time %d us" fullword
$msg2 = "[+] Success with %d attempts" fullword
$msg3 = "symlink 2nd time success at: %d" fullword
condition:
(any of ($a*)) or ($sudo and 2 of ($msg*))