CVE Catalog

CVE-2026-88360

Low risk· EPSS 3%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.14%

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

Summary

libvips 8.19.0 contains a memory access vulnerability when processing little-endian PFM images. If the PFM text header length is not a multiple of four bytes, the mmap-based loader can expose pixel data at an address that is not properly aligned for float access. vips_avg_scan() subsequently dereferences the buffer through a float pointer, resulting in undefined behavior and process termination on strict-alignment architectures or UBSan-instrumented builds, leading to denial of service.

Risk Assessment

An attacker can cause a crash of the image processing process, potentially leading to service disruption and unavailability of the application.

Recommendation

Update libvips to the latest version that includes a fix for this vulnerability. If not possible, avoid processing untrusted PFM files or apply a workaround to enforce data alignment.

Other vulnerabilities in libvips

See all
Original NVD description (English source)

libvips 8.19.0 contains a memory access vulnerability when processing little-endian PFM images. If the PFM text header length is not a multiple of four bytes, the mmap-based loader can expose pixel data at an address that is not properly aligned for float access. vips_avg_scan() subsequently dereferences the buffer through a float pointer, resulting in undefined behavior and process termination on strict-alignment architectures or UBSan-instrumented builds, leading to denial of service.

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