VYPR

rpm package

opensuse/SDL2_sound&distro=openSUSE Leap 15.6

pkg:rpm/opensuse/SDL2_sound&distro=openSUSE%20Leap%2015.6

Vulnerabilities (6)

  • CVE-2023-45682Oct 20, 2023
    affected < 2.0.4-bp156.2.3.1fixed 2.0.4-bp156.2.3.1

    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 value. This issue may be used

  • CVE-2023-45681Oct 20, 2023
    affected < 2.0.4-bp156.2.3.1fixed 2.0.4-bp156.2.3.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-45680Oct 20, 2023
    affected < 2.0.4-bp156.2.3.1fixed 2.0.4-bp156.2.3.1

    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->comment_list_length` is not reset. L

  • CVE-2023-45679Oct 20, 2023
    affected < 2.0.4-bp156.2.3.1fixed 2.0.4-bp156.2.3.1

    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_

  • CVE-2023-45677Oct 20, 2023
    affected < 2.0.4-bp156.2.3.1fixed 2.0.4-bp156.2.3.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 < 2.0.4-bp156.2.3.1fixed 2.0.4-bp156.2.3.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