mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
961 B
961 B
CVE-2021-47134
Description
In the Linux kernel, the following vulnerability has been resolved:efi/fdt: fix panic when no valid fdt foundsetup_arch() would invoke efi_init()->efi_get_fdt_params(). If novalid fdt found then initial_boot_params will be null. So weshould stop further fdt processing here. I encountered thisissue on risc-v.
POC
Reference
No PoCs from references.