Cyber Resilience

CVE-2025-62821

CriticalPublic PoCUpdated

Published: 19 June 2026

Published
19 June 2026
Modified
30 June 2026
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
EPSS Score 0.0082 52.8th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-62821 is a critical-severity Out-of-bounds Read (CWE-125) vulnerability in Microsoft Heif Image Extension. Its CVSS base score is 9.1 (Critical).

Operationally, ranked in the top 47.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

Microsoft HEIF Image Extensions 1.2.22.0 has an out-of-bounds read because CHEIFItemInfoEntry_GetDataSize can return success while leaving the reported data size as 0. This causes a caller to make a 1-byte allocation. Later, CopyPixels computes copy_size = stride * abs(roi_height) but…

more

does not check the source buffer length before a memmove call.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

microsoft
heif image extension
1.2.22.0

Mitigating Controls

No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.

References