CVE Catalog

CVE-2026-70653

MediumCVSS 4.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

In libvips before version 8.18.3, the old-style Radiance RLE decoder can process a repeat marker at the beginning of a scanline and read q[-1] before any prior pixel exists. This can disclose four bytes of adjacent heap data when loading a crafted Radiance image.

Risk Assessment

The vulnerability can lead to disclosure of memory data, potentially compromising confidentiality of information processed by the application.

Recommendation

It is recommended to upgrade libvips to version 8.18.3 or later, which includes a fix.

Other vulnerabilities in libvips

See all
Original NVD description (English source)

libvips is a fast image processing library with low memory needs. Prior to version 8.18.3, the old-style Radiance RLE decoder in libvips/foreign/radiance.c can process a repeat marker at the beginning of a scanline in scanline_read_old and read q[-1] before any prior pixel exists. A crafted Radiance image loaded through VipsForeignLoadRad can therefore disclose four bytes of adjacent heap data, most likely other image data. This issue is fixed in version 8.18.3.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS