Lucene search
+L

12938 matches found

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

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write in the f-vendorlen = char'\0'; function. An attacker can trigger an out-of-bounds write and potentially execute arbitrary code by providing a crafted file. This is only exploitable if len read in startdecoder is a...

7.8CVSS8AI score0.0054EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.6 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.00535EPSS
SaveExploits0References2
NVD
NVD
added 2023/10/21 12:15 a.m.11 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.5AI score0.00522EPSS
SaveExploits0References3
NVD
NVD
added 2023/10/21 12:15 a.m.22 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.2AI score0.00535EPSS
SaveExploits0References3
OSV
OSV
added 2023/10/21 12:15 a.m.9 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.3 views

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

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.1CVSS7AI score0.00574EPSS
SaveExploits0References6
Prion
Prion
added 2023/10/21 12:15 a.m.14 views

Design/Logic Flaw

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...

4.4CVSS7.7AI score0.00522EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2023/10/21 12:15 a.m.10 views

Design/Logic Flaw

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...

1.9CVSS5.3AI score0.00535EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.31 views

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.9AI score0.00574EPSS
SaveExploits0References4
OSV
OSV
added 2023/10/21 12:15 a.m.6 views

UBUNTU-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.8AI score0.00535EPSS
SaveExploits0References7
Prion
Prion
added 2023/10/21 12:15 a.m.22 views

Out-of-bounds

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...

3.3CVSS7.8AI score0.00574EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.20 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.5CVSS6AI score0.00535EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.18 views

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.7AI score0.0056EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.22 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.8CVSS7AI score0.00522EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.25 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.1AI score0.0054EPSS
SaveExploits0References9
OSV
OSV
added 2023/10/21 12:15 a.m.13 views

UBUNTU-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.8CVSS5.9AI score0.00522EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2023/10/21 12:00 a.m.14 views

stb_vorbis Code Issue 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 allocation failure in "startdecoder"...

5.5CVSS6.8AI score0.00535EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/10/21 12:00 a.m.11 views

stb_vorbis Resource Management 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 allocation failure in "startdecoder"...

7.8CVSS6.8AI score0.00522EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2023/10/20 11:27 p.m.34 views

CVE-2023-45682 Wild address read in vorbis_decode_packet_rest in stb_vorbis

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...

5.3CVSS6.9AI score0.0056EPSS
SaveExploits0References4
Rows per page
Query Builder