CVE-2026-64010

Source
https://cve.org/CVERecord?id=CVE-2026-64010
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64010.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64010
Downstream
Published
2026-07-19T14:56:25.162Z
Modified
2026-07-22T05:29:58.090666864Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()
Details

In the Linux kernel, the following vulnerability has been resolved:

nfc: llcp: Fix use-after-free race in nfcllcprecv_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 nfcllcprecvcc() moves the socket from the connectingsockets list to the sockets list, it does so without holding the socket lock. If llcpsockrelease() is executing concurrently, it might have already unlinked the socket and dropped its references, which can result in nfcllcprecv_cc() linking a freed socket into the live list.

Fix this by holding locksock() during the state transition and list movement in nfcllcprecvcc(). 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 recvhdlc() and recvdisc().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64010.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a69f32af86e389dd232b1bb2269e202c1bfcc60f
Fixed
dce85215a6c7b0fd753f577a4c487f647119884c
Fixed
bd08bb7443c501d2f2a71d529e4afcf11c9b07d2
Fixed
0b45c31746e1523d5d482fda8fcf54a35ac417f1
Fixed
ee2d1a8a1833c5e56e9a1745e64b0b4edda732c2
Fixed
ad8a27d63cac96bac441edd002209ebd996e12fb
Fixed
650bdd8fdfab64a09ee474150313dbc48c374795
Fixed
b2a60f7f846faaf5c2cdad4ea6d3a33e5f863183
Fixed
b493ea2765cc17cb8aa7e7544a4b6dcb05b6ed77

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64010.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.6.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64010.json"