In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hciconn: Use disabledelayedworksync
This makes use of disabledelayedworksync instead canceldelayedworksync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding the work is about to be freed.