Overview
About vulnerability
In the Linux kernel, the following vulnerability has been resolved:
ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
With nosmp in cmdline, other CPUs are not brought up, leaving their cpc_desc_ptr NULL. CPU0’s iteration via for_each_possible_cpu() dereferences these NULL pointers, causing panic.
Panic backtrace:
[ 0.401123] Unable to handle kernel NULL pointer dereference at virtual address 00000000000000b8 … [ 0.403255] [<ffffffff809a5818>] cppc_allow_fast_switch+0x6a/0xd4 … Kernel panic - not syncing: Attempted to kill init!
[ rjw: New subject ]
Details
- Affected product:
- AlmaLinux 9.2 ESU , CentOS 8.4 ELS , CentOS 8.5 ELS , CentOS Stream 8 ELS , TuxCare 9.6 ESU
- Affected packages:
- kernel @ 4.18.0 (+4 more)
Fixes
KernelCare state
Live-patch status from KernelCare for each operating system.
| Operating system | Status | Covered kernels |
|---|---|---|
| AlmaLinux 9.2 ESU | Planned | — |
| AlmaLinux 9.6 ESU | Planned | — |
| Amazon Linux 2023 | Planned | — |
| Debian 12 | Released |
28 kernels
|
| Oracle Linux 8 UEK 7 | Released |
17 kernels
|
| Oracle Linux 9 UEK 7 | Released |
17 kernels
|
| Ubuntu 24.04 | Released |
37 kernels
|