First published: Fri Nov 08 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: udf: refactor inode_bmap() to handle error Refactor inode_bmap() to handle error since udf_next_aext() can return error now. On situations like ftruncate, udf_extend_file() can now detect errors and bail out early without resorting to checking for particular offsets and assuming internal behavior of these functions.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.6.59 | |
Linux Kernel | >=6.7<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
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-50211 has a medium severity level due to its impact on error handling in the Linux kernel.
To address CVE-2024-50211, upgrade the Linux kernel to a version that is later than 6.6.59 or between 6.7 and 6.11.6, or at least 6.12-rc1.
CVE-2024-50211 affects versions of the Linux kernel up to 6.6.59 and those between 6.7 and 6.11.6, as well as version 6.12-rc1.
CVE-2024-50211 specifically impacts the inode_bmap() function in the UDF implementation of the Linux kernel.
CVE-2024-50211 addresses vulnerabilities related to error handling during file truncation operations in the UDF file system.