VDB
DEBIAN-CVE-2024-49955
DEBIAN-CVE-2024-49955
PUBLISHED
CVSS 5.5 MEDIUM
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().
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.99-1, 6.1.94-1, 6.1.98-1 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 5.10.162-1, 5.10.226-1, 5.10.46-4 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.106-3, 6.1.112-1 |
Timeline
- Oct 21, 2024 CVE Published
- Apr 28, 2026 CVE Updated