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.
No PoCs from references.
- https://github.com/NaInSec/CVE-LIST