CVE-2026-63980

Source
https://cve.org/CVERecord?id=CVE-2026-63980
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63980.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63980
Downstream
Published
2026-07-19T14:56:03.887Z
Modified
2026-07-21T03:47:44.194470720Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
net/handshake: Use spin_lock_bh for hn_lock
Details

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

net/handshake: Use spinlockbh for hn_lock

nvmettcpstatechange(), a socket callback that runs in BH context, can reach handshakereqcancel() via nvmettcpschedulereleasequeue() and tlshandshakecancel(). handshakereqcancel() acquires hn->hnlock with plain spinlock(). If a process-context thread on the same CPU holds hn->hnlock when a softirq invokes the cancel path, the lock attempt deadlocks. This is the only caller that invokes tlshandshakecancel() from BH context; every other consumer calls it from process context.

Deferring the cancel to process context in the NVMe target is not straightforward: nvmettcpschedulereleasequeue() must call tlshandshakecancel() 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->hnlock acquisitions from spinlock/spinunlock to spinlockbh/spinunlock_bh so the lock is never taken with softirqs enabled.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63980.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
675b453e024154dd547921c6e6d5b58747ba7e0e
Fixed
06ab5978866fc2221b910347fd3e510ca8e7b1a4
Fixed
0866569fc36a56f568acd3900d354e3505932e09
Fixed
91898de9501a047ba67c6b864dcd403e00bdfbf5
Fixed
cc993e0927ec8bd98ea33377ada03295fcda0f24

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

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-63980.json"