Security Advisory

CVE-2021-47134

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-15 20:14:36
Last updated 2026-05-11 13:48:42
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: efi/fdt: fix panic when no valid fdt found setup_arch() would invoke efi_init()->efi_get_fdt_params(). If no valid fdt found then initial_boot_params will be null. So we should stop further fdt processing here. I encountered this issue on risc-v.