PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64010 Linux CVE debrief

A use-after-free vulnerability exists in the Linux kernel's NFC LLCP connection state machine. The issue arises when processing the connection acceptance packet (CC) concurrently with socket release, potentially leading to a use-after-free of the socket object. This vulnerability can be triggered by a race condition in the NFC LLCP connection state machine. The connection acceptance packet (CC) can be processed concurrently with socket release. This can lead to a use-after-free of the socket object. The issue is resolved by holding the lock_sock() during the state transition and list movement in nfc_llcp_recv_cc(). To mitigate this vulnerability, Linux kernel users and administrators should ensure their systems are updated with the latest kernel version.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

Linux kernel users and administrators should be aware of this vulnerability and take steps to ensure their systems are updated. They should review system configurations and ensure NFC LLCP is not exposed to untrusted networks. They should also monitor system logs for potential exploitation attempts.

Technical summary

The vulnerability is caused by a race condition in the NFC LLCP connection state machine where the connection acceptance packet (CC) can be processed concurrently with socket release. This can lead to a use-after-free of the socket object. The issue is resolved by holding the lock_sock() during the state transition and list movement in nfc_llcp_recv_cc(). After acquiring the lock, check if the socket is still hashed to ensure it hasn't already been unlinked and marked for destruction by the release path. This aligns the locking pattern with recv_hdlc() and recv_disc().

Defensive priority

Medium

Recommended defensive actions

  • Update Linux kernel to the latest version
  • Review system configurations and ensure NFC LLCP is not exposed to untrusted networks
  • Monitor system logs for potential exploitation attempts
  • Perform a thorough review of the system to identify potential vulnerabilities
  • Implement compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record was published on 2026-07-19T16:17:40.803Z and has not been modified since then. The NVD entry is currently Received. There is a use-after-free vulnerability in the Linux kernel's NFC LLCP connection state machine. The issue arises when processing the connection acceptance packet (CC) concurrently with socket release, potentially leading to a use-after-free of the socket object. The vulnerability is caused by a race condition in the NFC LLCP connection state machine where the connection acceptance packet (CC) can be processed concurrently with socket release. This can lead to a use-after-free of the socket object. The issue is resolved by holding the lock_sock() during the state transition and list movement in nfc_llcp_recv_cc().

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64010 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64010

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64010 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64010

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0b45c31746e1523d5d482fda8fcf54a35ac417f1

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/650bdd8fdfab64a09ee474150313dbc48c374795

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ad8a27d63cac96bac441edd002209ebd996e12fb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b2a60f7f846faaf5c2cdad4ea6d3a33e5f863183

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b493ea2765cc17cb8aa7e7544a4b6dcb05b6ed77

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bd08bb7443c501d2f2a71d529e4afcf11c9b07d2

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/dce85215a6c7b0fd753f577a4c487f647119884c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.