CVE-2026-64011
Received Received - Intake

Use-After-Free in Linux Kernel NFC LLCP Socket

Vulnerability report for CVE-2026-64011, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a use-after-free bug in the Linux kernel's NFC LLCP (Near Field Communication Logical Link Control Protocol) implementation. The issue occurs in the llcp_sock_release() function, which incorrectly unlinks a socket from the local sockets list even when the socket is still in a connecting state. This can lead to the socket being freed while still in use, causing a use-after-free condition.

Detection Guidance

This vulnerability is specific to the Linux kernel's NFC LLCP socket implementation and may not have direct network detection commands. Check kernel logs for crashes or errors related to nfc or llcp_sock_release using dmesg or journalctl. Ensure your kernel is updated to a patched version.

Impact Analysis

This vulnerability could allow an attacker to cause a denial-of-service condition or potentially execute arbitrary code on a system with a vulnerable Linux kernel. Systems using NFC LLCP functionality may be affected, leading to system crashes or unauthorized access if exploited.

Compliance Impact

This vulnerability is a use-after-free issue in the Linux kernel's NFC LLCP socket release mechanism. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection, privacy, and security controls rather than kernel-level socket management.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this vulnerability. If immediate patching is not possible, consider disabling NFC functionality temporarily until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64011. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart