Bug 2519143 (CVE-2026-62289) - CVE-2026-62289 libheif: libheif: Denial of Service or data corruption via crafted HEIF/AVIF file
Summary: CVE-2026-62289 libheif: libheif: Denial of Service or data corruption via cra...
Keywords:
Status: NEW
Alias: CVE-2026-62289
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2521920 2521921
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-18 22:13 UTC by OSIDB Bzimport
Modified: 2026-08-24 14:03 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-18 22:13:27 UTC
libheif is a HEIF and AVIF file format decoder and encoder. In 1.23.0 and earlier, a crafted HEIF or AVIF file containing a clean aperture box can reduce an image dimension to zero and crash or corrupt tiling results when heif_image_handle_get_image_tiling(handle, 1, &tiling) is called. ImageItem::get_heif_image_tiling() returns already transformed dimensions, and process_image_transformations_on_tiling() applies the clean aperture transformation again. The second application passes zero to Box_clap::left_rounded(0), where image_width minus one underflows and constructs Fraction(0xFFFFFFFF, 2). Debug builds reach an assertion and abort, while release builds can return a corrupt crop and zero-width tiling result. The affected implementation spans libheif/image-items/image_item.cc, libheif/context.cc, and libheif/box.cc. This issue is fixed in version 1.23.1.


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