mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-Release-History https://seclists.org/oss-sec/2026/q3/152 Multiple vulnerabilities have been discovered in ntfs-3g. A new version 2026.7.7 is now available at https://github.com/tuxera/ntfs-3g (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) Switched to sha256 tarball hash provided by upstream. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>