Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-934 Critical 9.8

ImageMagick releases an invalid pointer in BilateralBlur when memory allocation fails

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Packages
ImageMagick_jll < 7.1.2023+0

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