Lucene search
+L

571 matches found

Snyk
Snyk
added 2023/10/21 12:50 a.m.4 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference when the startdecoder function processes a specially crafted file, it may trigger a memory allocation failure. An attacker can cause a denial of service by exploiting this failure. This is because the function...

5.5CVSS6.8AI score0.00531EPSS
SaveExploits0References2
OSV
OSV
added 2023/10/21 12:15 a.m.1 views

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.1 views

DEBIAN-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.5AI score0.00536EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.1 views

DEBIAN-CVE-2023-45682

stbvorbis 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 DECODERAW a negative var is a valid value. This issue may be used to leak internal memory...

7.1CVSS6.2AI score0.0056EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.1 views

DEBIAN-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.8AI score0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.4 views

DEBIAN-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.5AI score0.00522EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.2 views

DEBIAN-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.8CVSS7.8AI score0.00867EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.1 views

DEBIAN-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.8CVSS7.8AI score0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.8 views

DEBIAN-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.2AI score0.0073EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.2 views

DEBIAN-CVE-2023-45661

stbimage is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in stbigifloadnext. This happens because twoback points to a memory address lower than the start of the buffer out. This issue may be used to leak internal memory...

7.1CVSS6.8AI score0.00574EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.2 views

DEBIAN-CVE-2023-45662

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp is set to a number that doesn’t match the real number of components per pixel, the library attempts to flip the image vertically. A crafted image file can trigger memc...

8.1CVSS7AI score0.00691EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.11 views

UBUNTU-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.7AI score0.00657EPSS
SaveExploits0References6
OSV
OSV
added 2023/10/21 12:15 a.m.8 views

UBUNTU-CVE-2023-45682

stbvorbis 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 DECODERAW a negative var is a valid value. This issue may be used to leak internal memory...

7.1CVSS5.8AI score0.0056EPSS
SaveExploits0References8
OSV
OSV
added 2023/10/21 12:15 a.m.6 views

UBUNTU-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.8CVSS6.1AI score0.00518EPSS
SaveExploits0References7
OSV
OSV
added 2023/10/21 12:15 a.m.52 views

UBUNTU-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.8CVSS6AI score0.0073EPSS
SaveExploits0References7
OSV
OSV
added 2023/10/21 12:15 a.m.4 views

UBUNTU-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.8CVSS5.9AI score0.00536EPSS
SaveExploits0References10
OSV
OSV
added 2023/10/21 12:15 a.m.18 views

UBUNTU-CVE-2023-45661

stbimage is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in stbigifloadnext. This happens because twoback points to a memory address lower than the start of the buffer out. This issue may be used to leak internal memory...

7.1CVSS5.9AI score0.00574EPSS
SaveExploits0References5
OSV
OSV
added 2023/10/21 12:15 a.m.10 views

UBUNTU-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.5CVSS5.8AI score0.01137EPSS
SaveExploits0References5
OSV
OSV
added 2023/10/21 12:15 a.m.5 views

UBUNTU-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.8CVSS5.9AI score0.00867EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.8 views

stb_vorbis Input Validation Error Vulnerability

stbvorbis is an open source audio decoder for decoding ogg vorbis files. A security vulnerability exists in stbvorbis, which stems from a well-designed file that may trigger a memory write to the heap buffer allocated in "startdecoder"...

7.8CVSS7AI score0.00518EPSS
SaveExploits0References3
Rows per page
Query Builder