Skip to content

There exists a use after free/double free in libwebp. An...

High severity Unreviewed Published Jun 20, 2023 to the GitHub Advisory Database • Updated Apr 4, 2024

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

Description

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. 

References

Published by the National Vulnerability Database Jun 20, 2023
Published to the GitHub Advisory Database Jun 20, 2023
Last updated Apr 4, 2024

Severity

High

EPSS score

0.125%
(48th percentile)

CVE ID

CVE-2023-1999

GHSA ID

GHSA-8x9p-cw2c-6253

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.