THREATOPS
THREAT OPSThreat News › [NVD] CVE-2023-52444 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid dirent corruption As Al reported in link[1]: f2fs_rename() ... if (old_dir != new_dir && !whiteout) f2fs_set_link(old_inode, old_dir_entry, old_dir_page, new_dir); else f2fs_put_p

[NVD] CVE-2023-52444 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid dirent corruption As Al reported in link[1]: f2fs_rename() ... if (old_dir != new_dir && !whiteout) f2fs_set_link(old_inode, old_dir_entry, old_dir_page, new_dir); else f2fs_put_p

lownvdPublished 2024-02-22

CVE-2023-52444 CVSS: 7.8 HIGH Published: 2024-02-22T17:15:08.430

In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix to avoid dirent corruption

As Al reported in link[1]:

f2fs_rename() ... if (old_dir != new_dir && !whiteout) f2fs_set_link(old_inode, old_dir_entry, old_dir_page, new_dir); else f2fs_put_page(old_dir_page, 0);

You want correct inumber in the

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2023-52444