CVE-2026-23230
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23230 is a race condition vulnerability in the Linux kernel's SMB client that can lead to denial of service through corruption of cached file handle state. The flaw exists in the struct cached_fid structure, where the is_open, has_lease, and on_list flags are packed into the same bitfield byte but updated concurrently from different code paths. Affected kernel versions span multiple stable branches: 6.1.x before 6.1.164, 6.2–6.6.x before 6.6.125, 6.7–6.12.x before 6.12.72, 6.13–6.18.x before 6.18.11, and 6.19.x before 6.19.1. It was disclosed on February 18, 2026, and carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).

Technical details

The root cause is a concurrent read-modify-write (RMW) race condition (CWE-362) in the Linux kernel SMB client's cached_fid structure. Because C bitfield assignments compile to byte-level RMW instructions (e.g., orb $mask, addr on x86_64), two CPUs updating different flags in the same bitfield byte can interfere: CPU1 loads the old byte value, CPU2 clears all flags, and then CPU1's RMW store reintroduces the previously cleared bits. The fix converts is_open, has_lease, and on_list from shared bitfield members to independent bool fields, eliminating the shared-byte race. Exploitation requires local access with low privileges and no user interaction (Red Hat Bugzilla, Red Hat Advisory).

Impact

Successful exploitation results in corruption of cached SMB file handle state, leading to system instability and denial of service. The vulnerability has no confidentiality or integrity impact; the sole consequence is high availability impact, as corrupted file handle flags can cause the SMB client subsystem to behave incorrectly, potentially crashing or hanging processes relying on SMB-mounted resources. The attack is limited to the local system scope and does not enable lateral movement or data exfiltration (Red Hat Advisory, Red Hat Bugzilla).

Mitigation and workarounds

The vulnerability has been resolved in the following patched Linux kernel versions: 6.1.164+, 6.6.125+, 6.12.72+, 6.18.11+, and 6.19.1+. Administrators should update affected systems to the appropriate patched release using their distribution's standard kernel update mechanism (e.g., apt, dnf, yum). Debian has issued security advisories (DSA-6163-1 and DLA-4499-1) addressing this issue. No configuration-based workaround is available; upgrading is the only remediation (Red Hat Advisory, Red Hat Bugzilla).

Community reactions

Red Hat has tracked this issue via its Security Response team and assigned it medium severity in its Bugzilla system. Debian has issued multiple security advisories (DSA-6163-1 for stable and DLA-4499-1 for LTS) addressing the vulnerability. Oracle Linux has also released a corresponding errata. No notable independent researcher commentary or significant social media discussion has been identified for this vulnerability.

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