LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-24859 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
3ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
4.6CVSS 3.1MediumCVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:H0.44.2Anolis

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2024-24859Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux kernelkernel, v4.0-rc1unaffected
Weakness

CWE details

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.