In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msft_do_close() Tying the msft->data lifetime to hdev by freeing it in hci_release_dev() to fix the following case: [use] msft_do_close() msft = hdev->msft_data; if (!msft) ...(1) <- passed. return; mutex_lock(&msft->filter_lock); ...(4) <- used after freed. [free] msft_unregister() msft = hdev->msft_data; hdev->msft_data = NULL; ...(2) kfree(msft); ...(3) <- msft is freed. ================================================================== BUG: KASAN: slab-use-after-free in __mutex_lock_common kernel/locking/mutex.c:587 [inline] BUG: KASAN: slab-use-after-free in __mutex_lock+0x8f/0xc30 kernel/locking/mutex.c:752 Read of size 8 at addr ffff888106cbbca8 by task kworker/u5:2/309
History

No history.

cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published: 2024-05-23T07:03:06.904Z

Updated: 2024-11-05T09:26:45.852Z

Reserved: 2024-05-17T13:50:33.153Z

Link: CVE-2024-36012

cve-icon Vulnrichment

Updated: 2024-08-02T03:30:12.508Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2024-05-23T07:15:08.900

Modified: 2024-05-24T01:15:30.977

Link: CVE-2024-36012

cve-icon Redhat

Severity : Low

Publid Date: 2024-05-23T00:00:00Z

Links: CVE-2024-36012 - Bugzilla