9.1
CVE-2025-62821
- EPSS 0.82%
- Veröffentlicht 19.06.2026 00:00:00
- Zuletzt bearbeitet 30.06.2026 18:49:08
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
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 does not check the source buffer length before a memmove call.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Microsoft ≫ Heif Image Extension Version1.2.22.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.82% | 0.528 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 9.1 | 3.9 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
|
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.
https://github.com/hyunjungg/CVE-2025-62821