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
18 Mar 2026, 14:46
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| First Time |
Linux
Linux linux Kernel |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-416 | |
| References | () https://git.kernel.org/stable/c/1c253e11225bc5167217897885b85093e17c2217 - Patch | |
| References | () https://git.kernel.org/stable/c/1d411278dda293a507cb794db7d9ed3511c685c6 - Patch | |
| References | () https://git.kernel.org/stable/c/ba5264610423d9653aa36920520902d83841bcfd - Patch | |
| References | () https://git.kernel.org/stable/c/ed82e7949f5cac3058f4100f3cd670531d41a266 - Patch |
23 Feb 2026, 04:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
18 Feb 2026, 16:22
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
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
