diff options
| author | Ivan Pravdin <[email protected]> | 2025-08-27 14:53:25 +0000 |
|---|---|---|
| committer | Luiz Augusto von Dentz <[email protected]> | 2025-08-29 18:47:20 +0000 |
| commit | 28010791193a4503f054e8d69a950ef815deb539 (patch) | |
| tree | 9c2e49514e45417616f4f8a7c443a52edc8cbab2 /net/bluetooth/l2cap_sock.c | |
| parent | net: ipv4: fix regression in local-broadcast routes (diff) | |
| download | kernel-28010791193a4503f054e8d69a950ef815deb539.tar.gz kernel-28010791193a4503f054e8d69a950ef815deb539.zip | |
Bluetooth: vhci: Prevent use-after-free by removing debugfs files early
Move the creation of debugfs files into a dedicated function, and ensure
they are explicitly removed during vhci_release(), before associated
data structures are freed.
Previously, debugfs files such as "force_suspend", "force_wakeup", and
others were created under hdev->debugfs but not removed in
vhci_release(). Since vhci_release() frees the backing vhci_data
structure, any access to these files after release would result in
use-after-free errors.
Although hdev->debugfs is later freed in hci_release_dev(), user can
access files after vhci_data is freed but before hdev->debugfs is
released.
Fixes: ab4e4380d4e1 ("Bluetooth: Add vhci devcoredump support")
Signed-off-by: Ivan Pravdin <[email protected]>
Reviewed-by: Paul Menzel <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
0 files changed, 0 insertions, 0 deletions
