In ZZIPlib 0.13.67, 0.13.66, 0.13.65, 0.13.64, 0.13.63, 0.13.62, 0.13.61, 0.13.60, 0.13.59, 0.13.58, 0.13.57 and 0.13.56 there is a segmentation fault caused by invalid memory access in the zzip_disk_fread function (zzip/mmapped.c) because the size variable is not validated against the amount of file->stored data.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://usn.ubuntu.com/3699-1/ | third party advisory vendor advisory |
https://github.com/gdraheim/zziplib/issues/12 | issue tracking third party advisory exploit |
https://lists.debian.org/debian-lts-announce/2020/06/msg00029.html | mailing list |
https://github.com/Hack-Me/Pocs_for_Multi_Versions/tree/main/CVE-2018-6381 |