CVE-2025-71311
Awaiting Analysis Awaiting Analysis - Queue
Uninitialized Memory Exposure in Linux Kernel NTFS3

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize new folios before use KMSAN reports an uninitialized value in longest_match_std(), invoked from ntfs_compress_write(). When new folios are allocated without being marked uptodate and ni_read_frame() is skipped because the caller expects the frame to be completely overwritten, some reserved folios may remain only partially filled, leaving the rest memory uninitialized.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's NTFS3 filesystem driver. It occurs because new folios (memory pages) are allocated without being properly initialized or marked as up-to-date before use. Specifically, when the function ntfs_compress_write() calls longest_match_std(), some folios may remain only partially filled, leaving parts of the memory uninitialized. This can lead to the use of uninitialized memory values.

Impact Analysis

The impact of this vulnerability is related to the use of uninitialized memory in the Linux kernel's NTFS3 driver. Using uninitialized memory can lead to unpredictable behavior, including potential information leaks or system instability. However, the exact impact depends on how the uninitialized memory is accessed or exploited.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-71311. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart