Bug 1102401 - (CVE-2018-14551) VUL-1: CVE-2018-14551: GraphicsMagick,ImageMagick: The ReadMATImageV4 function in coders/mat.c uses an uninitialized variable, leading to memory corruption.
(CVE-2018-14551)
VUL-1: CVE-2018-14551: GraphicsMagick,ImageMagick: The ReadMATImageV4 functio...
Status: RESOLVED WORKSFORME
Classification: Novell Products
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents
unspecified
Other Other
: P4 - Low : Normal
: ---
Assigned To: Petr Gajdos
Security Team bot
https://smash.suse.de/issue/211425/
CVSSv3:SUSE:CVE-2018-14551:4.4:(AV:L...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-07-24 11:17 UTC by Karol Babioch
Modified: 2018-08-06 14:58 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Babioch 2018-07-24 11:17:33 UTC
CVE-2018-14551

The ReadMATImageV4 function in coders/mat.c in ImageMagick 7.0.8-7 uses an
uninitialized variable, leading to memory corruption.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-14551
https://github.com/ImageMagick/ImageMagick/issues/1221
Comment 1 Petr Gajdos 2018-08-06 14:58:39 UTC
There is no testcase.

ReadMATImageV4() code is only in 15/ImageMagick and 12/ImageMagick, not in 11/ImageMagick or */GraphicsMagick.

15/ImageMagick and 12/ImageMagick does not touch status variable outside the loop in question, i. e. there is no 'if (status == MagickFalse)' code after the loop, which the upstream report is refering to.

I think we are not affected.