---
id: CVE-2026-70651
title: libvips is a fast image processing library with low memory needs
summary: >-
  libvips is a fast image processing library with low memory needs. Prior to
  version 8.18.3, libvips built without libtiff support but with ImageMagick
  support can overflow the combined frame height while loading a crafted
  multi-page TIFF …
severity: none
cwe:
  - CWE-680
published: '2026-08-20'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-70651'
references:
  - url: >-
      https://github.com/libvips/libvips/commit/05719ca3d5852acdeb6714de2e8e769c9a5d2c11
    label: security-advisories@github.com
  - url: 'https://github.com/libvips/libvips/pull/5040'
    label: security-advisories@github.com
  - url: 'https://github.com/libvips/libvips/releases/tag/v8.18.3'
    label: security-advisories@github.com
  - url: 'https://github.com/libvips/libvips/security/advisories/GHSA-7p29-wg2h-36q4'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.0016
epssPercentile: 0.04481
ingestedAt: '2026-09-18T20:51:25.645Z'
---

## Overview

libvips is a fast image processing library with low memory needs. Prior to version 8.18.3, libvips built without libtiff support but with ImageMagick support can overflow the combined frame height while loading a crafted multi-page TIFF through VipsForeignLoadMagick. The vulnerable calculations in libvips/foreign/magick6load.c and libvips/foreign/magick7load.c multiply the per-page Ysize by n_frames without a checked bound, which can cause a heap buffer over-read and process crash. Most package-manager builds include libtiff and do not use this affected fallback path. This issue is fixed in version 8.18.3.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
