In the Linux kernel, the following vulnerability has been resolved:
ext4: add EXT4INODEHASXATTRSPACE macro in xattr.h
When adding an xattr to an inode, we must ensure that the inodesize is not less than EXT4GOODOLDINODESIZE + extraisize + pad. Otherwise, the end position may be greater than the start position, resulting in UAF.