
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."