CVE-2023-47212
- EPSS 0.36%
- Published 01.05.2024 16:15:07
- Last modified 22.08.2025 14:35:34
A heap-based buffer overflow vulnerability exists in the comment functionality of stb _vorbis.c v1.22. A specially crafted .ogg file can lead to an out-of-bounds write. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2023-45675
- EPSS 0.08%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:11
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[len] = (char)'\0';`. The root cause is that if the len read in `start_decoder` is `-1` and `len + 1` become...
CVE-2023-45676
- EPSS 0.05%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:11
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value ...
CVE-2023-45677
- EPSS 0.05%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:11
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[len] = (char)'\0';`. The root cause is that if `len` read in `start_decoder` is a negative number and `setu...
CVE-2023-45678
- EPSS 0.07%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:11
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of buffer write in `start_decoder` because at maximum `m->submaps` can be 16 but `submap_floor` and `submap_residue` are declared as arra...
CVE-2023-45679
- EPSS 0.05%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:12
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in `start_decoder`. In that case the function returns early, but some of the pointers in `f->comment_list` are left...
CVE-2023-45680
- EPSS 0.02%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:12
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in `start_decoder`. In that case the function returns early, the `f->comment_list` is set to `NULL`, but `f->commen...
CVE-2023-45681
- EPSS 0.05%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:12
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in `start_decoder`. The root cause is a potential integer overflow in `sizeof(char*) * (f->comment...
CVE-2023-45682
- EPSS 0.02%
- Published 21.10.2023 00:15:09
- Last modified 21.11.2024 08:27:12
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds read in `DECODE` macro when `var` is negative. As it can be seen in the definition of `DECODE_RAW` a negative `var` is a valid ...