Описание
Security update for libarchive
This update for libarchive fixes the following issues:
- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)
- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)
- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)
- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)
- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)
Список пакетов
Container bci/spack:0.23
Container bci/spack:latest
Container containers/pytorch:2-nvidia
Container suse/samba-client:latest
Container suse/samba-server:latest
Container suse/samba-toolbox:latest
SUSE Linux Enterprise Module for Basesystem 15 SP6
SUSE Linux Enterprise Module for Basesystem 15 SP7
SUSE Linux Enterprise Module for Development Tools 15 SP6
SUSE Linux Enterprise Module for Development Tools 15 SP7
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2025:02566-1
- E-Mail link for SUSE-SU-2025:02566-1
- SUSE Security Ratings
- SUSE Bug 1244270
- SUSE Bug 1244272
- SUSE Bug 1244273
- SUSE Bug 1244279
- SUSE Bug 1244336
- SUSE CVE CVE-2025-5914 page
- SUSE CVE CVE-2025-5915 page
- SUSE CVE CVE-2025-5916 page
- SUSE CVE CVE-2025-5917 page
- SUSE CVE CVE-2025-5918 page
Описание
A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.
Затронутые продукты
Ссылки
- CVE-2025-5914
- SUSE Bug 1244272
Описание
A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.
Затронутые продукты
Ссылки
- CVE-2025-5915
- SUSE Bug 1244273
Описание
A vulnerability has been identified in the libarchive library. This flaw involves an integer overflow that can be triggered when processing a Web Archive (WARC) file that claims to have more than INT64_MAX - 4 content bytes. An attacker could craft a malicious WARC archive to induce this overflow, potentially leading to unpredictable program behavior, memory corruption, or a denial-of-service condition within applications that process such archives using libarchive.
Затронутые продукты
Ссылки
- CVE-2025-5916
- SUSE Bug 1244270
Описание
A vulnerability has been identified in the libarchive library. This flaw involves an 'off-by-one' miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.
Затронутые продукты
Ссылки
- CVE-2025-5917
- SUSE Bug 1244332
Описание
A vulnerability has been identified in the libarchive library. This flaw can be triggered when file streams are piped into bsdtar, potentially allowing for reading past the end of the file. This out-of-bounds read can lead to unintended consequences, including unpredictable program behavior, memory corruption, or a denial-of-service condition.
Затронутые продукты
Ссылки
- CVE-2025-5918
- SUSE Bug 1244279