CVE-2023-53827

Updated on 09 Dec 2025

Severity

Awaiting Analysis

Details

CVSS score
8.6

Overview

About vulnerability

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}

Similar to commit d0be8347c623 (“Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put”), just use l2cap_chan_hold_unless_zero to prevent referencing a channel that is about to be destroyed.

Details

Affected packages:
kernel @ 3.10.0 (+2 more)

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}

Similar to commit d0be8347c623 (“Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put”), just use l2cap_chan_hold_unless_zero to prevent referencing a channel that is about to be destroyed.

Fixes