Security Advisory

CVE-2024-50211

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-11-08 06:10:08
Last updated 2026-05-11 20:47:34
Assigner Linux
State PUBLISHED

Description

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.