cve/2021/CVE-2021-47134.md
2025-09-29 21:09:30 +02:00

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.

Github