In the Linux kernel, the following vulnerability has been resolved:
nfc: llcp: Fix use-after-free in llcpsockrelease()
llcpsockrelease() unconditionally unlinks the socket from the local sockets list. However, if the socket is still in connecting state, it is on the connecting list.
Fix this by checking the socket state and unlinking from the correct list.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64011.json",
"cna_assigner": "Linux"
}