NA - CVE-2023-45661 - stb_image is a single file MIT licensed library...
stb_image is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in `stbi__gif_load_next`. This happens because two_back points to a...
NA - CVE-2023-45662 - stb_image is a single file MIT licensed library...
stb_image is a single file MIT licensed library for processing images. When `stbi_set_flip_vertically_on_load` is set to `TRUE` and `req_comp` is set to a number that doesn’t match the real number...
NA - CVE-2023-45663 - stb_image is a single file MIT licensed library...
stb_image is a single file MIT licensed library for processing images. The stbi__getn function reads a specified number of bytes from context (typically a file) into the specified buffer. In case...
NA - CVE-2023-45664 - stb_image is a single file MIT licensed library...
stb_image is a single file MIT licensed library for processing images. A crafted image file can trigger `stbi__load_gif_main_outofmem` attempt to double-free the out variable. This happens in...
NA - CVE-2023-45666 - stb_image is a single file MIT licensed library...
stb_image is a single file MIT licensed library for processing images. It may look like `stbi__load_gif_main` doesn’t give guarantees about the content of output value `*delays` upon failure....
NA - CVE-2023-45667 - stb_image is a single file MIT licensed library...
stb_image is a single file MIT licensed library for processing images. If `stbi__load_gif_main` in `stbi_load_gif_from_memory` fails it returns a null pointer and may keep the `z` variable...
NA - CVE-2023-45675 - stb_vorbis is a single file MIT licensed...
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...
NA - CVE-2023-45676 - stb_vorbis is a single file MIT licensed...
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...
NA - CVE-2023-45677 - stb_vorbis is a single file MIT licensed...
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...
NA - CVE-2023-45678 - stb_vorbis is a single file MIT licensed...
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...