CVE-2024-26973
MediumIn 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.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-908CVE-2024-26973 is classified as CWE-908
See CWE-908 on MITRE CWE for full details on this weakness type.
References
The following references provide additional information about CVE-2024-26973 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Mailing List
-
Mailing List
-
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/03a7e3f2ba3ca25f1da1d3898709a08db14c1abb
-
PatchKernel patch commithttps://git.kernel.org/stable/c/74f852654b8b7866f15323685f1e178d3386c688
-
PatchKernel patch commithttps://git.kernel.org/stable/c/9840d1897e28f8733cc1e38f97e044f987dc0a63
Frequently asked questions
-
What is CVE-2024-26973?
CVE-2024-26973 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . CVE-2024-26973 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-26973?
CVE-2024-26973 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2024-26973?
No patch is currently available for CVE-2024-26973. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2024-26973 actively exploited?
No — CVE-2024-26973 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.