CVE-2025-68365

Source
https://cve.org/CVERecord?id=CVE-2025-68365
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-68365.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-68365
Downstream
Related
Published
2025-12-24T10:32:52.728Z
Modified
2026-03-23T05:10:39.128394095Z
Summary
fs/ntfs3: Initialize allocated memory before use
Details

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 ntfsreadhdr (3)
  • KMSAN: uninit-value in bcmp (3)

Memory is allocated by __getname(), which is a wrapper for kmemcachealloc(). This memory is used before being properly cleared. Change kmemcachealloc() to kmemcachezalloc() to properly allocate and clear memory before use.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68365.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
82cae269cfa953032fbb8980a7d554d60fb00b17
Fixed
bdf38063fd15f2fc7361dc0b5d3c259741eab835
Fixed
a58e29849aef8d26554a982989a2190b49aaf8ed
Fixed
7d52c592cf53f5bb7163967edc01d2d7d80de44a
Fixed
f7728057220cabd720e27e46097edad48e5bd728
Fixed
192e8ce302f14ac66259231dd10cede19858d742
Fixed
a8a3ca23bbd9d849308a7921a049330dc6c91398

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-68365.json"