In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: ISO: Fix UAF on iso_sock_timeout
conn->sk maybe have been unlinked/freed while waiting for iso_conn_lock
so this checks if the conn->sk is still valid by checking if it part of
iso_sk_list.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-05 18:15
Updated : 2024-12-11 15:15
NVD link : CVE-2024-50124
Mitre link : CVE-2024-50124
CVE.ORG link : CVE-2024-50124
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free