AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-23230

HIGH · CVSS 8.8 EPSS 0.22%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-02-18 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 8.8. It affects Linux.

CVE
CVE-2026-23230
Severity
HIGH
CVSS
8.8
EPSS
0.22%
Linux

Original NVD 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 code paths that may run concurrently. Bitfield assignments generate byte read–modify–write operations (e.g. `orb $mask, addr` on x86_64), so updating one flag can restore stale values of the others. A possible interleaving is: CPU1: load old byte (has_lease=1, on_list=1) CPU2: clear both flags (store 0) CPU1: RMW store (old | IS_OPEN) -> reintroduces cleared bits To avoid this class of races, convert these flags to separate bool fields.

Related CVEs

Other vulnerabilities affecting the same vendor(s)