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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-02-18 16:22
Updated : 2026-03-18 14:46
NVD link : CVE-2026-23223
Mitre link : CVE-2026-23223
CVE.ORG link : CVE-2026-23223
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
