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 UINT32_MAX, wrapping to a small value before the division by 8. This causes an undersized buffer allocation, leading to out-of-bounds memory access when the mask data is later interpreted as a width x height bitmap. Version 1.22.0 patches the issue.
{
"sources": [
{
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47714",
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-47714",
"modified": "2026-07-30T15:07:07.980Z",
"id": "CVE-2026-47714",
"published": "2026-07-21T21:16:51.617Z",
"imported": "2026-08-03T06:12:12.896Z",
"database_specific": {
"status": "Analyzed"
}
},
{
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-46434",
"published": "2026-07-21T21:04:06Z",
"id": "EUVD-2026-46434",
"modified": "2026-07-22T13:37:10Z",
"imported": "2026-08-03T06:12:13.008Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-46434"
}
],
"license": "CC-BY-4.0"
}