CVE-2023-1999
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2023-1999
- Assigner
- Vulnerability Status
- PUBLISHED
- Published Version
- 2023-06-20T11:28:52.547Z
- Last Modified Date
- 2023-06-20T11:28:52.547Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://chromium.googlesource.com/webm/libwebp | |
https://security.gentoo.org/glsa/202309-05 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-1999 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1999 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-25 08:38:20 | Added to TrackCVE |