VYPR

Stb Vorbis.c

by Stb

CVEs (2)

  • CVE-2023-47212May 1, 2024
    risk 0.00cvss epss 0.01

    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-45679Oct 20, 2023
    risk 0.00cvss epss 0.01

    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…