diff options
author | Hubert Figuière <hub@figuiere.net> | 2018-03-07 22:09:29 -0500 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2018-03-07 23:22:23 -0500 |
commit | 463eae525089208448dc533f32ecee966e5119c2 (patch) | |
tree | ec5cf0f0d88644cfed134b51f5ce786d0d87a855 | |
parent | eb7f9cefc2320c7ea0773f918f80462e9d1e46dd (diff) |
-rw-r--r-- | NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -25,11 +25,12 @@ Internal: - Fixed warnings and other issues and Adobe SDK. - Compile with much more warnings enabled. -2.4.5 - +2.4.5 - 2018/03/07 -- Bug #105204: fix a buffer overflow in the PSD parser. -- Bug #105205: fix a buffer overflow in the TIFF parser. -- Bug #105206: fix a buffer overflow in PostScript parser. +- Bug #105204: [CVE-2018-7730] fix a buffer overflow in the PSD parser. +- Bug #105205: [CVE-2018-7728] fix a buffer overflow in the TIFF parser. +- Bug #105206: [CVE-2018-7729] fix a buffer overflow in PostScript parser. +- Bug #105247: [CVE-2018-7731] fix a null dereference in WEBP parser. 2.4.4 - 2018/02/04 |