Lucene search
K

42 matches found

OSV
OSV
added 2023/10/21 12:15 a.m.0 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.00022EPSS
Exploits0References7
Prion
Prion
added 2023/10/21 12:15 a.m.9 views

Integer overflow

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

4.4CVSS8AI score0.00049EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2023/10/21 12:15 a.m.1 views

UBUNTU-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.8CVSS6.1AI score0.00049EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.14 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.00022EPSS
Exploits0References6
Prion
Prion
added 2023/10/21 12:15 a.m.7 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.00022EPSS
Exploits0References3Affected Software1
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.1 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.00051EPSS
Exploits0References5
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.14 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.8CVSS8.1AI score0.00049EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.24 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.00022EPSS
Exploits0
CVE
CVE
added 2023/10/20 11:26 p.m.76 views

CVE-2023-45680

The CVE-2023-45680 issue affects stb_vorbis (single-file library) where a crafted file can trigger a memory allocation failure in start_decoder, causing f->comment_list_len not to reset and leading to a NULL dereference in vorbis_deinit, resulting in denial of service. Public details are tied ...

5.5CVSS5.4AI score0.00022EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.14 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.00092EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.9 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.00092EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.31 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.00092EPSS
Exploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.11 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.0005EPSS
Exploits0References3
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.15 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.00087EPSS
Exploits0References7
OSV
OSV
added 2019/08/15 5:15 p.m.1 views

DEBIAN-CVE-2019-13220

Use of uninitialized stack variables in the startdecoder function in stbvorbis through 2019-03-04 allows an attacker to cause a denial of service or disclose sensitive information by opening a crafted Ogg Vorbis file...

7.1CVSS6.7AI score0.00159EPSS
Exploits0References1
OSV
OSV
added 2019/08/15 5:15 p.m.16 views

CVE-2019-13217

A heap buffer overflow in the startdecoder function in stbvorbis through 2019-03-04 allows an attacker to cause a denial of service or execute arbitrary code by opening a crafted Ogg Vorbis file...

7.8CVSS8.4AI score
Exploits0References4
NVD
NVD
added 2019/08/15 5:15 p.m.13 views

CVE-2019-13217

A heap buffer overflow in the startdecoder function in stbvorbis through 2019-03-04 allows an attacker to cause a denial of service or execute arbitrary code by opening a crafted Ogg Vorbis file...

7.8CVSS7.9AI score0.00164EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2019/08/15 5:15 p.m.24 views

CVE-2019-13217

A heap buffer overflow in the startdecoder function in stbvorbis through 2019-03-04 allows an attacker to cause a denial of service or execute arbitrary code by opening a crafted Ogg Vorbis file...

7.8CVSS7.3AI score0.00164EPSS
Exploits0References4
OSV
OSV
added 2019/08/15 5:15 p.m.1 views

UBUNTU-CVE-2019-13217

A heap buffer overflow in the startdecoder function in stbvorbis through 2019-03-04 allows an attacker to cause a denial of service or execute arbitrary code by opening a crafted Ogg Vorbis file...

7.8CVSS6.4AI score0.00164EPSS
Exploits0References5
OSV
OSV
added 2019/08/15 5:15 p.m.0 views

UBUNTU-CVE-2019-13220

Use of uninitialized stack variables in the startdecoder function in stbvorbis through 2019-03-04 allows an attacker to cause a denial of service or disclose sensitive information by opening a crafted Ogg Vorbis file...

7.1CVSS7AI score0.00159EPSS
Exploits0References3
Rows per page
Query Builder