Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ntfsprogs-2026.7.7-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: ntfsprogs Distribution: openSUSE Tumbleweed
Version: 2026.7.7 Vendor: openSUSE
Release: 1.1 Build date: Thu Jul 23 01:42:55 2026
Group: System/Filesystems Build host: reproducible
Size: 818946 Source RPM: ntfs-3g_ntfsprogs-2026.7.7-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tuxera/ntfs-3g/
Summary: NTFS Utilities
The ntfsprogs includes utilities for doing all required tasks to NTFS
partitions. In general, just run a utility without any command line
options to display the version number and usage syntax.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Wed Jul 22 2026 Michael Gorse <mgorse@suse.com>
  - Update to version 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).
  - Drop patches fixed upstream:
    + ntfs3g-unistr-use-after-free.patch
    + ntfs3g-heap-overflow.patch
    + 1_ntfs-3g_2022.10.3-CVE-2026-42618.patch
    + 2_ntfs-3g_2022.10.3-CVE-2026-42616.patch
    + 3_ntfs-3g_2022.10.3-CVE-2026-42617.patch
    + 4_ntfs-3g_2022.10.3-CVE-2026-46569.patch
    + 5_ntfs-3g_2022.10.3-CVE-2026-46571.patch
    + 6_ntfs-3g_2022.10.3-CVE-2026-46570.patch
    + 8_ntfs-3g_2022.10.3-CVE-2026-56135.patch
* Tue Jul 14 2026 Scott Bradnick <scott.bradnick@suse.com>
  - Adding patch bundle from upstream (download.tuxera.com/opensource)
    re:cve_2026-04 for v2022.10.3
    * bsc#1271104 -> 1_ntfs-3g_2022.10.3-CVE-2026-42618.patch
    * bsc#1271102 -> 2_ntfs-3g_2022.10.3-CVE-2026-42616.patch
    * bsc#1271103 -> 3_ntfs-3g_2022.10.3-CVE-2026-42617.patch
    * bsc#1271105 -> 4_ntfs-3g_2022.10.3-CVE-2026-46569.patch
    * bsc#1271107 -> 5_ntfs-3g_2022.10.3-CVE-2026-46571.patch
    * bsc#1271106 -> 6_ntfs-3g_2022.10.3-CVE-2026-46570.patch
    * bsc#1271108 -> 7_ntfs-3g_2022.10.3-CVE-2026-46572.patch
    - This file is identical to 3_...42617.patch
    * bsc#1271109 -> 8_ntfs-3g_2022.10.3-CVE-2026-56135.patch
    * bsc#1271110 -> 9_ntfs-3g_2022.10.3-CVE-2026-56136.patch
    - This file is identical to 3_...42617.patch
* Sat May 09 2026 Martin Schreiner <martin.schreiner@suse.com>
  - Remove last remnants of update-alternatives.
* Fri Apr 17 2026 Scott Reeves <sreeves@suse.com>
  - Add ntfs3g-heap-overflow.patch: bsc#1262216 CVE-2026-40706.
* Mon Jun 02 2025 Martin Schreiner <martin.schreiner@suse.com>
  - Migrate away from update-alternatives (bsc#1240095).
  - Upon installation of the newer packages, the old alternatives
    are purged from the system.
* Mon Jun 10 2024 Michael Gorse <mgorse@suse.com>
  - Add ntfs3g-unistr-use-after-free.patch: fix a use after free in
    ntfs_uppercase_mbs (boo#1226007 CVE-2023-52890).
  - No longer call autoconf; likely not needed anymore.
* Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com>
  - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Mon Oct 31 2022 Michael Gorse <mgorse@suse.com>
  - update to 2022.10.3 (bsc#1204734 CVE-2022-40284):
    * Rejected zero-sized runs.
    * Avoided merging runlists with no runs.
* Sun May 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 2022.5.17 (bsc#1199978):
    * Improved defence against maliciously tampered NTFS partitions
    * Improved defence against improper use of options
    * Updated the documentation
    * CVE-2022-30783, CVE-2022-30785, CVE-2022-30787
    * CVE-2021-46790, CVE-2022-30784, CVE-2022-30786,
    * CVE-2022-30788, CVE-2022-30789
* Tue Aug 31 2021 Michael Gorse <mgorse@suse.com>
  - Update to version 2021.8.22 (boo#1189720 boo#1130165):
    * Fixed compile error when building with libfuse < 2.8.0
    * Fixed obsolete macros in configure.ac
    * Signalled support of UTIME_OMIT to external libfuse2
    * Fixed an improper macro usage in ntfscp.c
    * Updated the repository change in the README
    * Fixed vulnerability threats caused by maliciously tampered
      NTFS partitions
    * Security fixes: CVE-2021-33285, CVE-2021-33286, CVE-2021-33287,
      CVE-2021-33289, CVE-2021-35266, CVE-2021-35267, CVE-2021-35268,
      CVE-2021-35269, CVE-2021-39251, CVE-2021-39252, CVE-2021-39253,
      CVE_2021-39254, CVE-2021-39255, CVE-2021-39256, CVE-2021-39257,
      CVE-2021-39258, CVE-2021-39259, CVE-2021-39260, CVE-2021-39261,
      CVE-2021-39262, CVE-2021-39263, CVE-2019-9755.
  - Sover is now 89
  - Update URL.
  - Remove 21-storage-ntfs-3g.fdi; it is no longer used.

Files

/usr/bin/ntfscat
/usr/bin/ntfscluster
/usr/bin/ntfscmp
/usr/bin/ntfsdecrypt
/usr/bin/ntfsfix
/usr/bin/ntfsinfo
/usr/bin/ntfsls
/usr/bin/ntfsrecover
/usr/bin/ntfstruncate
/usr/bin/ntfswipe
/usr/sbin/mkfs.ntfs
/usr/sbin/mkntfs
/usr/sbin/ntfsclone
/usr/sbin/ntfscp
/usr/sbin/ntfslabel
/usr/sbin/ntfsresize
/usr/sbin/ntfsundelete
/usr/share/doc/packages/ntfsprogs
/usr/share/doc/packages/ntfsprogs/AUTHORS
/usr/share/doc/packages/ntfsprogs/CREDITS
/usr/share/doc/packages/ntfsprogs/ChangeLog
/usr/share/doc/packages/ntfsprogs/NEWS
/usr/share/doc/packages/ntfsprogs/README
/usr/share/licenses/ntfsprogs
/usr/share/licenses/ntfsprogs/COPYING
/usr/share/man/man8/mkfs.ntfs.8.gz
/usr/share/man/man8/mkntfs.8.gz
/usr/share/man/man8/ntfscat.8.gz
/usr/share/man/man8/ntfsclone.8.gz
/usr/share/man/man8/ntfscluster.8.gz
/usr/share/man/man8/ntfscmp.8.gz
/usr/share/man/man8/ntfscp.8.gz
/usr/share/man/man8/ntfsdecrypt.8.gz
/usr/share/man/man8/ntfsfix.8.gz
/usr/share/man/man8/ntfsinfo.8.gz
/usr/share/man/man8/ntfslabel.8.gz
/usr/share/man/man8/ntfsls.8.gz
/usr/share/man/man8/ntfsprogs.8.gz
/usr/share/man/man8/ntfsrecover.8.gz
/usr/share/man/man8/ntfsresize.8.gz
/usr/share/man/man8/ntfstruncate.8.gz
/usr/share/man/man8/ntfsundelete.8.gz
/usr/share/man/man8/ntfswipe.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:14:01 2026