| Summary | In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access The bounds check for the next xattr entry in check_xattrs() uses For example, if next lands at end - 1, the check passes since Fix this by changing the check to (void *)next + sizeof(u32) > end, |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |