First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ACPI: battery: Fix possible crash when unregistering a battery hook When a battery hook returns an error when adding a new battery, then the battery hook is automatically unregistered. However the battery hook provider cannot know that, so it will later call battery_hook_unregister() on the already unregistered battery hook, resulting in a crash. Fix this by using the list head to mark already unregistered battery hooks as already being unregistered so that they can be ignored by battery_hook_unregister().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.17<5.10.227 | |
Linux Kernel | >=5.11<5.15.168 | |
Linux Kernel | >=5.16<6.1.113 | |
Linux Kernel | >=6.2<6.6.55 | |
Linux Kernel | >=6.7<6.10.14 | |
Linux Kernel | >=6.11<6.11.3 | |
Linux Kernel | =6.12-rc1 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.128-1 6.12.19-1 6.12.20-1 |
debian/linux-6.1 | 6.1.128-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49955 has been classified with a medium severity level due to its potential to cause crashes when unregistering a battery hook in the Linux kernel.
To fix CVE-2024-49955, update the Linux kernel to version 6.1.123-1 or later, or to specified patched versions listed for your system.
CVE-2024-49955 affects the Linux kernel versions prior to 5.10.227 and between certain versions from 5.11 to 6.12.
CVE-2024-49955 addresses a crash vulnerability that could occur when a battery hook returns an error while trying to add a new battery.
CVE-2024-49955 is not classified as a remote vulnerability as it requires local execution within the Linux kernel to exploit.