← Back to browse · API

CVE-2024-5171

Severity
CRITICAL
CVSS
10.0
EPSS
0.01254
Risk score
40.44
CISA KEV
No
PoC
No
Published
2024-06-05
Modified
2025-02-13
First seen
2026-08-07
Aliases
EUVD-2024-46420, GHSA-592C-FMQ9-G63C
Products
libaom:libaom 1.0.0 <3.9.0
Sources
euvd EUVD-2024-46420

Description

Integer overflow in libaom internal function img_alloc_helper can lead to heap buffer overflow. This function can be reached via 3 callers: * Calling aom_img_alloc() with a large value of the d_w, d_h, or align parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned aom_image_t struct may be invalid. * Calling aom_img_wrap() with a large value of the d_w, d_h, or align parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned aom_image_t struct may be invalid. * Calling aom_img_alloc_with_border() with a large value of the d_w, d_h, align, size_align, or border parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned aom_image_t struct may be invalid.

References