HomeDefectsLIN1022-21409
Acknowledged

LIN1022-21409 : Security Advisory - linux - CVE-2026-23145

Created: Feb 24, 2026    Updated: Feb 26, 2026
Found In Version: 10.22.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:

ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref

The error branch for ext4_xattr_inode_update_ref forget to release the
refcount for iloc.bh. Find this when review code.