CVE-2025-68365
Published: Dec 24, 2025
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 82cae269cfa953032fbb8980a7d554d60fb00b17 - < bdf38063fd15f2fc7361dc0b5d3c259741eab835affected 82cae269cfa953032fbb8980a7d554d60fb00b17 - < a58e29849aef8d26554a982989a2190b49aaf8edaffected 82cae269cfa953032fbb8980a7d554d60fb00b17 - < 7d52c592cf53f5bb7163967edc01d2d7d80de44aaffected 82cae269cfa953032fbb8980a7d554d60fb00b17 - < f7728057220cabd720e27e46097edad48e5bd728affected 82cae269cfa953032fbb8980a7d554d60fb00b17 - < 192e8ce302f14ac66259231dd10cede19858d742+1 more versions |
Linux | Linux | affected 5.15unaffected 0 - < 5.15unaffected 5.15.199 - <= 5.15.*unaffected 6.1.162 - <= 6.1.*unaffected 6.6.122 - <= 6.6.*+3 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now