U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2026-64010

Change History

New CVE Received from kernel.org 7/19/2026 12:17:40 PM

Action Type Old Value New Value
Added Description

                  
                
              
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().
Added Reference

                  
                
              
https://git.kernel.org/stable/c/0b45c31746e1523d5d482fda8fcf54a35ac417f1
Added Reference

                  
                
              
https://git.kernel.org/stable/c/650bdd8fdfab64a09ee474150313dbc48c374795
Added Reference

                  
                
              
https://git.kernel.org/stable/c/ad8a27d63cac96bac441edd002209ebd996e12fb
Added Reference

                  
                
              
https://git.kernel.org/stable/c/b2a60f7f846faaf5c2cdad4ea6d3a33e5f863183
Added Reference

                  
                
              
https://git.kernel.org/stable/c/b493ea2765cc17cb8aa7e7544a4b6dcb05b6ed77
Added Reference

                  
                
              
https://git.kernel.org/stable/c/bd08bb7443c501d2f2a71d529e4afcf11c9b07d2
Added Reference

                  
                
              
https://git.kernel.org/stable/c/dce85215a6c7b0fd753f577a4c487f647119884c
Added Reference

                  
                
              
https://git.kernel.org/stable/c/ee2d1a8a1833c5e56e9a1745e64b0b4edda732c2
Added Affected

                  
                
              
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/nfc/llcp_core.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"dce85215a6c7b0fd753f577a4c487f647119884c","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"bd08bb7443c501d2f2a71d529e4afcf11c9b07d2","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"0b45c31746e1523d5d482fda8fcf54a35ac417f1","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"ee2d1a8a1833c5e56e9a1745e64b0b4edda732c2","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"ad8a27d63cac96bac441edd002209ebd996e12fb","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"650bdd8fdfab64a09ee474150313dbc48c374795","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"b2a60f7f846faaf5c2cdad4ea6d3a33e5f863183","versionType":"git","status":"affected"},{"version":"a69f32af86e389dd232b1bb2269e202c1bfcc60f","lessThan":"b493ea2765cc17cb8aa7e7544a4b6dcb05b6ed77","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/nfc/llcp_core.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"3.6","status":"affected"},{"version":"0","lessThan":"3.6","versionType":"semver","status":"unaffected"},{"version":"5.10.259","lessThanOrEqual":"5.10.*","versionType":"semver","status":"unaffected"},{"version":"5.15.210","lessThanOrEqual":"5.15.*","versionType":"semver","status":"unaffected"},{"version":"6.1.176","lessThanOrEqual":"6.1.*","versionType":"semver","status":"unaffected"},{"version":"6.6.143","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.93","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.35","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.0.12","lessThanOrEqual":"7.0.*","versionType":"semver","status":"unaffected"},{"version":"7.1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]