In the Linux kernel, the following vulnerability has been resolved:
fs/ntfs3: Initialize allocated memory before use
KMSAN reports: Multiple uninitialized values detected:
Memory is allocated by _getname(), which is a wrapper for kmemcachealloc(). This memory is used before being properly cleared. Change kmemcachealloc() to kmemcache_zalloc() to properly allocate and clear memory before use.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68365.json",
"cna_assigner": "Linux"
}