CVE-2024-58241
BaseFortify
Publication date: 2025-09-24
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.19.319 (inc) to 4.20 (exc) |
| linux | linux_kernel | From 5.4.281 (inc) to 5.5 (exc) |
| linux | linux_kernel | From 5.10.223 (inc) to 5.11 (exc) |
| linux | linux_kernel | From 5.15.164 (inc) to 5.16 (exc) |
| linux | linux_kernel | From 6.1.101 (inc) to 6.2 (exc) |
| linux | linux_kernel | From 6.6.42 (inc) to 6.7 (exc) |
| linux | linux_kernel | From 6.9.11 (inc) to 6.10 (exc) |
| linux | linux_kernel | From 6.10.1 (inc) to 6.11.6 (exc) |
| linux | linux_kernel | 6.10 |
| linux | linux_kernel | 6.10 |
| linux | linux_kernel | 6.12 |
| linux | linux_kernel | 6.12 |
| linux | linux_kernel | 6.12 |
| linux | linux_kernel | 6.12 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's Bluetooth subsystem, specifically the hci_core component. It involves the disable_work_* functions being used during the hci_unregister_dev process. Since the hci_dev device is about to be freed, new submissions to disable_work_* are not disabled properly, which could lead to issues during device unregistration.
How can this vulnerability impact me? :
The vulnerability could potentially cause instability or unexpected behavior in the Bluetooth subsystem of the Linux kernel when devices are unregistered, possibly leading to system crashes or resource management issues.