Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-64010

35
FAUCET Score

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc() A race condition exists 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. When nfc_llcp_recv_cc() moves the socket from the connecting_sockets list to the sockets list, it does so without holding the socket lock. If llcp_sock_release() is executing concurrently, it might have already unlinked the socket and dropped its references, which can result in nfc_llcp_recv_cc() linking a freed socket into the live list. Fix this by holding 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().

First published: Jul 19, 2026Last modified: Jul 20, 2026

Impacted Technologies

VendorProductVersion(s)CPE
LinuxLinux
3.6CNA affecteddefault affected
LinuxLinux
>= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < 0b45c31746e1523d5d482fda8fcf54a35ac417f1, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < 650bdd8fdfab64a09ee474150313dbc48c374795, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < ad8a27d63cac96bac441edd002209ebd996e12fb, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < b2a60f7f846faaf5c2cdad4ea6d3a33e5f863183, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < b493ea2765cc17cb8aa7e7544a4b6dcb05b6ed77, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < bd08bb7443c501d2f2a71d529e4afcf11c9b07d2, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < dce85215a6c7b0fd753f577a4c487f647119884c, >= a69f32af86e389dd232b1bb2269e202c1bfcc60f, < ee2d1a8a1833c5e56e9a1745e64b0b4edda732c2CNA affecteddefault unaffected

CVSS Data

CVSS version used by this source: 3.1

8.8HIGH

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
ADJACENT_NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
2.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.26%
Probability of exploitation in next 30 days
EPSS Percentile
17.0%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0026 is in the 12th percentile among its peer group of 1,875 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.2 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (4)

ubuntupatch availablevia ubuntu_usn
Product: linux-ibm (resolute)Fixed in: 7.0.0-1010.10
ubuntupatch availablevia ubuntu_usn
Product: linux-oracle (resolute)Fixed in: 7.0.0-1008.8
ubuntupatch availablevia ubuntu_usn
Product: linux-azure (resolute)Fixed in: 7.0.0-1010.10
ubuntupatch availablevia ubuntu_usn
Product: linux-azure-fde (resolute)Fixed in: 7.0.0-1009.9

Vendor Advisories (2)

ubuntuUSN-8603-1

Linux kernel (Azure) vulnerabilities

Jul 24, 2026
ubuntuUSN-8593-1

Linux kernel vulnerabilities

Jul 23, 2026

References

git.kernel.org / stable/c/0b45c31746e1523d5d482fda8fcf54a35ac417f1
git.kernel.org / stable/c/650bdd8fdfab64a09ee474150313dbc48c374795
git.kernel.org / stable/c/ad8a27d63cac96bac441edd002209ebd996e12fb
git.kernel.org / stable/c/b2a60f7f846faaf5c2cdad4ea6d3a33e5f863183
git.kernel.org / stable/c/b493ea2765cc17cb8aa7e7544a4b6dcb05b6ed77
git.kernel.org / stable/c/bd08bb7443c501d2f2a71d529e4afcf11c9b07d2
git.kernel.org / stable/c/dce85215a6c7b0fd753f577a4c487f647119884c
git.kernel.org / stable/c/ee2d1a8a1833c5e56e9a1745e64b0b4edda732c2