3 matches found
CVE-2026-72477
CVE-2026-72477 relates to the Linux kernel ntfs3 inode-handling path during rename failures. The fix replaces a WARN_ON with a call to _ntfs_bad_inode() to mark the inode as bad and halt further operations on inconsistent inodes, addressing a safety issue when renaming can fail on live inodes. Te...
EUVD-2022-55669
In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: fix memleak on platformdeviceadd fails No error handling is performed when platformdeviceadd fails. Add error processing before return, and modified the return value...
CVE-2022-50485
The CVE-2022-50485 entry concerns the Linux kernel ext4 subsystem. A new EXT4_IGET_BAD flag is added to ext4_iget() to prevent returning a bad inode; previously, boot loader inodes could be returned as bad inodes, bypassing some checks and potentially causing a kernel panic. The mitigation is a p...