CVE-2024-49955
Published: Oct 21, 2024
Modified: May 12, 2026
Description
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().
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected fa93854f7a7ed63d054405bf3779247d5300edd3 - < 76fb2cbf01571926da8ecf6876cc8cb07d3f5183affected fa93854f7a7ed63d054405bf3779247d5300edd3 - < c47843a831e0eae007ad7e848d208e675ba4c132affected fa93854f7a7ed63d054405bf3779247d5300edd3 - < da964de4c18199e14b961b5b2e5e6570552a313caffected fa93854f7a7ed63d054405bf3779247d5300edd3 - < 07b98400cb0285a6348188aa8c5ec6a2ae0551f7affected fa93854f7a7ed63d054405bf3779247d5300edd3 - < ca1fb7942a287b40659cc79551a1de54a2c2e7d5+4 more versions |
Linux | Linux | affected 4.17unaffected 0 - < 4.17unaffected 4.19.323 - <= 4.19.*unaffected 5.4.285 - <= 5.4.*unaffected 5.10.227 - <= 5.10.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now