CVE-2026-23357
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23357 is a deadlock vulnerability in the Linux kernel's CAN mcp251x driver that allows a local low-privileged attacker to cause a denial of service. The flaw exists in the mcp251x_open() function, which calls free_irq() in its error path while holding the mpc_lock mutex — if an interrupt occurs simultaneously, the interrupt handler waits for the mutex while free_irq() waits for the handler, creating a deadlock. Affected Linux kernel versions span from 2.6.34 through multiple stable branches, with fixes available in versions 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.77, 6.18.17, 6.19.7, and 7.0-rc3 and later. It was published on March 25, 2026, with a CVSS v3.1 base score of 5.5 (Medium) (Red Hat CVE, Microsoft MSRC).

Technical details

The root cause is classified as CWE-833 (Deadlock) and CWE-667 (Improper Locking). In mcp251x_open(), the error path invokes free_irq() while the mpc_lock mutex is still held; if an interrupt has already fired, the interrupt handler blocks waiting to acquire mpc_lock, while free_irq() blocks waiting for the handler to complete — a classic circular wait deadlock. The fix moves the free_irq() call to after the mutex is released and sets priv->force_quit = 1 beforehand so the IRQ handler exits immediately upon acquiring the lock. This issue is analogous to a previously fixed deadlock addressed in commit 7dd9c26bd6cf but specifically affects the error path rather than the normal open path (Red Hat CVE).

Impact

Successful exploitation causes the affected Linux system to deadlock in the kernel's CAN mcp251x driver initialization path, resulting in a denial of service — the system becomes unresponsive or freezes. There is no confidentiality or integrity impact; the vulnerability is limited to availability (CVSS availability impact: High). The attack is local in scope, requires only low privileges, and no user interaction, making it relevant primarily to embedded or industrial systems using MCP251x CAN bus controllers (Red Hat CVE).

Mitigation and workarounds

Update the Linux kernel to a patched version. Fixed versions include: 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.77, 6.18.17, 6.19.7, and 7.0-rc3 or later. Patches are available via the upstream kernel stable tree and have been incorporated into distributions including Debian (DSA-6243-1, DLA-4561-1), SUSE (SUSE-SU-2026:2217-1, SUSE-SU-2026:2238-1), and Microsoft Azure Linux (azl3_kernel_6.6.126.1-1). Systems using CAN mcp251x controllers should prioritize patching; as a temporary measure, avoiding conditions that trigger mcp251x_open() error paths (e.g., ensuring stable hardware connections) may reduce exposure (Red Hat CVE, Microsoft MSRC, SUSE Advisory).

Community reactions

The vulnerability received routine coverage from Linux distribution security teams, with Debian, SUSE, and Microsoft all issuing advisories and patches. No notable independent researcher commentary or significant social media discussion has been identified, consistent with the moderate severity and limited attack surface of this driver-level flaw (linuxsecurity.com Debian DSA, SUSE Advisory).

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