CVE-2025-68365: fs/ntfs3: Initialize allocated memory before use

Published Dec 24, 2025
·
Updated

fs/ntfs3: Initialize allocated memory before use

Affected Software

8 affected componentsFixes available
Linux Linux kernel
Microsoft azl3 kernel 6.6.117.1-1
Linux Linux kernel>=5.15<5.15.199
Linux Linux kernel>=5.16<6.1.162
Linux Linux kernel>=6.2<6.6.122
Linux Linux kernel>=6.7<6.12.68
Linux Linux kernel>=6.13<6.18.2
Microsoft cbl2 kernel 5.15.186.1-1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Change kmem_cache_alloc() to kmem_cache_zalloc() so that allocated memory is properly allocated and cleared before use (addresses KMSAN uninit-value reports in bcmp (3) and ntfs_read_hdr (3), and resolves 'fs/ntfs3: Initialize allocated memory before use').

    Linux kernel (KMSAN fix) kmem_cache_alloc() -> kmem_cache_zalloc() = Use kmem_cache_zalloc() instead of kmem_cache_alloc()

Event History

Dec 24, 2025
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
DescriptionSeverity
Data Sourced
via NVD·11:16 AM
RemedyDescriptionSeverityWeaknessAffected Software
Dec 25, 2025
Data Sourced
via Microsoft·01:04 AM
DescriptionSeverityWeaknessAffected Software
Updated
via Microsoft·09:04 AM
DescriptionSeverity
Updated
via Microsoft·09:04 AM
SeverityAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2025-68365?

CVE-2025-68365 is classified as a medium severity vulnerability due to potential memory corruption issues.

2

How do I fix CVE-2025-68365?

To fix CVE-2025-68365, update your Linux kernel to the latest version where the vulnerability has been addressed.

3

What components are affected by CVE-2025-68365?

CVE-2025-68365 affects the NTFS3 file system implementation in the Linux kernel.

4

What types of issues does CVE-2025-68365 cause?

CVE-2025-68365 can lead to undefined behavior in the kernel due to the use of uninitialized memory.

5

Is CVE-2025-68365 exploitable remotely?

CVE-2025-68365 is not typically considered to be exploitable remotely but may be exploitable in a local context.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2025-68365 - fs/ntfs3: Initialize allocated memory before use - SecAlerts