CVE-2026-23071

CVSS

No CVSS.

I

n 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.

Configurations

No configuration.

History

06 Feb 2026, 17:16

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/766e243ae8c8b27087a4cc605752c0d5ee2daeab -
  • () https://git.kernel.org/stable/c/e1a7072bc4f958c9e852dc7e57e39f12b0bb44b5 -
  • () https://git.kernel.org/stable/c/f1e2fe26a51eca95b41420af76d22c2e613efd5e -

04 Feb 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-04 17:16

Updated : 2026-02-06 17:16


NVD link : CVE-2026-23071

Mitre link : CVE-2026-23071

CVE.ORG link : CVE-2026-23071


JSON object : View

Products Affected

No product.

CWE

No CWE.