Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-440

JLSEC-2026-440

JLSEC Published
Modified
Affected Packages
libwebp_jll < 1.3.2+0
Aliases / Upstream
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.

References