JLSEC-2026-934 Critical 9.8
ImageMagick releases an invalid pointer in BilateralBlur when memory allocation fails
ImageMagick is free and open-source software used for editing and manipulating digital images. The BilateralBlurImage method will allocate a set of double buffers inside AcquireBilateralTLS. But, in versions prior to 7.1.2-13, the last element in the set is not properly initialized. This will result in a release of an invalid pointer inside DestroyBilateralTLS when the memory allocation fails. Version 7.1.2-13 contains a patch for the issue.
References
- https://github.com/ImageMagick/ImageMagick/commit/3e0330721020e0c5bb52e4b77c347527dd71658e
- https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-39h3-g67r-7g3c
- https://github.com/advisories/GHSA-39h3-g67r-7g3c
- https://github.com/dlemstra/Magick.NET/releases/tag/14.10.2
- https://nvd.nist.gov/vuln/detail/CVE-2026-22770