Overview
About vulnerability
In the Linux kernel, the following vulnerability has been resolved:
ACPICA: Revert “ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine.”
Undo the modifications made in commit d410ee5109a1 (“ACPICA: avoid “Info: mapping multiple BARs. Your kernel is fine.””). The initial purpose of this commit was to stop memory mappings for operation regions from overlapping page boundaries, as it can trigger warnings if different page attributes are present.
However, it was found that when this situation arises, mapping continues until the boundary’s end, but there is still an attempt to read/write the entire length of the map, leading to a NULL pointer deference. For example, if a four-byte mapping request is made but only one byte is mapped because it hits the current page boundary’s end, a four-byte read/write attempt is still made, resulting in a NULL pointer deference.
Instead, map the entire length, as the ACPI specification does not mandate that it must be within the same page boundary. It is permissible for it to be mapped across different regions.
Details
- Affected product:
- AlmaLinux 9.2 ESU , Amazon Linux 2 ELS , CentOS 6 ELS , CentOS 7 ELS , CentOS 8.4 ELS , CentOS 8.5 ELS , CentOS Stream 8 ELS , CloudLinux 6 ELS , CloudLinux 7 ELS , Debian 10 ELS , Oracle Linux 6 ELS , Oracle Linux 7 ELS , RHEL 7 ELS , TuxCare 9.6 ESU , Ubuntu 16.04 ELS , Ubuntu 18.04 ELS , Ubuntu 20.04 ELS
- Affected packages:
- kernel @ 5.10.0 (+18 more)
Fixes
KernelCare state
Live-patch status from KernelCare for each operating system.
| Operating system | Status | Covered kernels |
|---|---|---|
| AlmaLinux 8 | Released |
44 kernels
|
| AlmaLinux 9 | Released |
30 kernels
|
| Amazon Linux 2 | Ready For Release | — |
| Amazon Linux 2023 | Planned | — |
| Amazon Linux 2 5.10 | Will Not Fix | — |
| CentOS 8 | Released |
33 kernels
|
| CloudLinux OS 7h | Released |
62 kernels
|
| CloudLinux OS 8 | Released |
58 kernels
|
| Debian 11 | Released |
30 kernels
|
| Debian 11 cloud | Released |
10 kernels
|
| Debian 12 | Planned | — |
| Oracle Linux 8 | Released |
69 kernels
|
| Oracle Linux 9 | Released |
36 kernels
|
| Proxmox VE 7 5.15 | Released |
47 kernels
|
| RHEL 8 | Released |
65 kernels
|
| RHEL 9 | Released |
30 kernels
|
| Rocky Linux 8 | Released |
39 kernels
|
| Rocky Linux 9 | Released |
30 kernels
|
| Ubuntu 18.04 AWS Focal | Released |
56 kernels
|
| Ubuntu 18.04 Azure Focal | Will Not Fix | — |
| Ubuntu 18.04 HWE Focal | Released |
69 kernels
|
| Ubuntu 20.04 | Released |
114 kernels
|
| Ubuntu 20.04 AWS | Released |
97 kernels
|
| Ubuntu 20.04 Azure | Released |
88 kernels
|
| Ubuntu 20.04 GCP | Ready For Release | — |
| Ubuntu 20.04 HWE AWS | Released |
45 kernels
|
| Ubuntu 20.04 HWE Azure | Released |
28 kernels
|
| Ubuntu 22.04 | Released |
58 kernels
|
| Ubuntu 22.04 AWS | Released |
52 kernels
|
| Ubuntu 22.04 Azure | Released |
48 kernels
|
| Ubuntu 24.04 | Planned | — |