Bug 2502345 (CVE-2026-64011) - CVE-2026-64011 kernel: nfc: llcp: Fix use-after-free in llcp_sock_release()
Summary: CVE-2026-64011 kernel: nfc: llcp: Fix use-after-free in llcp_sock_release()
Keywords:
Status: NEW
Alias: CVE-2026-64011
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 16:03 UTC by OSIDB Bzimport
Modified: 2026-07-22 00:19 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 16:03:05 UTC
In the Linux kernel, the following vulnerability has been resolved:

nfc: llcp: Fix use-after-free in llcp_sock_release()

llcp_sock_release() 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.


Note You need to log in before you can comment on or make changes to this bug.