Description
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize allocated memory before use KMSAN reports: Multiple uninitialized values detected: - KMSAN: uninit-value in ntfs_read_hdr (3) - KMSAN: uninit-value in bcmp (3) Memory is allocated by __getname(), which is a wrapper for kmem_cache_alloc(). This memory is used before being properly cleared. Change kmem_cache_alloc() to kmem_cache_zalloc() to properly allocate and clear memory before use.
Product status
82cae269cfa953032fbb8980a7d554d60fb00b17 (git) before 192e8ce302f14ac66259231dd10cede19858d742
82cae269cfa953032fbb8980a7d554d60fb00b17 (git) before a8a3ca23bbd9d849308a7921a049330dc6c91398
5.15
Any version before 5.15
6.18.2 (semver)
6.19-rc1 (original_commit_for_fix)
References
git.kernel.org/...c/192e8ce302f14ac66259231dd10cede19858d742
git.kernel.org/...c/a8a3ca23bbd9d849308a7921a049330dc6c91398
Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.