Lucene search
+L

1061 matches found

OSV
OSV
added 2023/10/20 11:26 p.m.7 views

CVE-2023-45681 Out of bounds heap buffer write in stb_vorbis

stbvorbis 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 startdecoder. The root cause is a potential integer overflow in sizeofchar f-commentlistlength which may make setupmalloc allocate less memory...

7.3CVSS7.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.66 views

CVE-2023-45681

stbvorbis 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 startdecoder. The root cause is a potential integer overflow in sizeofchar f-commentlistlength which may make setupmalloc allocate less memory...

7.8CVSS7.9AI score0.00523EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.39 views

CVE-2023-45680 Null pointer dereference in vorbis_deinit in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.3CVSS5.9AI score0.00535EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.16 views

CVE-2023-45680 Null pointer dereference in vorbis_deinit in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.3CVSS6.6AI score0.00535EPSS
SaveExploits0References3
OSV
OSV
added 2023/10/20 11:26 p.m.5 views

CVE-2023-45680 Null pointer dereference in vorbis_deinit in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.3CVSS5.2AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.63 views

CVE-2023-45680

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.5CVSS5.3AI score0.00535EPSS
SaveExploits0
CVE
CVE
added 2023/10/20 11:26 p.m.77 views

CVE-2023-45679

CVE-2023-45679 affects stb_vorbis (a single-file MIT licensed library) used by SDL2_sound. A crafted Vorbis file can trigger a memory allocation failure in start_decoder, causing early return while some f->comment_list pointers remain initialized; later vorbis_deinit calls setup_free on them, ...

7.8CVSS7.4AI score0.00522EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.71 views

CVE-2023-45679

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, but some of the pointers in f-commentlist are left initialized and later setupfree is called on these...

7.8CVSS7.7AI score0.00522EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.42 views

CVE-2023-45679 Attempt to free an uninitialized memory pointer in vorbis_deinit in stb_vorbis

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, but some of the pointers in f-commentlist are left initialized and later setupfree is called on these...

7.3CVSS8AI score0.00522EPSS
SaveExploits0References3
OSV
OSV
added 2023/10/20 11:26 p.m.20 views

CVE-2023-45678 Off-by-one heap buffer 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 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...

6.5CVSS7.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.121 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
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.15 views

CVE-2023-45678 Off-by-one heap buffer 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 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...

6.5CVSS7.9AI score0.0073EPSS
SaveExploits0References3
CVE
CVE
added 2023/10/20 11:26 p.m.98 views

CVE-2023-45678

CVE-2023-45678 affects the stb_vorbis library (open-source Ogg Vorbis decoder). The root cause described in multiple sources is an out-of-bounds write in start_decoder where m->submaps can be up to 16, but submap_floor and submap_residue are declared as 15-element arrays, creating a potential ...

7.8CVSS7.2AI score0.0073EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.56 views

CVE-2023-45678 Off-by-one heap buffer 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 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...

6.5CVSS8.1AI score0.0073EPSS
SaveExploits0References3
CVE
CVE
added 2023/10/20 11:26 p.m.88 views

CVE-2023-45677

CVE-2023-45677 affects stb_vorbis used by SDL2_sound/stb_vorbis.c. A crafted file can trigger a heap out-of-bounds write via f->vendor[len] = (char) '\0' with a negative len during start_decoder, and an integer overflow when len is INT_MAX during allocation of f->vendor and comment_list[i]....

7.8CVSS7.5AI score0.0054EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.57 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.0054EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.34 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.0054EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.75 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.00522EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.42 views

CVE-2023-45676 Multi-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-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.3CVSS8.3AI score0.00522EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.44 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
Rows per page
Query Builder