VDB
CVE-2023-45679
CVE-2023-45679
PUBLISHED
CVSS 7.300000190734863 HIGH
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 initialized and later `setup_free` is called on these pointers in `vorbis_deinit`. This issue may lead to code execution.
EPSS 0.52% · 42.3th percentile
Risk Scores
CVSS 3.1
7.300000190734863
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score
0.52%
42.3th percentile
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| nothings | stb | <= 1.22, <= 1.22 |
| nothings | stb_vorbis.c | 1.22, 1.22, 1.22 |
| nothings | stb | 0, 0 |
Timeline
- Oct 20, 2023 CVE Published
- Oct 21, 2023 EPSS Score
- Nov 21, 2023 EPSS Score
- Dec 23, 2023 EPSS Score
- Jan 23, 2024 EPSS Score
- Feb 23, 2024 EPSS Score
- Mar 25, 2024 EPSS Score
- Apr 26, 2024 EPSS Score
- May 27, 2024 EPSS Score
- Jun 27, 2024 EPSS Score
- Jul 28, 2024 EPSS Score
- Aug 29, 2024 EPSS Score
References
- https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/ url
- https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L4208-L4215 url
- https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677 advisory