First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ext4: check stripe size compatibility on remount as well We disable stripe size in __ext4_fill_super if it is not a multiple of the cluster ratio however this check is missed when trying to remount. This can leave us with cases where stripe < cluster_ratio after remount:set making EXT4_B2C(sbi->s_stripe) become 0 that can cause some unforeseen bugs like divide by 0. Fix that by adding the check in remount path as well.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.5<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47700 has been assigned a severity rating based on its potential impact on system stability and data integrity.
To fix CVE-2024-47700, update your Linux kernel to the latest version that addresses this vulnerability.
CVE-2024-47700 affects Linux kernel versions between 6.5 and 6.6.54, as well as 6.7 to 6.10.13, and 6.11 to 6.11.2.
CVE-2024-47700 exploits a check for stripe size compatibility in the ext4 filesystem during the remount process.
Using affected versions of the Linux kernel without remediation poses a risk to system stability and data integrity.