CVE-2024-5197 MEDIUM

CVE-2024-5197: Integer overflow in libvpx

Vendor Chromium
Product libvpx
Weakness CWE-190
Published June 3, 2024
Last update February 13, 2025

CVSS base score

5.9/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:L/VI:H/VA:N/SC:L/SI:L/SA:N

What the vulnerability does

01Description

There exists interger overflows in libvpx in versions prior to 1.14.1. Calling vpx_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 vpx_image_t struct may be invalid. Calling vpx_img_wrap() with a large value of the d_w, d_h, or stride_align parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned vpx_image_t struct may be invalid. We recommend upgrading to version 1.14.1 or beyond

Key dates

02Disclosure timeline

June 3, 2024 CVE published
February 13, 2025 Record updated