HomeDefectsLIN1025-17041
Acknowledged

LIN1025-17041 : Security Advisory - linux - CVE-2026-64011

Created: Aug 1, 2026    Updated: Aug 11, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

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.