{"id":77381,"date":"2026-02-18T19:52:32","date_gmt":"2026-02-18T16:22:32","guid":{"rendered":"https:\/\/afaghhosting.net\/blog\/cve-2026-23230-smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-rmw-races\/"},"modified":"2026-02-18T19:52:32","modified_gmt":"2026-02-18T16:22:32","slug":"cve-2026-23230-smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-rmw-races","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/cve-2026-23230-smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-rmw-races\/","title":{"rendered":"CVE-2026-23230 &#8211; smb: client: split cached_fid bitfields to avoid shared-byte RMW races"},"content":{"rendered":"<p>CVE ID : CVE-2026-23230<\/p>\n<p>Published :  Feb. 18, 2026, 4:22 p.m. | 37\u00a0minutes ago<\/p>\n<p>Description : In the Linux kernel, the following vulnerability has been resolved:<\/p>\n<p>smb: client: split cached_fid bitfields to avoid shared-byte RMW races<\/p>\n<p>is_open, has_lease and on_list are stored in the same bitfield byte in<br \/>\nstruct cached_fid but are updated in different code paths that may run<br \/>\nconcurrently. Bitfield assignments generate byte read\u2013modify\u2013write<br \/>\noperations (e.g. `orb $mask, addr` on x86_64), so updating one flag can<br \/>\nrestore stale values of the others.<\/p>\n<p>A possible interleaving is:<br \/>\n    CPU1: load old byte (has_lease=1, on_list=1)<br \/>\n    CPU2: clear both flags (store 0)<br \/>\n    CPU1: RMW store (old | IS_OPEN) -&gt; reintroduces cleared bits<\/p>\n<p>To avoid this class of races, convert these flags to separate bool<br \/>\nfields.<\/p>\n<p>Severity: 0.0 | NA<\/p>\n<p>Visit the link for more details, such as CVSS details, affected products, timeline, and more&#8230;\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CVE ID : CVE-2026-23230 Published : Feb. 18, 2026, 4:22 p.m. | 37\u00a0minutes ago Description : In the Linux kernel, the following vulnerability has been resolved: smb: client: split cached_fid bitfields to avoid shared-byte RMW races is_open, has_lease and on_list are stored in the same bitfield byte in struct cached_fid but are updated in different &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-77381","post","type-post","status-publish","format-standard","hentry","category-vulnerability"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/77381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=77381"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/77381\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=77381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=77381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=77381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}