Bug 2324597 (CVE-2024-50211) - CVE-2024-50211 kernel: udf: refactor inode_bmap() to handle error
Summary: CVE-2024-50211 kernel: udf: refactor inode_bmap() to handle error
Keywords:
Status: NEW
Alias: CVE-2024-50211
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2324687
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-08 13:47 UTC by OSIDB Bzimport
Modified: 2025-03-03 08:15 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-08 13:47:30 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.