Описание
Security update for GraphicsMagick
This update for GraphicsMagick fixes the following security issue:
- CVE-2018-16750: Prevent memory leak in the formatIPTCfromBuffer function (bsc#1108283)
- CVE-2018-16323: ReadXBMImage left data uninitialized when processing an XBM file that has a negative pixel value. If the affected code was used as a library loaded into a process that includes sensitive information, that information sometimes can be leaked via the image data (bsc#1106855)
- CVE-2018-16640: Prevent memory leak in the function ReadOneJNGImage (bsc#1107619).
- CVE-2018-16642: The function InsertRow allowed remote attackers to cause a denial of service via a crafted image file due to an out-of-bounds write (bsc#1107616).
- CVE-2018-16643: The functions ReadDCMImage, ReadPWPImage, ReadCALSImage, and ReadPICTImage did check the return value of the fputc function, which allowed remote attackers to cause a denial of service via a crafted image file (bsc#1107612).
- CVE-2018-16644: Added missing check for length in the functions ReadDCMImage and ReadPICTImage, which allowed remote attackers to cause a denial of service via a crafted image (bsc#1107609).
- CVE-2018-16645: Prevent excessive memory allocation issue in the functions ReadBMPImage and ReadDIBImage, which allowed remote attackers to cause a denial of service via a crafted image file (bsc#1107604).
- CVE-2018-18024: Fixed an infinite loop in the ReadBMPImage function of the coders/bmp.c file. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted bmp file. (bsc#1111069)
- CVE-2018-18016: Fixed a memory leak in WritePCXImage (bsc#1111072).
- CVE-2018-17965: Fixed a memory leak in WriteSGIImage (bsc#1110747).
- CVE-2018-17966: Fixed a memory leak in WritePDBImage (bsc#1110746).
- CVE-2018-16749: A missing NULL check in ReadOneJNGImage allowed remote attackers to cause a denial of service (WriteBlob assertion failure and application exit) via a crafted file. (bsc#1108282)
Список пакетов
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Studio Onsite 1.3
Ссылки
- Link for SUSE-SU-2018:3269-1
- E-Mail link for SUSE-SU-2018:3269-1
- SUSE Security Ratings
- SUSE Bug 1106855
- SUSE Bug 1107604
- SUSE Bug 1107609
- SUSE Bug 1107612
- SUSE Bug 1107616
- SUSE Bug 1107619
- SUSE Bug 1108282
- SUSE Bug 1108283
- SUSE Bug 1110746
- SUSE Bug 1110747
- SUSE Bug 1111069
- SUSE Bug 1111072
- SUSE CVE CVE-2018-16323 page
- SUSE CVE CVE-2018-16640 page
- SUSE CVE CVE-2018-16642 page
- SUSE CVE CVE-2018-16643 page
- SUSE CVE CVE-2018-16644 page
Описание
ReadXBMImage in coders/xbm.c in ImageMagick before 7.0.8-9 leaves data uninitialized when processing an XBM file that has a negative pixel value. If the affected code is used as a library loaded into a process that includes sensitive information, that information sometimes can be leaked via the image data.
Затронутые продукты
Ссылки
- CVE-2018-16323
- SUSE Bug 1106855
Описание
ImageMagick 7.0.8-5 has a memory leak vulnerability in the function ReadOneJNGImage in coders/png.c.
Затронутые продукты
Ссылки
- CVE-2018-16640
- SUSE Bug 1107619
Описание
The function InsertRow in coders/cut.c in ImageMagick 7.0.7-37 allows remote attackers to cause a denial of service via a crafted image file due to an out-of-bounds write.
Затронутые продукты
Ссылки
- CVE-2018-16642
- SUSE Bug 1107616
Описание
The functions ReadDCMImage in coders/dcm.c, ReadPWPImage in coders/pwp.c, ReadCALSImage in coders/cals.c, and ReadPICTImage in coders/pict.c in ImageMagick 7.0.8-4 do not check the return value of the fputc function, which allows remote attackers to cause a denial of service via a crafted image file.
Затронутые продукты
Ссылки
- CVE-2018-16643
- SUSE Bug 1107612
Описание
There is a missing check for length in the functions ReadDCMImage of coders/dcm.c and ReadPICTImage of coders/pict.c in ImageMagick 7.0.8-11, which allows remote attackers to cause a denial of service via a crafted image.
Затронутые продукты
Ссылки
- CVE-2018-16644
- SUSE Bug 1107609
- SUSE Bug 1107612
- SUSE Bug 1117463
Описание
There is an excessive memory allocation issue in the functions ReadBMPImage of coders/bmp.c and ReadDIBImage of coders/dib.c in ImageMagick 7.0.8-11, which allows remote attackers to cause a denial of service via a crafted image file.
Затронутые продукты
Ссылки
- CVE-2018-16645
- SUSE Bug 1107604
Описание
In ImageMagick 7.0.7-29 and earlier, a missing NULL check in ReadOneJNGImage in coders/png.c allows an attacker to cause a denial of service (WriteBlob assertion failure and application exit) via a crafted file.
Затронутые продукты
Ссылки
- CVE-2018-16749
- SUSE Bug 1108282
Описание
In ImageMagick 7.0.7-29 and earlier, a memory leak in the formatIPTCfromBuffer function in coders/meta.c was found.
Затронутые продукты
Ссылки
- CVE-2018-16750
- SUSE Bug 1108283
Описание
ImageMagick 7.0.7-28 has a memory leak vulnerability in WriteSGIImage in coders/sgi.c.
Затронутые продукты
Ссылки
- CVE-2018-17965
- SUSE Bug 1110747
- SUSE Bug 1117463
Описание
ImageMagick 7.0.7-28 has a memory leak vulnerability in WritePDBImage in coders/pdb.c.
Затронутые продукты
Ссылки
- CVE-2018-17966
- SUSE Bug 1110746
- SUSE Bug 1117463
Описание
ImageMagick 7.0.7-28 has a memory leak vulnerability in WritePCXImage in coders/pcx.c.
Затронутые продукты
Ссылки
- CVE-2018-18016
- SUSE Bug 1111072
- SUSE Bug 1117463
Описание
In ImageMagick 7.0.8-13 Q16, there is an infinite loop in the ReadBMPImage function of the coders/bmp.c file. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted bmp file.
Затронутые продукты
Ссылки
- CVE-2018-18024
- SUSE Bug 1111069
- SUSE Bug 1117463