[PATCH 6.1.y 0/2] Bluetooth: backport CVE-2023-53762 to 6.1.y

Artem Dinaburg posted 2 patches 1 day, 17 hours ago
net/bluetooth/hci_sync.c | 58 +++++++++++++++++++++++++---------------
1 file changed, 37 insertions(+), 21 deletions(-)
[PATCH 6.1.y 0/2] Bluetooth: backport CVE-2023-53762 to 6.1.y
Posted by Artem Dinaburg 1 day, 17 hours ago
Hi Greg, Sasha, and Bluetooth maintainers,

I am backporting CVEss still missing from 6.1.y.
This pair handles CVE-2023-53762 in disconnect-all cleanup. The
second patch is the immediate upstream liveness follow-up to the UAF fix,
so I kept the two together.

Both changes are already inherited by v6.6 and every later mainline
release.

Could you please queue the pair for 6.1.y?

Thanks,
Artem Dinaburg

AI assistance: An LLM helped find the missing CVE fix, adapt
it, and prepare the draft; I reviewed the code and build output.

Luiz Augusto von Dentz (1):
  Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync

Pauli Virtanen (1):
  Bluetooth: hci_sync: always check if connection is alive before
    deleting

 net/bluetooth/hci_sync.c | 58 +++++++++++++++++++++++++---------------
 1 file changed, 37 insertions(+), 21 deletions(-)

-- 
2.39.5
Re: [PATCH 6.1.y 0/2] Bluetooth: backport CVE-2023-53762 to 6.1.y
Posted by Sasha Levin 13 hours ago
> This pair handles CVE-2023-53762 in disconnect-all cleanup. The
> second patch is the immediate upstream liveness follow-up to the UAF fix,
> so I kept the two together.
>
> Both changes are already inherited by v6.6 and every later mainline
> release.
>
> Could you please queue the pair for 6.1.y?

Queued the pair for 6.1, thanks.

-- 
Thanks,
Sasha