CVE-2024-35856: Bluetooth: btusb: mediatek: Fix double free of skb in coredump
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: btusb: mediatek: Fix double free of skb in coredump
hci_devcd_append() would free the skb on error so the caller don't
have to free it again otherwise it would cause the double free of skb.
Reported-by : Dan Carpenter <dan.carpenter@linaro.org>
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux Bluetooth driver for MediaTek USB devices can free the same memory twice during coredump error handling. This can corrupt kernel memory and potentially crash or compromise an affected system. Exposure depends on the installed kernel, relevant MediaTek Bluetooth hardware, and whether the vulnerable coredump path is reachable.
Executive priority
Prioritize confirmation and patching for Linux endpoints using MediaTek Bluetooth, especially sensitive or high-availability systems. The high CVSS score warrants timely action, but current evidence does not support declaring an emergency based on active exploitation. Systems without the relevant driver or hardware are less likely to be exposed.
Technical view
The MediaTek btusb coredump caller freed an skb after hci_devcd_append() had already freed it on error, causing a kernel double free. The supplied CVSS 3.1 score is 8.8 with adjacent-network reachability and possible confidentiality, integrity, and availability impact. The bundle does not establish a specific attack path or resulting code execution.
Likely exposure
Potentially exposed systems run an affected Linux kernel and use the relevant MediaTek btusb functionality. The bundle lists affected versions including 6.6, 6.6.30, 6.8.9, and 6.9, but its version formatting is ambiguous. Confirm exact distribution kernel status and backports with the operating-system vendor.
Exploitation context
The CVE is not identified as CISA KEV in the supplied bundle, and no cited source reports active exploitation. The adjacent-network CVSS vector suggests proximity is required, but the bundle does not explain how an attacker could reliably trigger the coredump error path. Treat exploitability beyond memory corruption as unconfirmed.
Researcher notes
The confirmed defect is incorrect skb ownership handling: hci_devcd_append() frees the buffer on error, and the caller freed it again. Stable-kernel commits are supplied as fixes. The bundle provides no CWE assignment, reproducer, exploit analysis, affected distribution mapping, or evidence that confidentiality and integrity impacts have been demonstrated.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable stable fix.
Check distribution advisories for backported fixes and exact affected package versions.
Prioritize systems using MediaTek USB Bluetooth hardware or the btusb MediaTek driver.
Follow vendor guidance if an immediate patched kernel is unavailable.
Validation and detection
Inventory Linux kernel versions and identify systems using MediaTek USB Bluetooth hardware.
Confirm the installed kernel includes the applicable referenced stable fix or vendor backport.
Review vendor advisories because distribution package versions may not match upstream versions.
Monitor kernel and Bluetooth logs for coredump failures, memory corruption, or unexpected 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-2024-35856 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.
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.