CVE-2026-23121
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23121 is a data race vulnerability in the Linux kernel's mISDN (ISDN subsystem) timer device driver (drivers/isdn/mISDN/timerdev.c). The flaw arises from unsynchronized concurrent access to the dev->work field between mISDN_ioctl() (write path via misdn_add_timer) and mISDN_read()/mISDN_poll() (read paths), detected by the Kernel Concurrency Sanitizer (KCSAN). It was published on February 14, 2026, and affects Linux kernel versions from 2.6.27 through multiple stable branches up to 6.18.x and 6.19-rc releases. The CVSS v3.1 base score is 5.5 (Medium) (Feedly).

Technical details

The root cause is a concurrent read/write data race (CWE-362: Concurrent Execution Using Shared Resource with Improper Synchronization) on the dev->work integer field in timerdev.c. When one task performs an ioctl call (e.g., mISDN_ioctlmisdn_add_timer) writing to dev->work at address 0xffff88812d848280, another task concurrently reads the same field via mISDN_read() or mISDN_poll() without any locking or atomic access guarantees. The fix adds READ_ONCE() and WRITE_ONCE() compiler annotations to enforce proper memory access ordering and prevent compiler or CPU reordering of these operations (Feedly, Kernel Patch). Exploitation requires local access with low privileges and the ability to trigger concurrent ioctl and read/poll operations on the mISDN timer device.

Impact

Successful exploitation of this data race can cause unpredictable kernel behavior, system instability, or kernel crashes, resulting in a denial of service (availability: high). There is no confidentiality or integrity impact — the vulnerability cannot be used to leak sensitive data or modify kernel state in a controlled manner. The scope is limited to the local system; lateral movement or data exfiltration are not applicable to this vulnerability (Feedly).

Mitigation and workarounds

Upgrade the Linux kernel to a patched version: 5.10.249 or later, 5.15.199 or later, 6.1.162 or later, 6.6.122 or later, 6.12.68 or later, or 6.18.8 or later, depending on the active kernel branch. Ubuntu has issued multiple security notices addressing this CVE (USN-8162-1, USN-8180-1 through USN-8180-6, USN-8186-1, USN-8188-1, USN-8275-1, USN-8297-1, USN-8393-1) (Ubuntu USN-8162-1, Ubuntu USN-8180-1). As a workaround where patching is not immediately possible, restrict local user access to mISDN device files and ioctl operations, or disable the mISDN kernel module if ISDN functionality is not required (modprobe -r mISDN). Monitor kernel logs for KCSAN data-race warnings related to mISDN timerdev operations (Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management