CVE-2026-70651
CVE-2026-70651 is a medium-severity vulnerability with a CVSS 4.0 base score of 6.9. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-680.
Key facts
- Severity: Medium (CVSS 4.0 base score 6.9)
- EPSS exploit prediction: 0% (2nd percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-680
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2026-70651?
- 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.
- How severe is CVE-2026-70651?
- CVE-2026-70651 has a CVSS 4.0 base score of 6.9, rated medium severity.
- Is CVE-2026-70651 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (2nd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-70651?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- When was CVE-2026-70651 published?
- CVE-2026-70651 was published on 2026-08-20.
References
- https://github.com/libvips/libvips/commit/05719ca3d5852acdeb6714de2e8e769c9a5d2c11
- https://github.com/libvips/libvips/pull/5040
- https://github.com/libvips/libvips/releases/tag/v8.18.3
- https://github.com/libvips/libvips/security/advisories/GHSA-7p29-wg2h-36q4
Other CWE-680 vulnerabilities
- CVE-2026-8376 — Critical (CVSS 9.8): Perl versions through 5.43.10 have a heap buffer overflow when compiling regular expressions with a repeated fixed…
- CVE-2025-54952 — Critical (CVSS 9.8): An integer overflow vulnerability in the loading of ExecuTorch models can cause smaller-than-expected memory regions to…
- CVE-2024-33078 — Critical (CVSS 9.8): Tencent Libpag v4.3 is vulnerable to Buffer Overflow. A user can send a crafted image to trigger a overflow leading to…
- CVE-2025-53510 — High (CVSS 8.8): A memory corruption vulnerability exists in the PSD Image Decoding functionality of the SAIL Image Decoding Library…
- CVE-2025-52930 — High (CVSS 8.8): A memory corruption vulnerability exists in the BMPv3 RLE Decoding functionality of the SAIL Image Decoding Library…
- CVE-2025-52456 — High (CVSS 8.8): A memory corruption vulnerability exists in the WebP Image Decoding functionality of the SAIL Image Decoding Library…