Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2023-1999


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 still assigned to trial and the AddressSanitizer will attempt a double free.


Published

2023-06-20T12:15:09.600

Last Modified

2025-02-13T17:16:01.293

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 5.3 (MEDIUM)

Weaknesses
  • Type: Secondary
    CWE-416
  • Type: Primary
    CWE-415
    CWE-416

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application webmproject libwebp < 1.3.1 Yes

References