View at Official suse advisory, NVD, CVE.org · CVE detail
Freshness: upstream tracker timestamp is available; use API updated time as primary recency signal.
CVE-2023-53285 severity moderate: SUSE including 58 source package names (bpftool-7.3.0-427.13.1.el9_4, cluster-md-kmp-default, …), 163 product×package rows across 28 product lines (SUSE Liberty Linux 9, SUSE Linux Enterprise High Availability Extension 15 SP6, … (28 product lines)): Known Not Affected 127, Fixed 36.
In the Linux kernel, the following vulnerability has been resolved: ext4: add bounds checking in get_max_inline_xattr_value_size() Normally the extended attributes in the inode body would have been checked when the inode is first opened, but if someone is writing to the block device while the file system is mounted, it's possible for the inode table to get corrupted. Add bounds checking to avoid reading beyond the end of allocated memory if this happens.