CVE-2026-31480
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
22/04/2026
Last modified:
27/04/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
tracing: Fix potential deadlock in cpu hotplug with osnoise<br />
<br />
The following sequence may leads deadlock in cpu hotplug:<br />
<br />
task1 task2 task3<br />
----- ----- -----<br />
<br />
mutex_lock(&interface_lock)<br />
<br />
[CPU GOING OFFLINE]<br />
<br />
cpus_write_lock();<br />
osnoise_cpu_die();<br />
kthread_stop(task3);<br />
wait_for_completion();<br />
<br />
osnoise_sleep();<br />
mutex_lock(&interface_lock);<br />
<br />
cpus_read_lock();<br />
<br />
[DEAD LOCK]<br />
<br />
Fix by swap the order of cpus_read_lock() and mutex_lock(&interface_lock).
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.14.1 (including) | 5.15.203 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.168 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.131 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.80 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.21 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:5.14:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/03474a01c199de17a8e2d39b51df6beb9c76e831
- https://git.kernel.org/stable/c/1f9885732248d22f788e4992c739a98c88ab8a55
- https://git.kernel.org/stable/c/7a41d4633cd2c15eb5ed31e8f3b16910e50a8c9f
- https://git.kernel.org/stable/c/7aa095ce7d224308cb6979956f0de8607df93d4f
- https://git.kernel.org/stable/c/cf929c21eeed5bd39873fb14bfdfff963fa6f1da
- https://git.kernel.org/stable/c/ef41a85a55022e27cdaebf22a6676910b66f65aa
- https://git.kernel.org/stable/c/f278b8ebf7eba2a1699cfc7bf30dd3ef898d60d7



