VYPR

rpm package

opensuse/SDL3_sound&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/SDL3_sound&distro=openSUSE%20Tumbleweed

Vulnerabilities (3)

  • CVE-2023-45681Oct 20, 2023
    affected < 3.2.0-1.1fixed 3.2.0-1.1

    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_list_length)` which may make

  • CVE-2023-45677Oct 20, 2023
    affected < 3.2.0-1.1fixed 3.2.0-1.1

    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 `setup_malloc` successfully allocat

  • CVE-2023-45676Oct 20, 2023
    affected < 3.2.0-1.1fixed 3.2.0-1.1

    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 in the variable `sz` overflows