SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-64011

HIGH · CVSS 7.8 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

A use-after-free vulnerability exists in the Linux kernel's llcp_sock_release() function, which improperly unlinks sockets from the local sockets list without verifying their state, potentially leading to memory corruption. This flaw could allow an attacker to exploit the vulnerability to execute arbitrary code or crash the system. Organizations using affected Linux distributions should prioritize patching this vulnerability to mitigate potential exploitation risks.

CVE
CVE-2026-64011
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD 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.