CVE-2025-68306
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a kernel crash issue in the Linux kernel's Bluetooth Mediatek USB driver (btusb). It occurs when performing reset tests and encountering abnormal card drop issues, leading to a kernel crash due to releasing a null pointer without a proper null check. The fix involves adding a null check before releasing the Mediatek ISO interface resources to prevent the kernel from crashing.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly when the Bluetooth Mediatek USB driver attempts to release resources during reset tests or abnormal card drop situations. Such kernel crashes can lead to system instability, downtime, and potential loss of data or service availability.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring the system logs for kernel crash messages related to Bluetooth and the btusb Mediatek driver. Specifically, look for kernel panic or oops messages mentioning 'btusb_mtk_release_iso_intf', 'btusb_mtk_reset', or stack traces similar to those shown in the description. Commands such as 'dmesg | grep -i btusb' or 'journalctl -k | grep -i bluetooth' can help identify these crash logs.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation involves updating the Linux kernel to a version where this vulnerability is fixed, as the issue is resolved by adding a null check before releasing the Mediatek ISO interface in the btusb driver. Until an update is applied, avoid performing reset tests or operations that cause abnormal card drops on affected hardware to prevent kernel crashes.