First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ocfs2: free inode when ocfs2_get_init_inode() fails syzbot is reporting busy inodes after unmount, for commit 9c89fe0af826 ("ocfs2: Handle error from dquot_initialize()") forgot to call iput() when new_inode() succeeded and dquot_initialize() failed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.128-1 6.12.19-1 6.12.20-1 |
debian/linux-6.1 | 6.1.128-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56630 has been classified with a medium severity level.
To fix CVE-2024-56630, users should update to the latest patched version of the Linux kernel.
CVE-2024-56630 affects specific commits in the Linux kernel prior to the vulnerability being patched.
The potential impacts of CVE-2024-56630 include the possibility of busy inodes after unmount, leading to filesystem inconsistencies.
CVE-2024-56630 relates to improper handling of inode management in the ocfs2 filesystem in the Linux kernel.