Security readout for executives and security teams
Plain-English summary
A race condition in the Linux Bluetooth subsystem can free the same memory twice, potentially causing a kernel crash. The supplied CVSS assessment also indicates possible confidentiality and integrity impact. Exploitation requires local, low-privileged access; this is not described as a remotely exploitable Bluetooth attack.
Executive priority
Prioritize remediation as high for Bluetooth-enabled systems accessible to untrusted local users. Treat internet-facing status alone as insufficient evidence of exposure because the rated attack vector is local. Use normal accelerated kernel patching, with greater urgency for shared endpoints, kiosks, and operational systems where a kernel crash would materially disrupt service.
Technical view
Concurrent passive-scan and service-discovery paths can enter hci_discovery_filter_clear() before the freed UUID pointer is set to NULL. Both paths may call kfree() on the same allocation, producing a double free and kernel Oops. The referenced stable-kernel changes add locking around the free and NULL assignment.
Likely exposure
Exposure is most likely on affected Linux kernels where Bluetooth is enabled and service-discovery or passive-scan operations occur. The bundle lists versions from 5.17 through 6.17, but its flattened version data does not clearly define every affected or fixed interval. Confirm status through the system vendor.
Exploitation context
The supplied CVSS vector rates exploitation as local, low complexity, requiring low privileges and no user interaction. The bundle demonstrates a kernel crash involving bluetoothd but provides no evidence of reliable privilege escalation or data compromise. It is not in CISA KEV, and no active exploitation is cited.
Researcher notes
The race window occurs between kfree(uuids) and uuids = NULL when two Bluetooth control paths interleave. The source provides a crash trace, not a demonstrated security exploit. No CWE is assigned. Exact vulnerable release boundaries and commit-to-branch mappings are unclear in the supplied normalized version list, so vendor package analysis remains necessary.
Mitigation direction
Apply a vendor-supported kernel update containing the referenced locking fix.
Check distribution advisories for exact affected and fixed package versions.
Prioritize Bluetooth-enabled multi-user systems where untrusted local users have access.
Restrict unnecessary local access to Bluetooth functionality until patched.
Validation and detection
Record the running kernel and distribution package versions.
Compare installed packages with the distribution vendor's CVE advisory.
Confirm the installed kernel contains the applicable referenced stable commit.
Verify Bluetooth exposure and identify systems running bluetoothd.
Review kernel logs for Bluetooth-related slab errors, Oops, or crashes.
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-2025-38593 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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
7Source 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.