Loading...
Skip to main content

CVE-2025-53019

LOW

ImageMagick has a Memory Leak in magick stream

Published August 25, 2025Updated February 4, 2026Source: osv

Summary

## Summary In ImageMagick's `magick stream` command, specifying multiple consecutive `%d` format specifiers in a filename template causes a memory leak. ## Details - **Vulnerability Type:** Memory leak - **Affected Version:** ImageMagick 7.1.1-47 (as of commit 82572afc, June 2025) ## Reproduction ### Tested Environment - **Operating System:** Ubuntu 22.04 LTS - **Architecture:** x86_64 - **Compiler:** gcc with AddressSanitizer (gcc version: 11.4.0) ### Reproduction Steps ```bash # Clone source git clone --depth 1 --branch 7.1.1-47 https://github.com/ImageMagick/ImageMagick.git ImageMagick-7.1.1 cd ImageMagick-7.1.1 # Build with ASan CFLAGS="-g -O0 -fsanitize=address -fno-omit-frame-pointer" CXXFLAGS="$CFLAGS" LDFLAGS="-fsanitize=address" ./configure --enable-maintainer-mode --enable-shared && make -j$(nproc) && make install # Trigger crash ./utilities/magick stream %d%d a a ``` ### Output ``` $ magick stream %d%d a a stream: no decode delegate for this image format `' @ error/constitute.c/ReadImage/746. stream: missing an image filename `a' @ error/stream.c/StreamImageCommand/755. ================================================================= ==114==ERROR: LeakSanitizer: detected memory leaks Direct leak of 152 byte(s) in 1 object(s) allocated from: #0 0x7fc4ebe58887 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7fc4eb563c5c in AcquireMagickMemory MagickCore/memory.c:559 #2 0x7fc4eb563c82 in AcquireCriticalMemory MagickCore/memory.c:635 #3 0x7fc4eb60c2be in AcquireQuantumInfo MagickCore/quantum.c:119 #4 0x7fc4eb6b6621 in StreamImage MagickCore/stream.c:1335 #5 0x7fc4eb09d889 in StreamImageCommand MagickWand/stream.c:292 #6 0x7fc4eaf1295d in MagickCommandGenesis MagickWand/magick-cli.c:177 #7 0x55a34f7c0a0c in MagickMain utilities/magick.c:153 #8 0x55a34f7c0cba in main utilities/magick.c:184 #9 0x7fc4ea38fd8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x7fc4ebe5957c in __interceptor_posix_memalign ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:226 #1 0x7fc4eb680e2f in AcquireSemaphoreMemory MagickCore/semaphore.c:154 #2 0x7fc4eb680f30 in AcquireSemaphoreInfo MagickCore/semaphore.c:200 #3 0x7fc4eb60d38d in GetQuantumInfo MagickCore/quantum.c:435 #4 0x7fc4eb60c30e in AcquireQuantumInfo MagickCore/quantum.c:121 #5 0x7fc4eb6b6621 in StreamImage MagickCore/stream.c:1335 #6 0x7fc4eb09d889 in StreamImageCommand MagickWand/stream.c:292 #7 0x7fc4eaf1295d in MagickCommandGenesis MagickWand/magick-cli.c:177 #8 0x55a34f7c0a0c in MagickMain utilities/magick.c:153 #9 0x55a34f7c0cba in main utilities/magick.c:184 #10 0x7fc4ea38fd8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58 SUMMARY: AddressSanitizer: 216 byte(s) leaked in 2 allocation(s). ``` ### Commits Fixed in https://github.com/ImageMagick/ImageMagick/commit/fc3ab0812edef903bbb2473c0ee652ddfd04fe5c and https://github.com/ImageMagick/ImageMagick6/commit/d49460522669232159c2269fa64f73ed30555c1b

Remediation

Upgrade to the fixed version using your package manager.

NuGet
Update Magick.NET-Q16-HDRI-x86 to 14.7.0 or later
dotnet add package Magick.NET-Q16-HDRI-x86 --version 14.7.0
NuGet
Update Magick.NET-Q8-OpenMP-arm64 to 14.7.0 or later
dotnet add package Magick.NET-Q8-OpenMP-arm64 --version 14.7.0
NuGet
Update Magick.NET-Q16-arm64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-arm64 --version 14.7.0
NuGet
Update Magick.NET-Q16-x86 to 14.7.0 or later
dotnet add package Magick.NET-Q16-x86 --version 14.7.0
NuGet
Update Magick.NET-Q8-OpenMP-x64 to 14.7.0 or later
dotnet add package Magick.NET-Q8-OpenMP-x64 --version 14.7.0
NuGet
Update Magick.NET-Q16-HDRI-x64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-HDRI-x64 --version 14.7.0
NuGet
Update Magick.NET-Q16-HDRI-arm64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-HDRI-arm64 --version 14.7.0
NuGet
Update Magick.NET-Q16-HDRI-OpenMP-x64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-HDRI-OpenMP-x64 --version 14.7.0
NuGet
Update Magick.NET-Q8-x86 to 14.7.0 or later
dotnet add package Magick.NET-Q8-x86 --version 14.7.0
NuGet
Update Magick.NET-Q16-HDRI-AnyCPU to 14.7.0 or later
dotnet add package Magick.NET-Q16-HDRI-AnyCPU --version 14.7.0
NuGet
Update Magick.NET-Q8-arm64 to 14.7.0 or later
dotnet add package Magick.NET-Q8-arm64 --version 14.7.0
NuGet
Update Magick.NET-Q16-OpenMP-x64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-OpenMP-x64 --version 14.7.0
NuGet
Update Magick.NET-Q8-AnyCPU to 14.7.0 or later
dotnet add package Magick.NET-Q8-AnyCPU --version 14.7.0
NuGet
Update Magick.NET-Q8-x64 to 14.7.0 or later
dotnet add package Magick.NET-Q8-x64 --version 14.7.0
NuGet
Update Magick.NET-Q16-HDRI-OpenMP-arm64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-HDRI-OpenMP-arm64 --version 14.7.0
NuGet
Update Magick.NET-Q16-AnyCPU to 14.7.0 or later
dotnet add package Magick.NET-Q16-AnyCPU --version 14.7.0
NuGet
Update Magick.NET-Q16-x64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-x64 --version 14.7.0
NuGet
Update Magick.NET-Q16-OpenMP-arm64 to 14.7.0 or later
dotnet add package Magick.NET-Q16-OpenMP-arm64 --version 14.7.0

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (18)

PackageEcosystemAffectedFixed In
Magick.NET-Q16-HDRI-x86
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+193 more)14.7.0
Magick.NET-Q8-OpenMP-arm64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+41 more)14.7.0
Magick.NET-Q16-arm64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+41 more)14.7.0
Magick.NET-Q16-x86
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+212 more)14.7.0
Magick.NET-Q8-OpenMP-x64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+93 more)14.7.0
Magick.NET-Q16-HDRI-x64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+193 more)14.7.0
Magick.NET-Q16-HDRI-arm64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+41 more)14.7.0
Magick.NET-Q16-HDRI-OpenMP-x64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+93 more)14.7.0
Magick.NET-Q8-x86
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+212 more)14.7.0
Magick.NET-Q16-HDRI-AnyCPU
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+193 more)14.7.0
Magick.NET-Q8-arm64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+41 more)14.7.0
Magick.NET-Q16-OpenMP-x64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+93 more)14.7.0
Magick.NET-Q8-AnyCPU
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+196 more)14.7.0
Magick.NET-Q8-x64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+212 more)14.7.0
Magick.NET-Q16-HDRI-OpenMP-arm64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+41 more)14.7.0
Magick.NET-Q16-AnyCPU
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+196 more)14.7.0
Magick.NET-Q16-x64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+212 more)14.7.0
Magick.NET-Q16-OpenMP-arm64
nuget
10.0.0, 10.1.0, 11.0.0, 11.1.0 (+41 more)14.7.0

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 3.7 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L

Frequently Asked Questions

What is CVE-2025-53019?
ImageMagick has a Memory Leak in magick stream This vulnerability has been assigned a severity rating of LOW (CVSS score: 3.7/10).
How do I check if my project is affected by CVE-2025-53019?
CVE-2025-53019 affects Magick.NET-Q16-HDRI-x86, Magick.NET-Q8-OpenMP-arm64 and Magick.NET-Q16-arm64 (and 15 more). Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2025-53019 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
3.7

Exploitation is difficult or impact is minor. Address in your next planned update.

Also Known As

GHSA-cfh4-9f7v-fhrc

Related CVEs

  • CVE-2026-25989
    HIGH

    ImageMagick: Integer overflow or wraparound and incorrect conversion between numeric types in the internal SVG decoder

  • CVE-2026-28687
    MEDIUM

    ImageMagick has Heap Use-After-Free in ImageMagick MSL decoder

  • CVE-2026-28692
    MEDIUM

    ImageMagick has a heap buffer over-read via 32-bit integer overflow in MAT decoder

  • CVE-2026-33535
    MEDIUM

    ImageMagick has an Out-of-Bounds write of a zero byte in its X11 display interaction

  • CVE-2026-27799
    MEDIUM

    ImageMagick has a heap Buffer Over-read in its DJVU image format handler

  • CVE-2026-46557
    MEDIUM

    ImageMagick: Stack overflow in fx operation

  • CVE-2026-25984
    LOW

    ImageMagick: Integer Overflow in PSB (PSD v2) RLE decoding path causes heap Out of Bounds reads for 32-bit builds

  • CVE-2025-55212
    LOW

    ImageMagick affected by divide-by-zero in ThumbnailImage via montage -geometry ":" leads to crash

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies