Lucene search
+L

184 matches found

Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.109 views

CVE-2023-45678

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of buffer write in startdecoder because at maximum m-submaps can be 16 but submapfloor and submapresidue are declared as arrays of 15 elements. This issue may lead to code execution...

7.8CVSS7.8AI score0.0073EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.25 views

CVE-2023-45677 Heap buffer out of bounds write in start_decoder in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if len read in startdecoder is a negative number and setupmalloc successfully allocates memory in that case, but memor...

7.3CVSS8.1AI score0.00536EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.53 views

CVE-2023-45677

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if len read in startdecoder is a negative number and setupmalloc successfully allocates memory in that case, but memor...

7.8CVSS7.9AI score0.00536EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.66 views

CVE-2023-45676

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendori = get8packetf;. The root cause is an integer overflow in setupmalloc. A sufficiently large value in the variable sz overflows with sz+7 in and the negative...

7.8CVSS8AI score0.00518EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.16 views

CVE-2023-45675 0 byte write heap buffer overflow in start_decoder in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

6.5CVSS7.8AI score0.00759EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.32 views

CVE-2023-45675 0 byte write heap buffer overflow in start_decoder in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

6.5CVSS9.1AI score0.00759EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.44 views

CVE-2023-45675

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

7.8CVSS7.8AI score0.00759EPSS
SaveExploits0
OSV
OSV
added 2023/10/20 11:26 p.m.6 views

CVE-2023-45675 0 byte write heap buffer overflow in start_decoder in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

6.5CVSS7.2AI score0.00759EPSS
SaveExploits0References9
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.24 views

CVE-2023-45675

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

7.8CVSS8.3AI score0.00759EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.18 views

CVE-2023-45667 Null pointer dereference because of an uninitialized variable in stb_image

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

5.3CVSS6.7AI score0.01137EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.36 views

CVE-2023-45667 Null pointer dereference because of an uninitialized variable in stb_image

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

5.3CVSS8.7AI score0.01137EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.109 views

CVE-2023-45667

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

7.5CVSS7.3AI score0.01137EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.15 views

CVE-2023-45666 Possible double-free or memory leak in stbi__load_gif_main in stb_image

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

7.3CVSS6.8AI score0.00959EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.82 views

CVE-2023-45666

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

9.8CVSS9.5AI score0.00959EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.107 views

CVE-2023-45666

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

9.8CVSS8.4AI score0.00959EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.60 views

CVE-2023-45664

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

8.8CVSS8.8AI score0.00867EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.15 views

CVE-2023-45664

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

8.8CVSS8.5AI score0.00867EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.61 views

CVE-2023-45663

stbimage is a single file MIT licensed library for processing images. The stbigetn function reads a specified number of bytes from context typically a file into the specified buffer. In case the file stream points to the end, it returns zero. There are two places where its return value is not...

5.5CVSS5.4AI score0.00657EPSS
SaveExploits0
CVE
CVE
added 2023/10/20 11:26 p.m.84 views

CVE-2023-45663

Summary (concrete details from connected docs): The vulnerability CVE-2023-45663 affects the single-file image library stb_image. The issue is in the stbi__getn function, which reads bytes into a buffer; in two loading paths (stbi__hdr_load and stbi__tga_load) the function’s return value is not c...

5.5CVSS5.5AI score0.00657EPSS
SaveExploits0References7Affected Software1
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.113 views

CVE-2023-45663

stbimage is a single file MIT licensed library for processing images. The stbigetn function reads a specified number of bytes from context typically a file into the specified buffer. In case the file stream points to the end, it returns zero. There are two places where its return value is not...

5.5CVSS7.3AI score0.00657EPSS
SaveExploits0
Rows per page
Query Builder