CVE-2023-1999
Last modified
CVE-2023-1999 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.95% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Webmproject | Libwebp | >= 0.4.2, < 1.3.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-1999?
How severe is CVE-2023-1999?
How do I fix CVE-2023-1999?
Are you affected by CVE-2023-1999?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
