7.8
CWE
416
Advisory Published
Updated

CVE-2024-56619: nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()

First published: Fri Dec 27 2024(Updated: )

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry() Syzbot reported that when searching for records in a directory where the inode's i_size is corrupted and has a large value, memory access outside the folio/page range may occur, or a use-after-free bug may be detected if KASAN is enabled. This is because nilfs_last_byte(), which is called by nilfs_find_entry() and others to calculate the number of valid bytes of directory data in a page from i_size and the page index, loses the upper 32 bits of the 64-bit size information due to an inappropriate type of local variable to which the i_size value is assigned. This caused a large byte offset value due to underflow in the end address calculation in the calling nilfs_find_entry(), resulting in memory access that exceeds the folio/page size. Fix this issue by changing the type of the local variable causing the bit loss from "unsigned int" to "u64". The return value of nilfs_last_byte() is also of type "unsigned int", but it is truncated so as not to exceed PAGE_SIZE and no bit loss occurs, so no change is required.

Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Affected SoftwareAffected VersionHow to fix
Linux Kernel
Linux Kernel>=2.6.30<5.4.287
Linux Kernel>=5.5<5.10.231
Linux Kernel>=5.11<5.15.174
Linux Kernel>=5.16<6.1.120
Linux Kernel>=6.2<=6.6.66
Linux Kernel>=6.7<=6.12.5
Linux Kernel=6.13-rc1
debian/linux<=5.10.223-1
5.10.234-1
6.1.129-1
6.1.133-1
6.12.22-1
debian/linux-6.1
6.1.129-1~deb11u1

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of CVE-2024-56619?

    CVE-2024-56619 is classified as a high severity vulnerability due to potential out-of-bounds memory access.

  • How do I fix CVE-2024-56619?

    To fix CVE-2024-56619, update the Linux kernel to the latest version that includes the patch addressing this vulnerability.

  • What are the potential impacts of CVE-2024-56619?

    CVE-2024-56619 can lead to system crashes or unauthorized memory access, affecting system stability and security.

  • Which versions of the Linux kernel are affected by CVE-2024-56619?

    CVE-2024-56619 affects various versions of the Linux kernel that utilize nilfs2 file systems.

  • How can I determine if my system is vulnerable to CVE-2024-56619?

    Check if your current Linux kernel version is prior to the patches that resolve CVE-2024-56619 to assess vulnerability.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203