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.
References
Configurations
Configuration 1 (hide)
|
History
27 Feb 2025, 03:20
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-476 | |
CPE | cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.13:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/5148066edbdc89c6fe5bc419c31a5c22e5f83bdb - Patch | |
References | () https://git.kernel.org/stable/c/668a84c1bfb2b3fd5a10847825a854d63fac7baa - Patch | |
References | () https://git.kernel.org/stable/c/8a7e8b4e5631a03ea2fee27957857a56612108ca - Patch | |
First Time |
Linux linux Kernel
Linux |
Information
Published : 2024-03-15 21:15
Updated : 2025-02-27 03:20
NVD link : CVE-2021-47134
Mitre link : CVE-2021-47134
CVE.ORG link : CVE-2021-47134
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference