Security readout for executives and security teams
Plain-English summary
CVE-2024-58013 is a Linux kernel Bluetooth memory safety bug. A local authenticated user could trigger a use-after-free in Bluetooth management handling, potentially causing kernel crash or broader compromise. It is rated high because the CVSS vector reports high confidentiality, integrity, and availability impact.
Executive priority
Treat as a high-priority kernel patching item for Linux fleets with Bluetooth enabled or local multi-user access. It is not currently evidenced as actively exploited in the provided sources, but kernel memory corruption with high CVSS impact warrants timely remediation.
Technical view
The issue is CWE-416 in net/bluetooth/mgmt.c, specifically mgmt_remove_adv_monitor_sync. KASAN reported a slab-use-after-free read during Bluetooth management advertising monitor removal, involving pending command cleanup and device close paths. The CVE references multiple Linux stable commits resolving the defect.
Likely exposure
Exposure is most relevant to Linux systems with affected kernels and Bluetooth support enabled or available to local users. The CVSS vector is local, low complexity, low privilege, no user interaction. Confirm exposure against running kernel versions, distribution backports, and Bluetooth configuration.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Evidence supports a local, low-privilege attack surface in the Linux Bluetooth management path, originally demonstrated by a KASAN crash report rather than public weaponization details.
Researcher notes
The provided evidence is strongest on root cause and affected subsystem, but incomplete on exploitability in real deployments. Avoid assuming remote Bluetooth exploitation; the CVSS vector is local. Validate against distro-maintained kernels because version strings may not reflect backported fixes.
Mitigation direction
Apply Linux kernel or distribution updates that include the referenced stable fixes.
Check Debian and other vendor advisories for backported fixed kernel package versions.
Prioritize patching multi-user systems where untrusted users can access Bluetooth interfaces.
If patching is delayed, review vendor guidance for Bluetooth exposure reduction.
Validation and detection
Inventory Linux kernel versions and compare them with vendor fixed-version advisories.
Confirm whether Bluetooth support and management interfaces are enabled on affected hosts.
Verify installed kernels include the referenced upstream stable commits or distro backports.
Review local security monitoring for kernel Bluetooth crashes or KASAN-like reports.
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-416: 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.
1CVSS vectors
3Timeline events
2ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.