
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, CVE-2021-47631 addresses a NULL pointer dereference vulnerability in the da850evmconfigemac() function. The issue occurs when booting multiv5defconfig in QEMU under the palmetto-bmc machine with newer versions of GCC. The vulnerability exists because davincisocinfo only gets populated on davinci machines, but da850evmconfigemac() is called on all machines via device_initcall() (Kernel Git).
The vulnerability is triggered when the emacpdata pointer in socinfo is NULL, causing a kernel panic when attempting to access rmiien. The issue manifests as a NULL pointer dereference at virtual address 00000020, resulting in an internal error (Oops: 5) on ARM systems. The problem stems from improper ordering of operations where rmiien is accessed before verifying if the current machine is a supported SoC (Kernel Git).
When triggered, this vulnerability causes a kernel panic, leading to a system crash. This results in a denial of service condition on affected systems running the vulnerable kernel version (Kernel Git).
The fix involves moving the rmii_en assignment below the machine check so that it is only dereferenced when running on a supported SoC. This ensures that the pointer is only accessed after verifying the correct machine type (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."