Lucene search
+L

1061 matches found

Amazon
Amazon
added 2023/11/03 12:00 a.m.12 views

Low: vorbis-tools

Issue Overview: Buffer Overflow vulnerability in Vorbis-tools v.1.4.2 allows a local attacker to execute arbitrary code and cause a denial of service during the conversion of wav files to ogg files. CVE-2023-43361 Affected Packages: vorbis-tools Issue Correction: Run dnf update vorbis-tools...

7.8CVSS7.8AI score0.00448EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2023/10/31 12:00 a.m.12 views

SUSE: Security Advisory (SUSE-SU-2023:4251-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.3AI score0.00448EPSS
SaveExploits1References4
OSV
OSV
added 2023/10/30 8:51 a.m.6 views

SUSE-SU-2023:4251-1 Security update for vorbis-tools

This update for vorbis-tools fixes the following issues: - CVE-2023-43361: Fixed a buffer overflow vulnerability during the conversion of wav files to ogg files. bsc1215942...

7.8CVSS7.8AI score0.00448EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2023/10/30 12:00 a.m.27 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : vorbis-tools (SUSE-SU-2023:4251-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2023:4251-1 advisory. - CVE-2023-43361: Fixed a buffer overflow vulnerability during the conversion of wav files to ogg files...

7.8CVSS7.4AI score0.00448EPSS
SaveExploits1References4
OpenVAS
OpenVAS
added 2023/10/27 12:00 a.m.22 views

SUSE: Security Advisory (SUSE-SU-2023:4218-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.3AI score0.00448EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2023/10/27 12:00 a.m.20 views

SUSE SLES12 Security Update : vorbis-tools (SUSE-SU-2023:4218-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2023:4218-1 advisory. - CVE-2023-43361: Fixed a buffer overflow vulnerability during the conversion of wav files to ogg files. bsc1215942 Tenable has extracted th...

7.8CVSS7.4AI score0.00448EPSS
SaveExploits1References4
OSV
OSV
added 2023/10/26 2:55 p.m.4 views

SUSE-SU-2023:4218-1 Security update for vorbis-tools

This update for vorbis-tools fixes the following issues: - CVE-2023-43361: Fixed a buffer overflow vulnerability during the conversion of wav files to ogg files. bsc1215942...

7.8CVSS7.8AI score0.00448EPSS
SaveExploits1References3
Veracode
Veracode
added 2023/10/26 6:21 a.m.27 views

Out Of Bounds Write

stbvorbis is vulnerable to Out Of Bounds Write. The vulnerability is due to the manipulation of the len variable when processing ogg vorbis files with the f-vendorlen = char'\0';' function. The attacker can exploit this issue by crafting a malicious file that causes the len read in startdecoder t...

7.8CVSS6.9AI score0.00759EPSS
SaveExploits0References7Affected Software2
Veracode
Veracode
added 2023/10/26 6:13 a.m.17 views

Out Of Bounds Read

stbvorbis is vulnerable to Out of bounds Read.The vulnerability is due to the processing of ogg vorbis files using the DECODE macro. This can be exploited by the attacker by crafting a file that triggers an out of bounds read when the var is negative thus resulting in leakage of internal memory...

7.1CVSS6.9AI score0.0056EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2023/10/24 10:40 a.m.23 views

Out-of-Bounds Write

libstb.so is vulnerable to Out-of-Bounds Writes. This vulnerability exists in the f-vendorlen = char'\0' function of stbvorbis.c because it does not properly allocate memory, which allows to an attacker to perform a heap-based buffer overflow via a crafted ogg vorbis file...

7.8CVSS7.4AI score0.0054EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.5 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.0054EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.6 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.8 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.00522EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.5 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.00523EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.7 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
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.6 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.7 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.00535EPSS
SaveExploits0References4
Snyk
Snyk
added 2023/10/21 12:51 a.m.5 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:51 a.m.5 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.7 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
Rows per page
Query Builder