LiveActive security incident?Get immediate response
CVE Record

CVE-2024-56591: Bluetooth: hci_conn: Use disable_delayed_work_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Use disable_delayed_work_sync This makes use of disable_delayed_work_sync instead cancel_delayed_work_sync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding the work is about to be freed.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux Bluetooth connection cleanup flaw can allow delayed work to be rescheduled while its owning object is being freed. This unsafe lifecycle may lead to serious memory corruption. The supplied CVSS score is 8.8, reflecting potentially high confidentiality, integrity, and availability impact from an adjacent attacker.

Executive priority

Assign high priority to identifying and updating exposed Bluetooth-capable Linux endpoints, especially portable or publicly accessible systems. Use vendor package status rather than raw version numbers alone because downstream kernels commonly backport fixes. No supplied evidence supports declaring an active incident solely from this CVE.

Technical view

The Bluetooth hci_conn cleanup path used cancel_delayed_work_sync, which cancels current work but does not prevent new submissions. The resolution uses disable_delayed_work_sync so work cannot be resubmitted while the containing object is being freed. The supplied sources do not identify a CWE or document the exact corruption outcome.

Likely exposure

Exposure is most relevant to systems running affected Linux builds with Bluetooth available to nearby devices. The supplied version metadata lists several versions and commit identifiers but does not clearly express complete affected or fixed ranges. Distribution-specific kernel advisories and backport status are therefore necessary for an accurate inventory decision.

Exploitation context

The CVE is not listed as KEV in the supplied bundle, and no provided source reports active exploitation or a public exploit. The CVSS vector describes adjacent-network reachability, low complexity, no privileges, and no user interaction. Treat those characteristics as severity indicators, not proof of practical exploitation.

Researcher notes

The core issue is incomplete delayed-work shutdown during hci_conn object destruction. The fix prevents resubmission as well as synchronizing cancellation. Source evidence does not establish a specific trigger, resulting memory-corruption primitive, affected-range boundaries, public proof of concept, or exploitation in the wild; further vendor and code-level validation is required.

Mitigation direction

  • Apply vendor-supported kernel updates containing the Bluetooth hci_conn fix.
  • Confirm distribution kernels include either listed stable commit or an equivalent backport.
  • If updates are unavailable, consult vendor guidance and consider disabling unnecessary Bluetooth functionality.
  • Prioritize Bluetooth-capable systems used in public or otherwise untrusted physical environments.

Validation and detection

  • Inventory deployed kernel builds and compare them with distribution-specific CVE advisories.
  • Verify package changelogs or source provenance for the listed fix commits or equivalent backports.
  • Identify systems where Bluetooth is enabled and reachable by nearby untrusted devices.
  • Review Bluetooth-related kernel crashes or memory-safety alerts, recognizing that clean logs do not prove safety.
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.

cve · low confidence lookup

CVE-2024-56591 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
0ADP providers
3Source links

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
8.8CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2024-56591Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux19c40e3bcaf2d969f5d4ee85bbe1330b54d36d9c, 19c40e3bcaf2d969f5d4ee85bbe1330b54d36d9cunaffected
LinuxLinux3.3, 0, 6.12.5, 6.13affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.