CVE-2019-19778
https://notcve.org/view.php?id=CVE-2019-19778
An issue was discovered in libsixel 1.8.2. There is a heap-based buffer over-read in the function load_sixel at loader.c. Se detectó un problema en libsixel versión 1.8.2. Se presenta una lectura excesiva del búfer en la región heap de la memoria en la función load_sixel en el archivo loader.c. • https://github.com/saitoha/libsixel/issues/110 • CWE-125: Out-of-bounds Read •
CVE-2019-19777
https://notcve.org/view.php?id=CVE-2019-19777
stb_image.h (aka the stb image loader) 2.23, as used in libsixel and other products, has a heap-based buffer over-read in stbi__load_main. stb_image.h (también se conoce como stb image loader) versión 2.23, como es usado en libsixel y otros productos, presenta una lectura excesiva del búfer en la región heap de la memoria en la función stbi__load_main. • https://github.com/saitoha/libsixel/issues/109 • CWE-125: Out-of-bounds Read •
CVE-2019-19636
https://notcve.org/view.php?id=CVE-2019-19636
An issue was discovered in libsixel 1.8.2. There is an integer overflow in the function sixel_encode_body at tosixel.c. Se detectó un problema en libsixel versión 1.8.2. Se presenta un desbordamiento de enteros en la función sixel_encode_body en el archivo tosixel.c. • https://github.com/saitoha/libsixel/issues/104 • CWE-190: Integer Overflow or Wraparound •
CVE-2019-19637
https://notcve.org/view.php?id=CVE-2019-19637
An issue was discovered in libsixel 1.8.2. There is an integer overflow in the function sixel_decode_raw_impl at fromsixel.c. Se detectó un problema en libsixel versión 1.8.2. Se presenta un desbordamiento de enteros en la función sixel_decode_raw_impl en el archivo fromsixel.c. • https://github.com/saitoha/libsixel/issues/105 • CWE-190: Integer Overflow or Wraparound •
CVE-2019-19638
https://notcve.org/view.php?id=CVE-2019-19638
An issue was discovered in libsixel 1.8.2. There is a heap-based buffer overflow in the function load_pnm at frompnm.c, due to an integer overflow. Se detectó un problema en libsixel versión 1.8.2. Se presenta un desbordamiento del búfer en la región heap de la memoria en la función load_pnm en el archivo frompnm.c, debido a un desbordamiento de enteros. • https://github.com/saitoha/libsixel/issues/102 • CWE-190: Integer Overflow or Wraparound CWE-787: Out-of-bounds Write •