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 •
CVE-2019-19635
https://notcve.org/view.php?id=CVE-2019-19635
An issue was discovered in libsixel 1.8.2. There is a heap-based buffer 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 del búfer en la región heap de la memoria en la función sixel_decode_raw_impl en el archivo fromsixel.c. • https://github.com/saitoha/libsixel/issues/103 • CWE-787: Out-of-bounds Write •
CVE-2019-11024
https://notcve.org/view.php?id=CVE-2019-11024
The load_pnm function in frompnm.c in libsixel.a in libsixel 1.8.2 has infinite recursion. La función load_pnm en el archivo frompnm.c en libsixel.a en libsixel versión 1.8.2, presenta una recursión infinita. • https://github.com/saitoha/libsixel/issues/85 https://research.loginsoft.com/bugs/1501 • CWE-674: Uncontrolled Recursion •
CVE-2019-3573
https://notcve.org/view.php?id=CVE-2019-3573
In libsixel v1.8.2, there is an infinite loop in the function sixel_decode_raw_impl() in the file fromsixel.c, as demonstrated by sixel2png. En la versión v1.8.2 de libsixel, hay un bucle infinito en la función sixel_decode_raw_impl() en el archivo fromsixel.c, tal y como queda demostrado en sixel2png. • https://github.com/TeamSeri0us/pocs/tree/master/libsixel https://github.com/saitoha/libsixel/issues/83 • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') •