NTFS-3G FUSE Driver Sees First New Release In Four Years
#Vulnerabilities

NTFS-3G FUSE Driver Sees First New Release In Four Years

Hardware Reporter
2 min read

NTFS-3G 2026.2.25 marks the first update since 2022, bringing bug fixes, microsecond volume creation time support, and a critical security patch for heap buffer overflow when POSIX ACLs are enabled.

The NTFS-3G FUSE driver has seen its first new release in four years, with version 2026.2.25 arriving today as a significant update for Linux and other platforms that need NTFS filesystem support. This release comes at an interesting time, just days after the NTFS "resurrection" in Linux 7.1 that Linus Torvalds himself commented on, making it a particularly notable week for NTFS support in the Linux ecosystem.

Since the previous release (2022.10.3), the NTFS-3G project has accumulated a number of fixes and improvements. The most significant new feature is that mkntfs now supports microsecond-level volume creation time, providing more precise timestamp handling for NTFS volumes. This level of precision can be important for certain backup and synchronization scenarios where exact file creation times matter.

Several utilities have also seen improvements. Both ntfsinfo and ntfsclone received various enhancements, though specific details weren't provided in the initial announcement. These tools are commonly used for NTFS volume inspection and backup operations, so improvements here should benefit users who rely on NTFS-3G for data management tasks.

The release is primarily focused on bug fixes, addressing various issues that have accumulated over the past four years. This maintenance-focused approach is typical for long-term support projects, especially after such an extended period between releases.

One critical security fix addresses a heap buffer overflow vulnerability that occurs when POSIX ACLs are enabled. This type of vulnerability could potentially allow attackers to execute arbitrary code or cause denial of service conditions, making it an important update for systems that use NTFS-3G with POSIX ACL support enabled.

For those interested in the technical details or wanting to download the new release, the project maintains its presence on GitHub where users can find the source code, release notes, and installation instructions. The FUSE-based approach of NTFS-3G continues to provide a user-space alternative to kernel-based NTFS drivers, offering compatibility across different platforms beyond just Linux.

The timing of this release is particularly interesting given the recent developments in kernel-based NTFS support. With Linux 7.1 introducing new NTFS filesystem driver support and the existing NTFS3 driver receiving fixes, users now have multiple options for NTFS support on Linux. The NTFS-3G FUSE driver remains relevant for systems where kernel module installation is restricted or where cross-platform compatibility is a priority.

This release demonstrates that despite the long gap since the previous version, the NTFS-3G project remains active and continues to provide value to the Linux community, particularly for users who prefer or require user-space filesystem drivers over kernel modules.

Comments

Loading comments...