CVE-2026-84450: libheif: `clap` + oversized `ispe` aborts on an assert in `Fraction::Fraction` (incomplete fix for CVE-2026-62289)

Published Sep 18, 2026
·
Updated

libheif is a HEIF and AVIF file format decoder and encoder. From 1.19.0 until 1.23.3, a crafted image item containing a clap property and an ispe width or height greater than INT32MAX + 1 can reach crop calculations through heifimagehandlegetimagetiling(). Boxclap::leftrounded() or Boxclap::toprounded() passes the image dimension minus one to Fraction::Fraction(), whose uint32t constructor uses an assertion as input validation, causing assert-enabled builds to abort. Release builds can instead compute invalid crop geometry, and the tiling API returns dimensions that the normal decode security limits reject. This issue is fixed in version 1.23.3.

Affected Software

1 affected component
AOMedia libheif>1.19.0<=1.23.3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade libheif to a version that resolves this vulnerability.

    Fixed in 1.23.3Patch CVE-2026-62289

Event History

Sep 18, 2026
CVE Published
via MITRE·04:04 PM
Data Sourced
via MITRE·04:04 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are most exposed?

Applications using libheif versions 1.19.0 through versions before 1.23.3 are affected when they process crafted HEIF or AVIF content and call heif_image_handle_get_image_tiling(). Assert-enabled builds can abort, while release builds may return invalid crop geometry.

2

What must an attacker provide to trigger the issue?

The attacker needs a crafted image item with a clap property and an ispe width or height greater than INT32_MAX + 1. The vulnerable crop calculation is reached through the image tiling API.

3

How can I determine whether my application is affected?

Check whether the bundled or linked libheif version is earlier than 1.23.3 and whether the application exposes heif_image_handle_get_image_tiling() while handling untrusted images. In assert-enabled builds, processing a triggering file can terminate the process through an assertion failure.

4

What should be done if the application cannot immediately upgrade?

Avoid passing untrusted images to heif_image_handle_get_image_tiling() until libheif can be updated. The issue is fixed in libheif 1.23.3.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203