A NULL pointer dereference flaw was found in ImageMagick in versions prior to 7.0.10-31 in ReadSVGImage() in coders/svg.c. This issue is due to not checking the return value from libxml2s xmlCreatePushParserCtxt() and uses the value directly, which leads to a crash and segmentation fault.
A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Imagemagick | Imagemagick | * | 7.0.10-31 (excluding) |
Imagemagick | Ubuntu | trusty | * |
Imagemagick | Ubuntu | xenial | * |