VYPR
Unrated severityNVD Advisory· Published Dec 24, 2025· Updated Apr 15, 2026

CVE-2025-68727

CVE-2025-68727

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A heap buffer allocated by __getname() in the Linux kernel's NTFS3 driver is not zero-initialized, potentially leaking sensitive kernel memory.

In the Linux kernel's NTFS3 filesystem driver, the __getname() function allocates a heap buffer for directory entry structures (de). This buffer was not zero-initialized, meaning that uninitialized kernel heap memory could be left exposed when the buffer is used.

Exploitation

This vulnerability is triggered during directory listing or access operations on an NTFS3 filesystem. No special privileges are required beyond the ability to read directory entries on a mounted NTFS3 volume. The uninitialized buffer occurs when the kernel allocates memory without clearing it, and the subsequent use of that buffer can copy stale kernel heap data into user-visible structures.

Impact

An attacker with local access can read the uninitialized kernel memory, which may contain sensitive data such as pointers, file content fragments, or other kernel objects. This constitutes an information disclosure vulnerability that could aid in further exploitation of the system.

Mitigation

The Linux kernel stable branch has released patches to fix this issue [1][2][3]. The fix explicitly zeroes the allocated buffer before use, eliminating the information leak. Users should update their kernel to a version containing the fix.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

7

News mentions

0

No linked articles in our index yet.