You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2025 40284
About this tag
CVE-2025-40284 is a use-after-free vulnerability in the Linux Bluetooth management stack, specifically in the MGMT subsystem's handling of Bluetooth Mesh timers. When a host device (hdev) is removed, a delayed mesh-transmit completion timer could remain active, leading to a crash that may hang or take down affected systems. The fix, a one-line cancellation of the timer, aligns the code with defensive practices used for other timers. This issue is relevant to Linux-based systems acting as Bluetooth Mesh gateways or controllers. The tag covers discussion of the vulnerability, its impact, and the upstream patch.
A subtle timer omission in the Linux Bluetooth management stack has been assigned CVE-2025-40284 and fixed upstream — the bug left a delayed mesh-transmit completion timer running after the host device (hdev) was removed, creating a use-after-free crash that could hang or take down affected...