Bug 2300302 (CVE-2024-41019)

Summary: CVE-2024-41019 kernel: fs/ntfs3: Validate ff offset
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: dfreiber, drow, jburrell, vkumar
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: kernel 5.15.164, kernel 6.1.102, kernel 6.6.43, kernel 6.9.12, kernel 6.10.2, kernel 6.11-rc1 Doc Type: If docs needed, set a value
Doc Text:
A flaw was found in the `fs/ntfs3` module in the Linux kernel. This issue involved inadequate validation of the `ff` offset, which could lead to out-of-bounds reads if the offset was excessively large. This flaw posed risks of crashes and information leaks, and has been addressed by adding sanity checks to validate the `ff` offset before use, ensuring safer memory access and improving system stability.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2300890    
Bug Blocks:    

Description OSIDB Bzimport 2024-07-29 07:21:31 UTC
In the Linux kernel, the following vulnerability has been resolved:

fs/ntfs3: Validate ff offset

This adds sanity checks for ff offset. There is a check
on rt->first_free at first, but walking through by ff
without any check. If the second ff is a large offset.
We may encounter an out-of-bound read.

Comment 1 Mauro Matteo Cascella 2024-07-29 19:14:08 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 2300890]