CVE-2024-24859: Race condition vulnerability in Linux kernel bluetooth sniff_{min,max}_interval_set()
A race condition was found in the Linux kernel's net/bluetooth in sniff_{min,max}_interval_set() function. This can result in a bluetooth sniffing exception issue, possibly leading denial of service.
Security readout for executives and security teams
Plain-English summary
This is a medium-severity Linux kernel Bluetooth race condition. Under specific conditions, it may cause a Bluetooth-related exception and denial of service. The business risk is mainly service disruption on Linux systems that use Bluetooth, not data theft. The source bundle does not name confirmed exploitation or a universal fixed version.
Executive priority
Treat as a targeted availability risk. It should not outrank remotely exploitable critical issues, but Bluetooth-enabled operational systems deserve timely review because denial of service could affect service continuity.
Technical view
CVE-2024-24859 is a CWE-362 race condition in Linux kernel net/bluetooth sniff_{min,max}_interval_set(). The CVSS 3.1 score is 4.6 with adjacent attack vector, high complexity, high privileges, user interaction required, no confidentiality impact, low integrity impact, and high availability impact.
Likely exposure
Exposure is most likely on Linux systems with Bluetooth enabled and affected kernel builds. The bundle lists Linux kernel v4.0-rc1 but does not provide complete downstream version mapping. Siemens ProductCERT is referenced, so Siemens-managed environments should check that advisory directly.
Exploitation context
The provided data does not show active exploitation, and KEV status is false. The CVSS vector indicates exploitation is constrained: adjacent access, high complexity, high privileges, and user interaction are required. The credible impact is denial of service, with limited integrity impact.
Researcher notes
Evidence is limited to the CVE record, CVE List data, OpenAnolis Bugzilla reference, and Siemens ProductCERT reference. Avoid assuming affected downstream products or fixes beyond those sources. Validate exposure through kernel version, vendor backports, and Bluetooth enablement.
Mitigation direction
Check Linux distribution and vendor advisories for patched kernel packages.
Disable Bluetooth on systems where it is not operationally required.
Restrict privileged access to Bluetooth configuration and management paths.
For Siemens assets, review Siemens ProductCERT SSA-265688 guidance.
Prioritize remediation for Bluetooth-enabled production, industrial, or edge Linux systems.
Validation and detection
Inventory Linux systems with Bluetooth hardware, drivers, or modules enabled.
Compare installed kernel versions against vendor security advisories.
Confirm whether Bluetooth is disabled on systems without business need.
Review Siemens advisory applicability for any Siemens-managed products.
Monitor vendor updates because the bundle lacks complete fixed-version details.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-362: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-362 · source CWE mapping
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.