CVE-2021-47018: powerpc/64: Fix the definition of the fixmap area
In the Linux kernel, the following vulnerability has been resolved:
powerpc/64: Fix the definition of the fixmap area
At the time being, the fixmap area is defined at the top of the address space or just below KASAN.
This definition is not valid for PPC64.
For PPC64, use the top of the I/O space.
Because of circular dependencies, it is not possible to include asm/fixmap.h in asm/book3s/64/pgtable.h , so define a fixed size AREA at the top of the I/O space for fixmap and ensure during build that the size is big enough.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2021-47018?
CVE-2021-47018 has a medium severity rating due to its potential impact on system stability in the Linux kernel.
How do I fix CVE-2021-47018?
To fix CVE-2021-47018, update your Linux kernel to a version that is equal to or later than 5.10.37, 5.11.21, or 5.12.4.
What systems are affected by CVE-2021-47018?
CVE-2021-47018 affects Linux kernel versions between 5.5 and 5.10.37, 5.11 and 5.11.21, and 5.12 and 5.12.4.
Can CVE-2021-47018 be exploited remotely?
CVE-2021-47018 is not known to be exploitable remotely, as it primarily affects local system configurations.
Is CVE-2021-47018 related to any specific hardware?
CVE-2021-47018 specifically affects the powerpc/64 architecture within the Linux kernel.