From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hpQ9K2Vlgz32jC for ; Mon, 21 Sep 2026 14:10:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hpQ9B6p1Gz36Wn for ; Mon, 21 Sep 2026 14:10:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hpQ993X3Gz6sS; Mon, 21 Sep 2026 14:10:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789999805; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C66dIdI2yhuaSeqTRb1Lt8xWvLFTM2blj770LZ8kP+w=; b=64xlBQ/PdNmbs330+AFDDqZ099OHpH1sgtwSel+ryJpG4DcdVnuqjJ4gnrZ8x+NSf0Na3t rZ+M5cd9DUoGTBBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789999805; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C66dIdI2yhuaSeqTRb1Lt8xWvLFTM2blj770LZ8kP+w=; b=uJ1jWAYkvLFnXZU9knQ/QrYjacmkdYq6lEh/sqVAvS/zYXLOnGb+sbq2nHiQX3KVyDQvl6 QWGbIN38pdAdmYBnbOXQ/LBhBadVrvn2wD5cP8RSjLp1miBa7Ydz4QE3ZnN2W7u1WTgv78 PLU9srSdZRU63G1oPqVmG2JlNUq9Wvjx4W4u22Y4/qX6s+XbYP/IB54R9ooiD0wjwUNk97 l1G5rPlfDJvcH9llILELlyqiogc9JjECpju5I+Vf/KukHxwMPp7GP5xnhiVBooiNSTU1wi HHbO16Mh4fU/8uqhd99G8WUjjg/9lVEX11AH3HvsKF2KRNP/zLNv/kBwnD6zWQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ntfs-3g: Update to version 2026.7.7 Date: Mon, 21 Sep 2026 16:09:57 +0200 Message-ID: <20260921140958.515074-9-adolf.belka@ipfire.org> In-Reply-To: <20260921140958.515074-1-adolf.belka@ipfire.org> References: <20260921140958.515074-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- config/rootfiles/common/ntfs-3g | 9 ++------- lfs/ntfs-3g | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/ntfs-3g b/config/rootfiles/common/ntfs-3g index e187cbfaa..65d958495 100644 --- a/config/rootfiles/common/ntfs-3g +++ b/config/rootfiles/common/ntfs-3g @@ -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 diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index fa8dcaf52..d7c4eb20c 100644 --- a/lfs/ntfs-3g +++ b/lfs/ntfs-3g @@ -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) -- 2.55.0