CyberRota Analysis
This is a high severity vulnerability with a CVSS score of 8.2. It affects Linux.
CVE
CVE-2025-68365
Severity
HIGH
CVSS
8.2
EPSS
0.38%
Linux
Original NVD 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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)