Lucene search
+L

4826 matches found

CNNVD
CNNVD
added 2023/11/07 12:00 a.m.7 views

SAMSUNG Mobile devices security vulnerability

SAMSUNG Mobile devices are a range of Samsung mobile devices, including cell phones, tablets, etc. from the South Korean company Samsung SAMSUNG. A security vulnerability exists in SAMSUNG Mobile devices prior to version 14.5.00.7, which stems from a use of implicit intent to handle sensitive...

6.5CVSS6.7AI score0.00386EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/11/07 12:00 a.m.9 views

Saad Irfan RemoteClinic Security Vulnerability

Saad Irfan RemoteClinic is a Saad Irfan open source application. Provides the ability to remotely manage your clinic via the Web. A security vulnerability exists in Saad Irfan RemoteClinic version 2.0, which stems from a SQL injection vulnerability in the parameter start of the file...

9.8CVSS7.9AI score0.00738EPSS
SaveExploits1References3
CVE
CVE
added 2023/11/07 12:00 a.m.44 views

CVE-2023-33481

RemoteClinic 2.0 is vulnerable to a time-based blind SQL injection in the 'start' parameter of patients/index.php. The issue stems from improper handling of user input in that endpoint, enabling an attacker to infer data via time-based responses. Impact is described as high/confidentiality, integ...

9.8CVSS9.7AI score0.00738EPSS
SaveExploits1References1Affected Software1
Openbugbounty
Openbugbounty
added 2023/11/03 8:12 p.m.2 views

start-hub.de Improper Access Control vulnerability OBB-3772722

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2023/11/01 12:00 a.m.11 views

Bitrix24 Cross-Site Scripting Vulnerability

Bitrix24 is a suite of enterprise social platforms from Bitrix USA. The platform includes features such as online communication, calendar management and CRM Customer Relationship Management. A security vulnerability exists in Bitrix24 version 22.0.300, which stems from a cross-site scripting XSS...

9CVSS5.4AI score0.00594EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.5 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
Tenable Nessus
Tenable Nessus
added 2023/10/24 12:00 a.m.28 views

Rocky Linux 8 : java-11-openjdk (RLSA-2023:5742)

The remote Rocky Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2023:5742 advisory. - Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK product of Oracle Java SE component: JSSE. Supported versions that are affected are Oracle Java SE:...

5.3CVSS6.3AI score0.01412EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2023/10/23 12:00 a.m.10 views

The vulnerability of the start_unichar function in the ReportLab library allows a hacker to execute arbitrary code.

The vulnerability of the startunichar function in the ReportLab library is related to an error in XML document processing. Exploiting this vulnerability could allow a remote attacker to execute arbitrary code...

10CVSS8.1AI score0.04452EPSS
SaveExploits0References11Affected Software7
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 execute arbitrary code by exploiting an integer overflow that leads to memory write past an allocated heap buffer. This is due to the potential integer overflow in...

7.8CVSS7.8AI score0.00523EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.4 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.7 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.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
OSV
OSV
added 2023/10/21 12:15 a.m.10 views

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.2 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
OSV
OSV
added 2023/10/21 12:15 a.m.56 views

UBUNTU-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.8CVSS6AI score0.0073EPSS
SaveExploits0References7
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
BDU FSTEC
BDU FSTEC
added 2023/10/21 12:00 a.m.8 views

The vulnerability of the diag_ping_start function (validate.so) in the microprogrammed industrial Wi-Fi routers Yifan YF325 allows a hacker to execute arbitrary commands.

The vulnerability of the diagpingstart function in the validate.so library of Yifan YF325 industrial Wi-Fi routers relates to the lack of measures taken to clean data at the management level. Exploiting this vulnerability allows a remote attacker to execute arbitrary commands...

10CVSS8.1AI score0.01212EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2023/10/21 12:00 a.m.13 views

stb_vorbis Input Validation 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 write to the heap buffer allocated in "startdecoder"...

7.8CVSS7AI score0.00523EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/10/20 12:00 a.m.7 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
Rows per page
Query Builder