CVE-2023-1999
MEDIUMlibwebp 0.4.2-1.3.0 - Use-After-Free in ApplyFiltersAndEncode
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2023-1999. PoCs published by Pazhanivelmani.
AI-analyzed exploit summary This repository contains a proof-of-concept exploit for CVE-2023-1999, targeting a vulnerability in the WebP codec library. The exploit includes modified source files to demonstrate the vulnerability, likely involving heap-based buffer overflows in the decoding process.
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.
Exploits (1)
This repository contains a proof-of-concept exploit for CVE-2023-1999, targeting a vulnerability in the WebP codec library. The exploit includes modified source files to demonstrate the vulnerability, likely involving heap-based buffer overflows in the decoding process.
References (2)
Scores
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N