Answer in brief
CVE-2026-56371 records a Low severity (CVSS 5.3) vulnerability in ImageMagick: Memory leak in coders/txt.c without freetype. The current sources do not mark it as known exploited. The current feed maps Magick.NET-Q16-AnyCPU (nuget), Magick.NET-Q16-arm64 (nuget), Magick.NET-Q16-HDRI-AnyCPU (nuget), Magick.NET-Q16-HDRI-arm64 (nuget) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Magick.NET-Q16-AnyCPU (nuget), Magick.NET-Q16-arm64 (nuget), Magick.NET-Q16-HDRI-AnyCPU (nuget), Magick.NET-Q16-HDRI-arm64 (nuget) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Magick.NET-Q16-AnyCPUnuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-arm64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-HDRI-AnyCPUnuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-HDRI-arm64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-HDRI-OpenMP-arm64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-HDRI-OpenMP-x64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-HDRI-x64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-HDRI-x86nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-OpenMP-arm64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-OpenMP-x64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-OpenMP-x86nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-x64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q16-x86nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q8-AnyCPUnuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q8-arm64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q8-OpenMP-arm64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q8-OpenMP-x64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q8-x64nuget | <14.10.3 | 14.10.3 |
| Magick.NET-Q8-x86nuget | <14.10.3 | 14.10.3 |
Published upstream
Feb 25, 2026
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Jun 23, 2026
If a `texture` attribute is specified for a TXT file, an attempt will be made to read it via `texture=ReadImage(read_info,exception);`. Later, when retrieving metrics via the `GetTypeMetrics` function, if this function fails (i.e., `status == MagickFalse`), the calling function will exit immediately but fail to release the texture object, leading to memory leakage.
Quoted source text, attributed separately from HOL analysis.