Out of bounds heap buffer write in stb_vorbis
CVE-2023-45681
7.3HIGH
What is CVE-2023-45681?
The stb_vorbis library, responsible for processing ogg vorbis files, is susceptible to a memory write vulnerability due to integer overflow issues. An attacker can exploit this vulnerability by crafting a malicious file that triggers an overflow during the memory allocation process, leading to potential arbitrary code execution. This flaw primarily arises from improper calculations in the handling of comment list lengths, which may cause the library to allocate insufficient memory. Due to this risk, developers using the stb_vorbis library should prioritize applying security measures and updates.
Affected Version(s)
stb <= 1.22
