CVE-2026-63980
Last modified
CVE-2026-63980 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spin_lock_bh for hn_lock nvmet_tcp_state_change(), a socket callback that runs in BH context, can reach handshake_req_cancel() via nvmet_tcp_schedule_release_queue() and tls_handshake_cancel(). handshake_req_cancel() acquires hn->hn_lock with plain spin_lock(). EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spin_lock_bh for hn_lock nvmet_tcp_state_change(), a socket callback that runs in BH context, can reach handshake_req_cancel() via nvmet_tcp_schedule_release_queue() and tls_handshake_cancel(). handshake_req_cancel() acquires hn->hn_lock with plain spin_lock(). If a process-context thread on the same CPU holds hn->hn_lock when a softirq invokes the cancel path, the lock attempt deadlocks. This is the only caller that invokes tls_handshake_cancel() from BH context; every other consumer calls it from process context. Deferring the cancel to process context in the NVMe target is not straightforward: nvmet_tcp_schedule_release_queue() must call tls_handshake_cancel() atomically with its state transition to DISCONNECTING. If the cancel were deferred, the handshake completion callback could fire in the window before the cancel runs, observe the unexpected state, and return without dropping its kref on the queue. Reworking that interlock is considerably more invasive than hardening the handshake lock. Convert all hn->hn_lock acquisitions from spin_lock/spin_unlock to spin_lock_bh/spin_unlock_bh so the lock is never taken with softirqs enabled.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 675b453e024154dd547921c6e6d5b58747ba7e0e, < 06ab5978866fc2221b910347fd3e510ca8e7b1a4; >= 675b453e024154dd547921c6e6d5b58747ba7e0e, < 0866569fc36a56f568acd3900d354e3505932e09; >= 675b453e024154dd547921c6e6d5b58747ba7e0e, < 91898de9501a047ba67c6b864dcd403e00bdfbf5; >= 675b453e024154dd547921c6e6d5b58747ba7e0e, < cc993e0927ec8bd98ea33377ada03295fcda0f24 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63980?
How severe is CVE-2026-63980?
How do I fix CVE-2026-63980?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63975In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63976In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63977In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63978In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63979In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6398Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-63981In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63982In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63984In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63985In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63986In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63980?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
