Logo
componentlibvpx
Name
libvpx
Version
1.11.0
Type
library
Description
VPX multi-format codec
Licenses
BSD-3-Clause
PURL
-
CPE
cpe:2.3:*:webmproject:libvpx:1.11.0:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.16.0
scarthgap
1.14.1

Patches#


#
Title
Author
Resolve
1
Upstream: not yet
Koen Kooi <koen@dominion.thruhere.net>

Vulnerabilities#


Name
Analysis
Description
Exploitable
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
Exploitable
A heap overflow vulnerability exists in libvpx - Encoding a frame that has larger dimensions than the originally configured size with VP9 may result in a heap overflow in libvpx. We recommend upgrading to version 1.13.1 or above
Exploitable
Heap buffer overflow in vp8 encoding in libvpx in Google Chrome prior to 117.0.5938.132 and libvpx 1.13.1 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
Exploitable
VP9 in libvpx before 1.13.1 mishandles widths, leading to a crash related to encoding.