IT

Tracker / CVE-2026-23071

CVE-2026-23071

Medium 4.7

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix race condition in hwspinlock irqsave routine Previously, the address of the shared member '&map->spinlock_flags' was passed directly to 'hwspin_lock_timeout_irqsave'. This creates a race condition where multiple contexts contending for the lock could overwrite the shared flags variable, potentially corrupting the state for the current lock owner. Fix this by using a local stack variable 'flags' to store the IRQ state temporarily.

Affected products and versions

linux linux_kernel
linux linux_kernel · 4.15 → 5.10.249
linux linux_kernel · 5.11 → 5.15.199
linux linux_kernel · 5.16 → 6.1.162
linux linux_kernel · 6.13 → 6.18.8
linux linux_kernel · 6.2 → 6.6.122
linux linux_kernel · 6.7 → 6.12.68

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References