CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the Bluetooth subsystem, specifically in the handling of connection references during the hci_past_sync() callback. This flaw could potentially lead to the use of freed pointers, resulting in undefined behavior or memory corruption. Organizations utilizing Linux systems with Bluetooth capabilities should prioritize this issue to mitigate risks associated with memory management vulnerabilities.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_past_sync() callback Avoids giving freed pointers to hci_conn_valid(), which kmalloc may have reused. Hold refcount to avoid that.