In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: ISO: clear iso_data always when detaching conn from hcon
When setting conn->hcon = NULL, also conn->hcon->isodata = NULL is necessary, otherwise later isoconn_free() will UAF.
Fix clearing of isodata in isosock_disconn()
Fixes KASAN: slab-use-after-free in isoconnholdunlesszero on isosockrelease() followed by hciabortconn_sync().
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74541.json"
}