CVE-2021-47018

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Feb 28, 2024
Updated: Jan 8, 2025

Summary

CVE-2021-47018 is a vulnerability affecting the Linux kernel on PPC64 architecture. The issue lies in the incorrect definition of the fixmap area, which is used to manage fixed-sized memory regions. Currently, this area is defined either at the top of the address space or just below the KASAN region. However, this definition is not valid for PPC64 systems. Therefore, a fix has been implemented to define the fixmap area at the top of the I/O space instead. Due to circular dependencies, it was not possible to include asm/fixmap.h in asm/book3s/64/pgtable.h directly. To address this, a fixed size AREA has been defined at the top of the I/O space for the fixmap region, ensuring it is large enough during the build process.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share