ntfs-3g: Update to version 2026.7.7
Commit Message
- Update from version 2026.2.25 to 2026.7.7
- Update of rootfile
- Fixes for 9 CVE's
- Changelog
2026.7.7
(ntfscat) Fix heap memory corruption when processing a corrupt or maliciously crafted
filesystem. (CVE-2026-42616)
Fix heap memory corruption when copying index data from root to an index block in a
corrupt or maliciously crafted filesystem. (CVE-2026-42617)
Fix single-byte heap buffer overflow when decompressing maliciously crafted compressed
file data. (CVE-2026-42618)
Fix heap buffer overflow when copying the tail data of an index block to a freshly
allocated block. (CVE-2026-46569)
Fix out-of-bounds read when processing symlink reparse data in a corrupt or
maliciously crafted filesystem. (CVE-2026-46571)
Fix heap memory corruption for maliciously crafted or corrupt index data descending to
an out-of-bounds tree depth. (CVE-2026-46570)
Fix heap buffer overflow for maliciously crafted or corrupt index data during a node
split. (CVE-2026-46572)
Fix heap buffer overflow when building inherited ACL data. (CVE-2026-56135)
Fix out of bounds access when clearing an index root in maliciously crafted or corrupt
index data. (CVE-2026-56136)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/ntfs-3g | 9 ++-------
lfs/ntfs-3g | 4 ++--
2 files changed, 4 insertions(+), 9 deletions(-)
@@ -1,8 +1,8 @@
bin/lowntfs-3g
bin/ntfs-3g
#lib/libntfs-3g.so
-lib/libntfs-3g.so.89
-lib/libntfs-3g.so.89.0.0
+lib/libntfs-3g.so.90
+lib/libntfs-3g.so.90.0.0
sbin/mkfs.ntfs
sbin/mount.lowntfs-3g
sbin/mount.ntfs-3g
@@ -84,10 +84,5 @@ usr/sbin/ntfsundelete
#usr/share/man/man8/ntfslabel.8
#usr/share/man/man8/ntfsls.8
#usr/share/man/man8/ntfsprogs.8
-#usr/share/man/man8/ntfsrecover.8
#usr/share/man/man8/ntfsresize.8
-#usr/share/man/man8/ntfssecaudit.8
-#usr/share/man/man8/ntfstruncate.8
#usr/share/man/man8/ntfsundelete.8
-#usr/share/man/man8/ntfsusermap.8
-#usr/share/man/man8/ntfswipe.8
@@ -24,7 +24,7 @@
include Config
-VER = 2026.2.25
+VER = 2026.7.7
THISAPP = ntfs-3g-$(VER)
DL_FILE = ntfs-3g_ntfsprogs-$(VER).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e7f7a47ef8178e26dae04a1b8943756629f562d6e98a3500402958b952d21f9f9306070eccf9940b4070454a60883c521f55932f4bccaebe723dafe11d189d8f
+$(DL_FILE)_BLAKE2 = 2cdeeeb00a9274282e3455bd2827f388b11a5f69b06f85c7655e175e493269b4e9447843de4ef69748d406e58df5d3bf5832086337d74dfd5a9bcf3e47e49b2f
install : $(TARGET)