Описание
WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.
Релиз | Статус | Примечание |
---|---|---|
bionic | released | 8:6.9.7.4+dfsg-16ubuntu6.11 |
devel | not-affected | 8:6.9.11.60+dfsg-1ubuntu1 |
esm-apps/focal | released | 8:6.9.10.23+dfsg-2.1ubuntu11.4 |
esm-apps/jammy | not-affected | 8:6.9.11.60+dfsg-1ubuntu1 |
esm-apps/noble | not-affected | 8:6.9.11.60+dfsg-1ubuntu1 |
esm-infra-legacy/trusty | not-affected | 8:6.7.7.10-6ubuntu3.13+esm11 |
esm-infra/bionic | not-affected | 8:6.9.7.4+dfsg-16ubuntu6.11 |
esm-infra/xenial | released | 8:6.8.9.9-7ubuntu5.16+esm2 |
focal | released | 8:6.9.10.23+dfsg-2.1ubuntu11.4 |
groovy | released | 8:6.9.10.23+dfsg-2.1ubuntu13.3 |
Показывать по
EPSS
4.3 Medium
CVSS2
5.5 Medium
CVSS3
Связанные уязвимости
WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.
WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.
WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop wi ...
WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.
Уязвимость функции WriteOnePNGImage() компонента coders/png.c консольного графического редактора ImageMagick, связанная с чтением за допустимыми границами буфера данных, позволяющая нарушителю вызвать отказ в обслуживании
EPSS
4.3 Medium
CVSS2
5.5 Medium
CVSS3