CVE-2024-48957
- EPSS 0.02%
- Published 10.10.2024 02:15:02
- Last modified 29.09.2025 21:35:07
execute_filter_audio in archive_read_support_format_rar.c in libarchive before 3.7.5 allows out-of-bounds access via a crafted archive file because src can move beyond dst.
CVE-2024-37407
- EPSS 0.27%
- Published 08.06.2024 13:15:58
- Last modified 29.04.2025 16:35:54
Libarchive before 3.7.4 allows name out-of-bounds access when a ZIP archive has an empty-name file and mac-ext is enabled. This occurs in slurp_central_directory in archive_read_support_format_zip.c.
CVE-2024-26256
- EPSS 47.55%
- Published 09.04.2024 17:15:47
- Last modified 08.01.2025 16:03:05
Libarchive Remote Code Execution Vulnerability
CVE-2023-30571
- EPSS 0.01%
- Published 29.05.2023 20:15:09
- Last modified 14.01.2025 17:15:11
Libarchive through 3.6.2 can cause directories to have world-writable permissions. The umask() call inside archive_write_disk_posix.c changes the umask of the whole process for a very short period of time; a race condition with another thread can lea...
CVE-2022-36227
- EPSS 0.46%
- Published 22.11.2022 02:15:11
- Last modified 21.11.2024 07:12:37
In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476...
CVE-2021-31566
- EPSS 0.04%
- Published 23.08.2022 16:15:09
- Last modified 21.11.2024 06:05:55
An improper link resolution flaw can occur while extracting an archive leading to changing modes, times, access control lists, and flags of a file outside of the archive. An attacker may provide a malicious archive to a victim user, who would trigger...
CVE-2021-23177
- EPSS 0.05%
- Published 23.08.2022 16:15:09
- Last modified 21.11.2024 05:51:19
An improper link resolution flaw while extracting an archive can lead to changing the access control list (ACL) of the target of the link. An attacker may provide a malicious archive to a victim user, who would trigger this flaw when trying to extrac...
CVE-2022-26280
- EPSS 0.13%
- Published 28.03.2022 22:15:09
- Last modified 21.11.2024 06:53:41
Libarchive v3.6.0 was discovered to contain an out-of-bounds read via the component zipx_lzma_alone_init.
CVE-2021-36976
- EPSS 0.11%
- Published 20.07.2021 07:15:07
- Last modified 21.11.2024 06:14:25
libarchive 3.4.1 through 3.5.1 has a use-after-free in copy_string (called from do_uncompress_block and process_block).
CVE-2020-21674
- EPSS 0.92%
- Published 15.10.2020 15:15:11
- Last modified 21.11.2024 05:12:46
Heap-based buffer overflow in archive_string_append_from_wcs() (archive_string.c) in libarchive-3.4.1dev allows remote attackers to cause a denial of service (out-of-bounds write in heap memory resulting into a crash) via a crafted archive file. NOTE...