2 matches found
CVE-2026-47714
A flaw was found in libheif, a HEIF and AVIF file format decoder and encoder. An integer overflow vulnerability exists in the inline mask parsing code, where the product of image width and height can exceed the maximum 32-bit unsigned integer value. This leads to an undersized buffer allocation,...
EUVD-2026-46434
libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, the inline mask parsing code in libheif/region.cc contains an integer overflow. Both width and height are unsigned int 32-bit values parsed from the HEIF file. Their product can exceed UINT32MAX, wrapping to...