APPLIED: [SRU][J/N][PATCH 0/2] CVE-2024-50248
Koichiro Den
koichiro.den at canonical.com
Fri Feb 21 02:58:20 UTC 2025
On Thu, Jan 23, 2025 at 03:46:36PM GMT, Massimiliano Pellizzer wrote:
> [Impact]
>
> ntfs3: Add bounds checking to mi_enum_attr()
>
> Added bounds checking to make sure that every attr don't stray beyond
> valid memory region.
>
> [Fix]
>
> Oracular: Fixed via upstream stable updates (bec0995dd88be2)
> Noble: Cherry picked both the fix commit and a followup from mainline
> Jammy: Backported both the fix commit and a followup from mainline
> Focal: Not affected
>
> [Test Case]
>
> Compile and boot tested.
> Stress tested a ntfs partition using stress-ng.
>
> [Where problems could occur]
>
> The fix affects the ntfs3 driver. An issue with this fix may lead to
> filesystem instability when accessing or modifying NTFS formatted disks.
> A normal user might experience data loss, inability to mount NTFS
> partitions, or system hangs when performing fs operations.
>
> Konstantin Komarov (1):
> fs/ntfs3: Sequential field availability check in mi_enum_attr()
>
> lei lu (1):
> ntfs3: Add bounds checking to mi_enum_attr()
>
> fs/ntfs3/record.c | 25 ++++++++++++-------------
> 1 file changed, 12 insertions(+), 13 deletions(-)
>
Applied to noble:linux, jammy:linux master-next branches. Thanks!
More information about the kernel-team
mailing list