3 matches found
Astra Linux – Vulnerability in Linux 6.12
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: The cancle function marks a bad inode after attempting to remove a file name. The reproducer uses a file0 on an ntfs3 file system with a corrupted ilink. When renaming a file, the inode of file0 is marked as a bad inode...
CVE-2025-38615
CVE-2025-38615 concerns the Linux kernel: in fs/ntfs3, the function cancle set bad inode after removing name fails. The reproducer uses a file on an ntfs3 filesystem with a corrupted i_link; during a rename, the file0 inode is marked bad because the file name cannot be deleted. The underlying bug...
UBUNTU-CVE-2022-48988
In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcgwriteeventcontrol memcgwriteeventcontrol accesses the dentry-dname of the specified control fd to route the write call. As a cgroup interface file can't be renamed, it's safe to access...