CVE-2026-61870: ImageMagick before 7.1.2-26 Memory Leak via VIFF Encoder
ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the VIFF encoder when memory allocation fails. Attackers can trigger allocation failures by processing specially crafted VIFF images to exhaust available memory and cause denial of service.
Security readout for executives and security teams
Plain-English summary
CVE-2026-61870 is a low-severity denial-of-service issue in ImageMagick’s VIFF image encoder. A specially crafted VIFF image can cause memory leaks when allocation fails, potentially exhausting memory during processing. It does not indicate data theft or code execution in the provided sources.
Executive priority
Handle through normal patch management unless ImageMagick processes untrusted images in critical services. Prioritize internet-facing upload or conversion pipelines because the main business impact is service degradation, not compromise.
Technical view
ImageMagick before 7.1.2-26 has a CWE-401 memory leak in the VIFF encoder during memory allocation failure handling. CVSS 3.1 is 2.9, with local attack vector, high attack complexity, no privileges, no user interaction, and low availability impact only.
Likely exposure
Exposure is most relevant where ImageMagick processes VIFF files or untrusted image content. Business risk is limited but can affect availability of image-processing workers, batch jobs, or services if memory is exhausted.
Exploitation context
The source bundle does not show active exploitation, and KEV status is false. Exploitation requires triggering allocation failure through crafted VIFF processing. The CVSS vector rates the attack as local and high complexity.
Researcher notes
Evidence points to a memory leak in VIFF encoder failure paths. The provided affected data references 7.1.2-26 and also lists 6.9.13-51, but branch-specific impact is not fully explained in the bundle. No exploit availability is cited.
Mitigation direction
Upgrade ImageMagick 7.x to 7.1.2-26 or later where applicable.
Review the vendor advisory for 6.x branch status before assuming coverage.
Limit processing of untrusted VIFF files if business workflows do not require them.
Apply resource limits to image-processing workers to reduce denial-of-service impact.
Validation and detection
Inventory ImageMagick versions across servers, containers, and build images.
Identify services that process VIFF or untrusted image files.
Confirm upgraded systems report a fixed ImageMagick version.
Monitor image-processing jobs for abnormal memory growth or crashes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-401: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
0ADP providers
3Source links
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-401 · source CWE mapping
Missing Release of Memory after Effective Lifetime
Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.