"libarchive through 3.7.7 has a heap-based buffer over-read in header_gnu_longlink in archive_read_support_format_tar.c via a TAR archive because it mishandles truncation in the middle of a GNU long linkname."
commit 65f6685b82458f2aea81522ba23f51a3e6d78ecf Author: Michał Górny <mgorny@gentoo.org> Date: Fri Mar 21 04:19:38 2025 +0100 app-arch/libarchive: Bump to 3.7.8 Signed-off-by: Michał Górny <mgorny@gentoo.org> It also has other security fixes: """ Security fixes: tar reader: Handle truncation in the middle of a GNU long linkname (#2422, CVE-2024-57970) unzip: fix null pointer dereference (#2532, CVE-2025-1632) tar reader: fix unchecked return value in list_item_verbose() (#2532, CVE-2025-25724) """