Libwebp
Products
1- 15 CVEs
Recent CVEs
15| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2018-25011 | Cri | 0.64 | 9.8 | 0.03 | May 21, 2021 | A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in PutLE16(). | ||
| CVE-2018-25013 | Cri | 0.59 | 9.1 | 0.02 | May 21, 2021 | A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in ShiftBytes(). | ||
| CVE-2018-25012 | Cri | 0.59 | 9.1 | 0.02 | May 21, 2021 | A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in GetLE24(). | ||
| CVE-2018-25010 | Cri | 0.59 | 9.1 | 0.02 | May 21, 2021 | A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in ApplyFilter(). | ||
| CVE-2018-25009 | Cri | 0.59 | 9.1 | 0.02 | May 21, 2021 | A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in GetLE16(). | ||
| CVE-2020-36329 | Cri | 0.57 | 9.8 | 0.02 | May 21, 2021 | A flaw was found in libwebp in versions before 1.0.1. A use-after-free was found due to a thread being killed too early. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability. | ||
| CVE-2020-36328 | Cri | 0.57 | 9.8 | 0.03 | May 21, 2021 | A flaw was found in libwebp in versions before 1.0.1. A heap-based buffer overflow in function WebPDecodeRGBInto is possible due to an invalid check for buffer size. The highest threat from this vulnerability is to data confidentiality and integrity as well as system… | ||
| CVE-2020-36331 | Cri | 0.52 | 9.1 | 0.02 | May 21, 2021 | A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkAssignData. The highest threat from this vulnerability is to data confidentiality and to the service availability. | ||
| CVE-2020-36330 | Cri | 0.52 | 9.1 | 0.02 | May 21, 2021 | A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkVerifyAndAssign. The highest threat from this vulnerability is to data confidentiality and to the service availability. | ||
| CVE-2016-9969 | Hig | 0.49 | 7.5 | 0.01 | May 23, 2019 | In libwebp 0.5.1, there is a double free bug in libwebpmux. | ||
| CVE-2019-9746 | Hig | 0.49 | 7.5 | 0.02 | Mar 13, 2019 | In libwebm before 2019-03-08, a NULL pointer dereference caused by the functions OutputCluster and OutputTracks in webm_info.cc will trigger an abort, which allows a DoS attack, a similar issue to CVE-2018-19212. | ||
| CVE-2020-36332 | Hig | 0.42 | 7.5 | 0.02 | May 21, 2021 | A flaw was found in libwebp in versions before 1.0.1. When reading a file libwebp allocates an excessive amount of memory. The highest threat from this vulnerability is to the service availability. | ||
| CVE-2018-19212 | Med | 0.42 | 6.5 | 0.01 | Nov 12, 2018 | In libwebm through 2018-10-03, there is an abort caused by libwebm::Webm2Pes::InitWebmParser() that will lead to a DoS attack. | ||
| CVE-2023-1999 | Med | 0.35 | 5.3 | 0.01 | Jun 20, 2023 | There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is… | ||
| CVE-2016-9085 | Low | 0.21 | 3.3 | 0.00 | Feb 3, 2017 | Multiple integer overflows in libwebp allows attackers to have unspecified impact via unknown vectors. |
- risk 0.64cvss 9.8epss 0.03
A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in PutLE16().
- risk 0.59cvss 9.1epss 0.02
A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in ShiftBytes().
- risk 0.59cvss 9.1epss 0.02
A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in GetLE24().
- risk 0.59cvss 9.1epss 0.02
A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in ApplyFilter().
- risk 0.59cvss 9.1epss 0.02
A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in GetLE16().
- risk 0.57cvss 9.8epss 0.02
A flaw was found in libwebp in versions before 1.0.1. A use-after-free was found due to a thread being killed too early. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
- risk 0.57cvss 9.8epss 0.03
A flaw was found in libwebp in versions before 1.0.1. A heap-based buffer overflow in function WebPDecodeRGBInto is possible due to an invalid check for buffer size. The highest threat from this vulnerability is to data confidentiality and integrity as well as system…
- risk 0.52cvss 9.1epss 0.02
A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkAssignData. The highest threat from this vulnerability is to data confidentiality and to the service availability.
- risk 0.52cvss 9.1epss 0.02
A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkVerifyAndAssign. The highest threat from this vulnerability is to data confidentiality and to the service availability.
- risk 0.49cvss 7.5epss 0.01
In libwebp 0.5.1, there is a double free bug in libwebpmux.
- risk 0.49cvss 7.5epss 0.02
In libwebm before 2019-03-08, a NULL pointer dereference caused by the functions OutputCluster and OutputTracks in webm_info.cc will trigger an abort, which allows a DoS attack, a similar issue to CVE-2018-19212.
- risk 0.42cvss 7.5epss 0.02
A flaw was found in libwebp in versions before 1.0.1. When reading a file libwebp allocates an excessive amount of memory. The highest threat from this vulnerability is to the service availability.
- risk 0.42cvss 6.5epss 0.01
In libwebm through 2018-10-03, there is an abort caused by libwebm::Webm2Pes::InitWebmParser() that will lead to a DoS attack.
- risk 0.35cvss 5.3epss 0.01
There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is…
- risk 0.21cvss 3.3epss 0.00
Multiple integer overflows in libwebp allows attackers to have unspecified impact via unknown vectors.