VULN_Dell_BIOS_Update_Driver_DBUtil_May21
Description
Detects vulnerable DELL BIOS update driver that allows privilege escalation as reported in CVE-2021-21551 - DBUtil_2_3.Sys - note: it's usual location is in the C:\Windows\Temp folder
Query · yara
strings:
$s1 = "\\DBUtilDrv2" ascii
$s2 = "DBUtil_2_3.Sys" ascii fullword
$s3 = "[ Dell BIOS Utility Driver - " ascii fullword
condition:
uint16(0) == 0x5a4d and filesize < 50KB and all of them