CVE-2025-68727
Unknown Unknown - Not Provided
Uninitialized Buffer Vulnerability in Linux Kernel ntfs3 Module

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by __getname() Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-06-16
AI Q&A
2025-12-24
EPSS Evaluated
2026-06-15
NVD
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 in the Linux kernel's ntfs3 module involves an uninitialized buffer allocated by the function __getname(). The issue was that after allocating a buffer for 'de', the buffer was not properly initialized, leading to uninitialized errors. The fix involved initializing the buffer with zeroes to prevent these errors. The problem was detected using Kernel Memory Sanitizer (KMSAN).

Impact Analysis

The impact of this vulnerability could include potential memory corruption or leakage of uninitialized memory contents, which might lead to system instability or security risks such as information disclosure. However, specific impacts are not detailed in the provided information.

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