Lucene search
+L

1050 matches found

SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.4 views

SUSE 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.3CVSS8AI score0.00518EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE 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.3CVSS7.8AI score0.00536EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.4 views

SUSE 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.2 views

SUSE 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.8CVSS8AI score0.00518EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE 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.3CVSS7.6AI score0.00522EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE 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.3CVSS6.8AI score0.00531EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.5 views

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

5.3CVSS6.8AI score0.0056EPSS
SaveExploits0References4
Snyk
Snyk
added 2023/10/21 12:51 a.m.3 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.00536EPSS
SaveExploits0References2
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 startdecoder function. An attacker can trigger an out-of-buffer write and potentially execute arbitrary code by providing a specially crafted file. This is only exploitable if m-submaps exceeds the array limit...

7.8CVSS7.8AI score0.0073EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:51 a.m.3 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read when processing ogg vorbis files using the DECODE macro. An attacker can leak internal memory allocation information by crafting a file that triggers an out-of-bounds read when var is negative. Remediation There is no...

7.1CVSS6.7AI score0.0056EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.4 views

Out-of-Bounds Write

Overview Affected versions of this package are vulnerable to Out-of-Bounds Write in the f-vendori = get8packetf; function. An attacker can trigger an out-of-bounds write and potentially execute arbitrary code by providing a crafted file. This is due to an integer overflow in setupmalloc where a...

7.8CVSS8.3AI score0.00518EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.3 views

Double Free

Overview Affected versions of this package are vulnerable to Double Free in the startdecoder function, an attacker can trigger memory allocation failure with a specially crafted file. This causes the function to return early, leaving some pointers in f-commentlist initialized. Later, setupfree is...

7.8CVSS7.2AI score0.00522EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.6 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write when processing ogg vorbis files with the f-vendorlen = char'\0'; function. An attacker can trigger an out-of-bounds write by crafting a file that causes the len read in startdecoder to be -1, and len + 1 to become 0...

7.8CVSS7AI score0.00759EPSS
SaveExploits0References2
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
NVD
NVD
added 2023/10/21 12:15 a.m.11 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.1CVSS5.7AI score0.0056EPSS
SaveExploits0References4
NVD
NVD
added 2023/10/21 12:15 a.m.7 views

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.7AI score0.00759EPSS
SaveExploits0References7
NVD
NVD
added 2023/10/21 12:15 a.m.36 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.2AI score0.0073EPSS
SaveExploits0References3
NVD
NVD
added 2023/10/21 12:15 a.m.13 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.6AI score0.00536EPSS
SaveExploits0References6
NVD
NVD
added 2023/10/21 12:15 a.m.12 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.7AI score0.00518EPSS
SaveExploits0References5
NVD
NVD
added 2023/10/21 12:15 a.m.9 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
Rows per page
Query Builder