net/bluetooth/hci_request.c in the Linux kernel through 5.12.2 has a race condition for removal of the HCI controller.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://github.com/torvalds/linux/commit/e2cb6b891ad2b8caa9131e3be70f45243df82a80 | third party advisory patch |
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e2cb6b891ad2b8caa9131e3be70f45243df82a80 | mailing list patch vendor advisory |
http://www.openwall.com/lists/oss-security/2021/05/11/2 | mailing list patch exploit third party advisory |
https://security.netapp.com/advisory/ntap-20210622-0006/ | third party advisory |
https://lists.debian.org/debian-lts-announce/2021/06/msg00020.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2021/06/msg00019.html | third party advisory mailing list |