This update for libarchive fixes the following issues:
CVE-2017-14501: An out-of-bounds read flaw existed in parsefileinfo in archivereadsupportformatiso9660.c when extracting a specially crafted iso9660 iso file, related to archivereadformatiso9660read_header. (bsc#1059139)
CVE-2017-14502: readheader in archivereadsupportformatrar.c suffered from an off-by-one error for UTF-16 names in RAR archives, leading to an out-of-bounds read in archivereadformatrarreadheader. (bsc#1059134)
CVE-2017-14503: libarchive suffered from an out-of-bounds read within lhareaddatanone() in archivereadsupportformatlha.c when extracting a specially crafted lha archive, related to lhacrc16. (bsc#1059100)