CVE-2024-5171

Source
https://cve.org/CVERecord?id=CVE-2024-5171
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-5171.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-5171
Downstream
Related
Published
2024-06-05T20:15:13Z
Modified
2026-04-16T04:31:50Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

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

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-5171.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "1.0.0"
            },
            {
                "last_affected": "3.9.0"
            }
        ]
    }
]