CVE-2026-23223: xfs: fix UAF in xchk_btree_check_block_owner
In the Linux kernel, the following vulnerability has been resolved:
xfs: fix UAF in xchk_btree_check_block_owner
We cannot dereference bs->cur when trying to determine if bs->cur
aliases bs->sc->sa.{bno,rmap}_cur after the latter has been freed.
Fix this by sampling before type before any freeing could happen.
The correct temporal ordering was broken when we removed xfs_btnum_t.
Security readout for executives and security teams
Plain-English summary
CVE-2026-23223 is a Linux kernel XFS filesystem bug involving use-after-free memory access during an internal block-owner check. The public record confirms a fix but does not provide CVSS, impact severity, or evidence of active exploitation.
Executive priority
Track as a kernel memory-safety issue with incomplete severity data. Prioritize normal patch management, escalating for high-value Linux systems using XFS. There is no cited active exploitation in the supplied sources.
Technical view
The issue is in xfs xchk_btree_check_block_owner. The kernel fix avoids dereferencing bs->cur after related scrub cursors may have been freed by sampling the type before freeing can occur. The flaw was introduced by a temporal-ordering change after xfs_btnum_t removal.
Likely exposure
Exposure is limited to Linux kernels containing the affected XFS code paths. The bundled data lists Linux kernel versions and stable commits but does not map them cleanly to distributions. Systems using XFS should be checked first.
Exploitation context
The source bundle does not cite KEV listing, public exploitation, exploit code, or real-world attacks. Treat exploitation status as unconfirmed. Kernel use-after-free issues can be serious, but operational impact is not established in the supplied sources.
Researcher notes
The strongest evidence is the upstream Linux stable fix text. The source data has no CVSS, CWE, exploitability analysis, or distro mapping. Affected-version entries appear broad and should be reconciled against vendor kernels and backports.
Mitigation direction
Apply vendor kernel updates that include the referenced stable XFS fixes.
Prioritize Linux systems that use XFS filesystems.
Check distribution advisories for backported fixes and package names.
Avoid claiming remediation complete based only on upstream version numbers.
Validation and detection
Inventory Linux kernel versions across affected assets.
Identify systems with mounted or provisioned XFS filesystems.
Confirm vendor advisories include CVE-2026-23223 or the referenced commits.
Verify updated kernels are installed and running after reboot.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-23223 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Feb 18, 2026, 14:53 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.