imPC@ndo IT

Tracker / CVE-2025-68365

CVE-2025-68365

High 8.2

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.

Affected products and versions

linux linux_kernel · 5.15 → 5.15.199
linux linux_kernel · 5.16 → 6.1.162
linux linux_kernel · 6.13 → 6.18.2
linux linux_kernel · 6.2 → 6.6.122
linux linux_kernel · 6.7 → 6.12.68

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