mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
fda2e25180
* Added detection of EFI binaries vulnerable to ThinkPwn to tools.uefi.blacklist module config This commit extends blacklist.json black-list configuration file for tools.uefi.blacklist module with detection of EFI binaries vulnerable to vulnerability in SystemSmmRuntimeRt a.k.a. 'ThinkPwn' discovered by Dmytro Oleksiuk (@d_olex). Reference: http://blog.cr4.sh/2016/06/exploring-and-exploiting-lenovo.html The attributes detected are - GUID of vulnerable UEFI SmmRuntime protocol within contents of EFI binaries - 2 names (aka UI strings) 'SystemSmmRuntimeRt.efi' and 'SmmRuntime' and 2 GUIDs of vulnerable EFI binaries found in different systems * Comments