LiveActive security incident?Get immediate response
CVE Record

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.

LowCVSS 2.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-61870 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
2.9 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
2.9CVSS 3.1LowCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L1.41.4VulnCheck
2.1CVSS 4.0LowCVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

2.1Low
CVSS 4.0 vector shape for CVE-2026-61870Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ImageMagickImageMagick0, 7.1.2-26unaffected
ImageMagickImageMagick0, 6.9.13-51unaffected
Weakness

CWE details

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.