CVE-2026-23230: smb: client: split cached_fid bitfields to avoid shared-byte RMW races

Published Feb 18, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

smb: client: split cachedfid bitfields to avoid shared-byte RMW races

isopen, haslease and onlist are stored in the same bitfield byte in struct cachedfid but are updated in different code paths that may run concurrently. Bitfield assignments generate byte read–modify–write operations (e.g. orb $mask, addr on x8664), so updating one flag can restore stale values of the others.

A possible interleaving is: CPU1: load old byte (haslease=1, onlist=1) CPU2: clear both flags (store 0) CPU1: RMW store (old | ISOPEN) -> reintroduces cleared bits

To avoid this class of races, convert these flags to separate bool fields.

Affected Software

6 affected components
linux/kernel
Linux Linux kernel>=6.1<6.1.164
Linux Linux kernel>=6.2<6.6.125
Linux Linux kernel>=6.7<6.12.72
Linux Linux kernel>=6.13<6.18.11
Linux Linux kernel>=6.19<6.19.1

Event History

Feb 18, 2026
CVE Published
via MITRE·02:53 PM
Data Sourced
via MITRE·02:53 PM
DescriptionSeverity
Data Sourced
via NVD·04:22 PM
RemedyDescriptionSeverityAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-23230?

CVE-2026-23230 has a high severity rating due to its potential to allow remote memory write races.

2

How do I fix CVE-2026-23230?

To fix CVE-2026-23230, upgrade to the latest version of the Linux kernel that includes the patch.

3

What systems are affected by CVE-2026-23230?

CVE-2026-23230 affects systems running vulnerable versions of the Linux kernel with SMB client capabilities.

4

What are the potential impacts of CVE-2026-23230?

Exploitation of CVE-2026-23230 could lead to data corruption and system instability.

5

Is there a workaround for CVE-2026-23230?

Currently, there are no effective workarounds for CVE-2026-23230 apart from applying the security patch.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203