In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync() iso_conn_big_sync() drops the socket lock to call hci_get_route()…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync() iso_conn_big_sync() drops the socket lock to call hci_get_route() and then re-acquires it, but dereferences iso_pi(sk)->conn->hcon afterwards without re-checking that conn is still valid. While the lock is dropped, the connection can be torn down under the same socket lock: iso_disconn_cfm() -> iso_conn_del() -> iso_chan_del() sets iso_pi(sk)->conn to NULL (and …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/01afd198c2c286cd3b81f44d4e33a2e638711550
- https://git.kernel.org/stable/c/b3e647a4aa4d2d054f86a783f5c426035e1dc237
- https://git.kernel.org/stable/c/b84eeb7636d6962dd882d5e0b31475e4f404313c
- https://git.kernel.org/stable/c/d5541eb148da72d5e0a1bca8ecd171f9fc8b366f
时间线
- nvd_ingest NVD