In the Linux kernel, the following vulnerability has been resolved:
tracing: Fix potential deadlock in cpu hotplug with osnoise
The following sequence may leads deadlock in cpu hotplug:
task1 task2 task3
----- ----- -----
mutex_lock(&interface_lock)
[CPU GOING OFFLINE]
cpus_write_lock();
osnoise_cpu_die();
kthread_stop(task3);
wait_for_completion();
osnoise_sleep();
mutex_lock(&interface_lock);
cpus_read_lock();
[DEAD LOCK]
Fix by swap the order of cpus_read_lock() and mutex_lock(&interface_lock).
References
Configurations
Configuration 1 (hide)
|
History
27 Apr 2026, 23:17
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux
Linux linux Kernel |
|
| CWE | CWE-667 | |
| CPE | cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.14:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/03474a01c199de17a8e2d39b51df6beb9c76e831 - Patch | |
| References | () https://git.kernel.org/stable/c/1f9885732248d22f788e4992c739a98c88ab8a55 - Patch | |
| References | () https://git.kernel.org/stable/c/7a41d4633cd2c15eb5ed31e8f3b16910e50a8c9f - Patch | |
| References | () https://git.kernel.org/stable/c/7aa095ce7d224308cb6979956f0de8607df93d4f - Patch | |
| References | () https://git.kernel.org/stable/c/cf929c21eeed5bd39873fb14bfdfff963fa6f1da - Patch | |
| References | () https://git.kernel.org/stable/c/ef41a85a55022e27cdaebf22a6676910b66f65aa - Patch | |
| References | () https://git.kernel.org/stable/c/f278b8ebf7eba2a1699cfc7bf30dd3ef898d60d7 - Patch |
22 Apr 2026, 14:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-22 14:16
Updated : 2026-04-27 23:17
NVD link : CVE-2026-31480
Mitre link : CVE-2026-31480
CVE.ORG link : CVE-2026-31480
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
