Loading
Generated remediation guidance and an executive summary. No account required.
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.
Use CWE-416, Webmproject vendor hub and Libwebp product page to widen CVE-2023-1999 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2023-4863, CVE-2020-36329 and CVE-2020-36328 for nearby disclosures in the same product family.