CVE-2026-23071
Severity CVSS v4.0:
Pending analysis
Type:
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Publication date:
04/02/2026
Last modified:
18/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
regmap: Fix race condition in hwspinlock irqsave routine<br />
<br />
Previously, the address of the shared member &#39;&map->spinlock_flags&#39; was<br />
passed directly to &#39;hwspin_lock_timeout_irqsave&#39;. This creates a race<br />
condition where multiple contexts contending for the lock could overwrite<br />
the shared flags variable, potentially corrupting the state for the<br />
current lock owner.<br />
<br />
Fix this by using a local stack variable &#39;flags&#39; to store the IRQ state<br />
temporarily.
Impact
Base Score 3.x
4.70
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.15 (including) | 5.10.249 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.199 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.162 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.122 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.68 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* |
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/24f31be6ad70537fd7706269d99c92cade465a09
- https://git.kernel.org/stable/c/4aab0ca0a0f7760e33edcb4e47576064d05128f5
- https://git.kernel.org/stable/c/4b58aac989c1e3fafb1c68a733811859df388250
- https://git.kernel.org/stable/c/766e243ae8c8b27087a4cc605752c0d5ee2daeab
- https://git.kernel.org/stable/c/c2d2cf710dc3ee1a69e00b4ed8de607a92a07889
- https://git.kernel.org/stable/c/e1a7072bc4f958c9e852dc7e57e39f12b0bb44b5
- https://git.kernel.org/stable/c/f1e2fe26a51eca95b41420af76d22c2e613efd5e



