First published: Wed Sep 18 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: udf: Avoid excessive partition lengths Avoid mounting filesystems where the partition would overflow the 32-bits used for block number. Also refuse to mount filesystems where the partition length is so large we cannot safely index bits in a block bitmap.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <4.19.322 | |
Linux Kernel | >=4.20<5.4.284 | |
Linux Kernel | >=5.5<5.10.226 | |
Linux Kernel | >=5.11<5.15.167 | |
Linux Kernel | >=5.16<6.1.110 | |
Linux Kernel | >=6.2<6.6.51 | |
Linux Kernel | >=6.7<6.10.10 | |
debian/linux | <=5.10.223-1 | 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46777 is classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-46777, upgrade your Linux kernel to a version that includes the patch, such as 5.10.226-1 or newer.
CVE-2024-46777 affects Linux kernel versions prior to 5.10.226, 6.1.123, and several others between 4.20 and 6.6.51.
You can determine if your system is vulnerable to CVE-2024-46777 by checking if you are using an affected Linux kernel version.
CVE-2024-46777 could lead to potential security risks when mounting filesystems with excessive partition lengths.