CVE-2026-25969 PUBLISHED

ImageMagick has Memory Leak in coders/ashlar.c

Assigner: GitHub_M
Reserved: 09.02.2026 Published: 24.02.2026 Updated: 24.02.2026

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-15, a memory leak exists in coders/ashlar.c. The WriteASHLARImage allocates a structure. However, when an exception is thrown, the allocated memory is not properly released, resulting in a potential memory leak. Version 7.1.2-15 contains a patch.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CVSS Score: 5.3

Product Status

Vendor ImageMagick
Product ImageMagick
Versions
  • Version < 7.1.2-15 is affected

References

Problem Types

  • CWE-401: Missing Release of Memory after Effective Lifetime CWE