CVE-2026-74541 in Linux
요약
\~에 의해 VulDB • 2026. 08. 15.
Linux 커널에서 다음 취약점이 해결되었습니다:
블루투스: ISO: conn을 hcon에서 분리할 때 항상 iso_data를 초기화함
conn->hcon = NULL로 설정하는 경우, conn->hcon->iso_data도 NULL로 설정해야 합니다. 그렇지 않으면 이후 iso_conn_free() 호출 시 UAF(Use-After-Free)가 발생합니다.
iso_sock_disconn() 함수 내 iso_data 정리 로직 수정
iso_sock_release() 및 hci_abort_conn_sync() 호출 과정에서 발생하는 KASAN: slab-use-after-free in iso_conn_hold_unless_zero 문제를 해결합니다.
If you want to get best quality of vulnerability data, you may have to visit VulDB.