IT

Tracker / CVE-2024-26973

CVE-2024-26973

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: fat: fix uninitialized field in nostale filehandles When fat_encode_fh_nostale() encodes file handle without a parent it stores only first 10 bytes of the file handle. However the length of the file handle must be a multiple of 4 so the file handle is actually 12 bytes long and the last two bytes remain uninitialized. This is not great at we potentially leak uninitialized information with the handle to userspace. Properly initialize the full handle length.

Affected products and versions

debian debian_linux
linux linux_kernel · 3.10 → 4.19.312
linux linux_kernel · 4.20 → 5.4.274
linux linux_kernel · 5.11 → 5.15.154
linux linux_kernel · 5.16 → 6.1.84
linux linux_kernel · 5.5 → 5.10.215
linux linux_kernel · 6.2 → 6.6.24
linux linux_kernel · 6.7 → 6.7.12
linux linux_kernel · 6.8 → 6.8.3

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References