Bugzilla – Bug 1226193
VUL-0: CVE-2024-37407: libarchive: out-of-bounds access when a ZIP archive has an empty-name file and mac-ext is enabled
Last modified: 2024-07-10 13:34:15 UTC
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. References: https://github.com/libarchive/libarchive/releases/tag/v3.7.4 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-37407 https://www.cve.org/CVERecord?id=CVE-2024-37407 https://github.com/libarchive/libarchive/commit/b6a979481b7d77c12fa17bbed94576b63bbcb0c0 https://github.com/libarchive/libarchive/pull/2145
It seems to me this bug was only introduced in version 3.7.3 (see: https://github.com/libarchive/libarchive/commit/390d83012fdba8c8db7fc9915338805882b0597a) and then fixed in 3.7.4. So there should be no affected codestreams.
All done, closing.