In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix double completion race in nci_data_exchange_complete… (CVE-2026-90224)
A race condition vulnerability in the Linux kernel's NFC subsystem (nci) was fixed. The flaw involved concurrent calls to nci_data_exchange_complete() from nci_close_device() and nci_rx_work, leading to a double completion race. This caused a socket reference count underflow and premature socket freeing while still in use. The fix ensures only the first caller proceeds with the callback by replacing clear_bit() with test_and_clear_bit().
AI Analysis
Technical Summary
CVE-2026-90224 addresses a race condition in the Linux kernel NFC nci driver where nci_close_device() and nci_rx_work could concurrently invoke nci_data_exchange_complete(). After a prior change moved flush_workqueue() to after unlocking a mutex, serialization was lost, allowing both callers to read a non-NULL callback pointer and call rawsock_data_exchange_complete(), which calls sock_put(). Since only one sock_hold() was taken, the second sock_put() caused a reference count underflow, freeing the socket prematurely while still in use. The patch replaces clear_bit(NCI_DATA_EXCHANGE) with test_and_clear_bit() to ensure only one caller proceeds with the callback invocation.
Potential Impact
This vulnerability can lead to use-after-free conditions in the kernel's socket handling, potentially causing system instability, crashes, or privilege escalation due to corrupted kernel memory. The CVSS score of 7.5 reflects high impact on confidentiality, integrity, and availability.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to address this race condition. Users should apply the official kernel updates that include this patch. Since this is not a cloud service, remediation requires updating affected Linux kernel versions once the patch is released. Patch status is not explicitly stated here; check the vendor advisory for the exact fixed versions and update accordingly.
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix double completion race in nci_data_exchange_complete… (CVE-2026-90224)
Description
A race condition vulnerability in the Linux kernel's NFC subsystem (nci) was fixed. The flaw involved concurrent calls to nci_data_exchange_complete() from nci_close_device() and nci_rx_work, leading to a double completion race. This caused a socket reference count underflow and premature socket freeing while still in use. The fix ensures only the first caller proceeds with the callback by replacing clear_bit() with test_and_clear_bit().
CVSS v3.1
Score 7.5high
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-90224 addresses a race condition in the Linux kernel NFC nci driver where nci_close_device() and nci_rx_work could concurrently invoke nci_data_exchange_complete(). After a prior change moved flush_workqueue() to after unlocking a mutex, serialization was lost, allowing both callers to read a non-NULL callback pointer and call rawsock_data_exchange_complete(), which calls sock_put(). Since only one sock_hold() was taken, the second sock_put() caused a reference count underflow, freeing the socket prematurely while still in use. The patch replaces clear_bit(NCI_DATA_EXCHANGE) with test_and_clear_bit() to ensure only one caller proceeds with the callback invocation.
Potential Impact
This vulnerability can lead to use-after-free conditions in the kernel's socket handling, potentially causing system instability, crashes, or privilege escalation due to corrupted kernel memory. The CVSS score of 7.5 reflects high impact on confidentiality, integrity, and availability.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to address this race condition. Users should apply the official kernel updates that include this patch. Since this is not a cloud service, remediation requires updating affected Linux kernel versions once the patch is released. Patch status is not explicitly stated here; check the vendor advisory for the exact fixed versions and update accordingly.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-xj24-p6ph-p2w7
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-90224"]
- Database Specific Severity
- HIGH
- Cvss Version
- 3.1
Threat ID: 6aade52355bf5e2cf5edc197
Added to database: 09/19/2026, 01:28:03 UTC
Last enriched: 09/19/2026, 01:51:40 UTC
Last updated: 09/19/2026, 01:51:40 UTC
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.