Lucene search
+L

571 matches found

CNNVD
CNNVD
added 2023/10/21 12:0 a.m.7 views

stb_vorbis buffer error vulnerability

stbvorbis is an open source audio decoder for decoding ogg vorbis files. A security vulnerability exists in stbvorbis, which stems from a carefully crafted file that may trigger an out-of-bounds write in "f-vendorlen = char ;"...

7.8CVSS7AI score0.00759EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.7 views

stb_vorbis buffer error vulnerability

stbvorbis is an open source audio decoder for decoding ogg vorbis files. A security vulnerability exists in stbvorbis, which stems from the fact that a carefully crafted file may trigger a buffer write in "startdecoder", because "m-submaps" can be at most 16, but "submapfloor" and "submapresidue"...

7.8CVSS7.1AI score0.0073EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.7 views

stb buffer error vulnerability

stb is a single-file public domain library for C/C ++. A security vulnerability exists in stbimage, which originates from the possibility of an out-of-bounds read...

7.1CVSS6.8AI score0.00574EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.9 views

stb_vorbis buffer error vulnerability

stbvorbis is an open source audio codec for decoding ogg vorbis files. A security vulnerability exists in stbvorbis, which stems from a well-designed file that may trigger an out-of-bounds read in the "DECODE" macro when "var" is negative...

7.1CVSS6.8AI score0.0056EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.7 views

stb_vorbis buffer error vulnerability

stbvorbis is an open source audio decoder for decoding ogg vorbis files. A security vulnerability exists in stbvorbis, which stems from a carefully crafted file that may trigger an out-of-bounds write in "f-vendorlen = char ;"...

7.8CVSS7AI score0.00536EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.7 views

stb_image Resource Management Error Vulnerability

stb is a single-file public domain library for C/C ++. A security vulnerability exists in stbimage, which originates from a possible memory leak and double release...

9.8CVSS6.8AI score0.00959EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.10 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.00531EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/10/21 12:0 a.m.6 views

stb_vorbis buffer error vulnerability

stbvorbis is an open source audio decoder for decoding ogg vorbis files. A security vulnerability exists in stbvorbis, which stems from a carefully crafted file that may trigger an out-of-bounds write in "f-vendori = get8packetf;"...

7.8CVSS7AI score0.00518EPSS
SaveExploits0References6
OSV
OSV
added 2023/10/20 11:26 p.m.4 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 score0.00518EPSS
SaveExploits0References7
OSV
OSV
added 2023/10/20 11:26 p.m.3 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 score0.00531EPSS
SaveExploits0References5
OSV
OSV
added 2023/10/20 11:26 p.m.17 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 score0.0073EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/10/20 12:0 a.m.1 views

PT-2023-29643

Name of the Vulnerable Software and Affected Versions stb vorbis affected versions not specified Description The issue is related to the processing of ogg vorbis files. A crafted file can trigger an out of bounds write in f-vendori = get8 packetf;. This is caused by an integer overflow in setup...

7.8CVSS6.9AI score0.0056EPSS
SaveExploits0References30
Positive Technologies
Positive Technologies
added 2023/10/20 12:0 a.m.4 views

PT-2023-29636 · Stb Image +3 · Stb Image +3

Name of the Vulnerable Software and Affected Versions: stb image affected versions not specified Description: The issue is related to the stbi getn function in the stb image library, which reads a specified number of bytes from a context into a buffer. If the file stream points to the end, it...

9.8CVSS6.8AI score0.01137EPSS
SaveExploits1References37
Positive Technologies
Positive Technologies
added 2023/10/20 12:0 a.m.5 views

PT-2023-29645

Name of the Vulnerable Software and Affected Versions stb vorbis affected versions not specified Description The issue is related to the processing of ogg vorbis files. A crafted file can trigger an out of buffer write in the start decoder function. This occurs because the maximum value of...

7.8CVSS7.1AI score0.0073EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2023/10/20 12:0 a.m.13 views

PT-2023-29646 · Unknown +2 · Stb Vorbis +2

Name of the Vulnerable Software and Affected Versions: stb vorbis affected versions not specified Description: The issue is related to the processing of ogg vorbis files. A crafted file can cause a memory allocation failure in the start decoder function, leading to some pointers in f-comment list...

7.8CVSS6.5AI score0.0056EPSS
SaveExploits0References30
Positive Technologies
Positive Technologies
added 2023/10/20 12:0 a.m.5 views

PT-2023-29644

Name of the Vulnerable Software and Affected Versions stb vorbis affected versions not specified Description The issue is related to the processing of ogg vorbis files. A crafted file can trigger an out of bounds write in f-vendorlen = char'0';. This occurs when len read in start decoder is a...

7.8CVSS7.3AI score0.00536EPSS
SaveExploits0References33
Positive Technologies
Positive Technologies
added 2023/10/20 12:0 a.m.4 views

PT-2023-29647 · Unknown +1 · Stb Vorbis +1

Name of the Vulnerable Software and Affected Versions: stb vorbis affected versions not specified Description: The issue is related to a memory allocation failure in the start decoder function when processing a crafted ogg vorbis file. This failure causes the function to return early, setting...

7.8CVSS6.4AI score0.0056EPSS
SaveExploits0References24
Snyk
Snyk
added 2023/10/03 9:47 p.m.3 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference via the stbiconvertformat function. An attacker can cause a denial of service by using a crafted pic file. Remediation There is no fixed version for stb. References - PoC Credit: peccc...

5.5CVSS6.8AI score0.00301EPSS
SaveExploits1References2
NVD
NVD
added 2023/10/03 9:15 p.m.23 views

CVE-2023-43898

Nothings stb 2.28 was discovered to contain a Null Pointer Dereference via the function stbiconvertformat. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted pic file...

5.5CVSS5.2AI score0.00301EPSS
SaveExploits1References3
OSV
OSV
added 2023/10/03 9:15 p.m.2 views

DEBIAN-CVE-2023-43898

Nothings stb 2.28 was discovered to contain a Null Pointer Dereference via the function stbiconvertformat. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted pic file...

5.5CVSS5.4AI score0.00301EPSS
SaveExploits1References1
Rows per page
Query Builder