Double Free The advisory has been revoked - it doesn't affect any version of package libwebp  (opens in a new tab)


Threat Intelligence

Social Trends
EPSS
0.95% (57th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL9-LIBWEBP-12333517
  • published1 Sept 2025
  • disclosed11 Apr 2023

Introduced: 11 Apr 2023

CVE-2023-1999  (opens in a new tab)
CWE-415  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:9.

NVD Description

Note: Versions mentioned in the description apply only to the upstream libwebp package and not the libwebp package as distributed by RHEL.

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.