CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's Bluetooth implementation, specifically in the handling of ISO sockets where the necessary socket lock is not held during access to connection information. This oversight could potentially lead to race conditions or other unintended behaviors, impacting system stability and security. Organizations using Linux-based systems with Bluetooth capabilities should prioritize addressing this issue to mitigate potential risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in iso_sock_getname Accessing iso_pi(sk)->conn requires lock_sock, which is not held here. Fix by adding the lock/release.