Bug 2506072 - CVE-2026-47714 libheif: libheif: Denial of service and information disclosure via integer overflow in inline mask parsing [epel-all]
Summary: CVE-2026-47714 libheif: libheif: Denial of service and information disclosure...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: libheif
Version: epel10
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Neal Gompa
QA Contact:
URL:
Whiteboard: {"flaws": ["d1232963-a8f2-4d3e-b6d8-a...
Depends On:
Blocks: CVE-2026-47714
TreeView+ depends on / blocked
 
Reported: 2026-07-22 11:37 UTC by TEJ RATHI
Modified: 2026-07-22 11:37 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description TEJ RATHI 2026-07-22 11:37:59 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.