Impact
The vulnerability exists in the Linux kernel’s CPU hotplug code. During a CPU offline operation a callback that is only allowed to fail in the ONLINE phase was mistakenly registered in the OFFLINE teardown. When a CPU is taken offline, this callback may return an error, causing the kernel to emit a DEAD callback warning and potentially stall the hotplug sequence. This failure does not grant code execution or data access but it is inferred that the failure could lead to a system reboot or service interruption, resulting in a denial of service.
Affected Systems
Linux kernels that include the affected code path before commit 4ae12d8bd9a8 are vulnerable. The patch that moves the offending callback to the ONLINE section was introduced in that commit and is preserved in subsequent updates. Kernels compiled or distributed prior to that commit remain at risk.
Risk and Exploitability
The CVSS score of 5.5 indicates medium severity, and the EPSS score of less than 1 % shows a very low likelihood of exploitation in the wild. Based on the description, it is inferred that an attacker would need to perform privileged CPU hotplug operations, which likely requires local kernel access. A local attacker could trigger the callback to provoke a DEAD warning, potentially leading to a kernel failure that may require a reboot, but this inference is drawn from the described behavior. The flaw does not grant arbitrary code execution or data access.
OpenCVE Enrichment
Debian DLA
Ubuntu USN