5.5

CVE-2025-68365

fs/ntfs3: Initialize allocated memory before use

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

Memory is allocated by __getname(), which is a wrapper for
kmem_cache_alloc(). This memory is used before being properly
cleared. Change kmem_cache_alloc() to kmem_cache_zalloc() to
properly allocate and clear memory before use.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 5.15 < 5.15.199
LinuxLinux Kernel Version >= 5.16 < 6.1.162
LinuxLinux Kernel Version >= 6.2 < 6.6.122
LinuxLinux Kernel Version >= 6.7 < 6.12.68
LinuxLinux Kernel Version >= 6.13 < 6.18.2
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.17% 0.064
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE-908 Use of Uninitialized Resource

The product uses or accesses a resource that has not been initialized.

https://git.kernel.org/stable/c/192e8ce302f14ac66259231dd10cede19858d742
Patch
https://git.kernel.org/stable/c/a8a3ca23bbd9d849308a7921a049330dc6c91398
Patch
https://git.kernel.org/stable/c/7d52c592cf53f5bb7163967edc01d2d7d80de44a
Patch
https://git.kernel.org/stable/c/f7728057220cabd720e27e46097edad48e5bd728
Patch
https://git.kernel.org/stable/c/a58e29849aef8d26554a982989a2190b49aaf8ed
Patch
https://git.kernel.org/stable/c/bdf38063fd15f2fc7361dc0b5d3c259741eab835
Patch