GHSA-cp44-cqrx-8mr2HighCVSS 7.8

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on...

Published
November 5, 2024
Last Modified
August 19, 2026

🔗 CVE IDs covered (1)

📋 Description

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

Bluetooth: SCO: Fix UAF on sco_sock_timeout

conn->sk maybe have been unlinked/freed while waiting for sco_conn_lock so this checks if the conn->sk is still valid by checking if it part of sco_sk_list.

🔗 References (9)