Lucene search
+L

14880 matches found

Microsoft KB
Microsoft KB
added 2023/05/23 12:00 a.m.15 views

May 23, 2023—KB5026436 (OS Build 22000.2003) Preview

None None...

6.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2023/05/17 12:00 a.m.12 views

The vulnerability of the ChromeOS Audio Server component of Google Chrome browsers on ChromeOS and ChromeOS Flex operating systems allows a hacker to execute arbitrary code.

The vulnerability of the ChromeOS Audio Server component in Google Chrome browsers, as well as in ChromeOS and ChromeOS Flex operating systems, is caused by a buffer overflow in the queue. Exploiting this vulnerability allows a malicious actor to execute arbitrary code using a specially created...

7.5CVSS8.3AI score0.00382EPSS
SaveExploits0References4Affected Software3
CNVD
CNVD
added 2023/05/17 12:00 a.m.64 views

Apache OpenMeetings Code Execution Vulnerability

Apache OpenMeetings is a multilingual, customizable video conferencing and collaboration system from the Apache Foundation. The product supports audio, video and allows users to view each participant's desktop and more. A code execution vulnerability exists in Apache OpenMeetings versions 2.0.0...

7.2CVSS7.9AI score0.01464EPSS
SaveExploits0References1
CNVD
CNVD
added 2023/05/17 12:00 a.m.68 views

Apache OpenMeetings Information Disclosure Vulnerability

Apache OpenMeetings is a multi-language, customizable video conferencing and collaboration system from the Apache Foundation. The product supports audio, video and allows users to view each participant's desktop and more. A security vulnerability exists in Apache OpenMeetings versions 2.0.0 throu...

5.3CVSS6.4AI score0.01204EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.10 views

kernel: ASoC: SOF: Intel: cnl: Do not process IPC reply before firmware boot

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: cnl: Do not process IPC reply before firmware boot It is not yet clear, but it is possible to create a firmware so broken that it will send a reply message before a FWREADY message it is not yet clear if FWREADY...

5.5CVSS6.3AI score0.00195EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.20 views

kernel: ASoC: Intel: avs: Fix potential buffer overflow by snprintf()

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in a buffer overflow although it's...

7.8CVSS6.5AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.9 views

kernel: ASoC: qcom: Add checks for devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS6.6AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.10 views

kernel: ALSA: usb-audio: Cancel pending work at closing a MIDI substream

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Cancel pending work at closing a MIDI substream At closing a USB MIDI output substream, there might be still a pending work, which would eventually access the rawmidi runtime object that is being released. For...

7.8CVSS6.3AI score0.00276EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.11 views

kernel: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()

A flaw was found in the Linux kernel's ASoC da7219 audio codec driver. An error handling path in da7219registerdaiclks incorrectly attempts to unregister a clock that was never successfully registered. This could lead to incorrect resource cleanup during driver probe failure, potentially causing...

5.9AI score0.00196EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.7 views

kernel: ALSA: usb-audio: ALSA USB Audio Out-of-Bounds Bug

A flaw was found in the Linux kernel ALSA USB audio driver. This vulnerability allows a denial of service via a crafted USB audio device...

7.1CVSS6.6AI score0.00236EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.7 views

kernel: ASoC: pxa: fix null-pointer dereference in filter()

A flaw was found in the Linux kernel ASoC pxa audio driver. The function filter used kasprintf to allocate a formatted string but did not check whether the allocation succeeded before passing the result to strcmp. If memory allocation fails and kasprintf returns NULL, this results in a NULL point...

5.7AI score0.00227EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.9 views

kernel: ALSA: usb-audio: Fix potential memory leaks

A memory leak was found in the Linux kernel's USB audio driver in the synchronization endpoint URB allocation path. When memory allocation fails partway through allocating URBs for a sync endpoint, the error handling code fails to release the partially allocated URBs because the endpoint's URB...

5.5CVSS7.2AI score0.0016EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.7 views

kernel: ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in the buffer overflow although it's...

7.8CVSS6.5AI score0.00202EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.9 views

kernel: ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type()

In the Linux kernel, the following vulnerability has been resolved: ASoc: audio-graph-card2: Fix refcount leak bug in graphgettype We should call ofnodeput for the reference before its replacement as it returned by ofgetparent which has increased the refcount. Besides, we should also call ofnodep...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.7 views

kernel: ASoC: mt6359: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359parsedt and mt6359accdetparsedt, we should call ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS6.3AI score0.00223EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/05/13 12:00 a.m.4 views

PT-2026-31514

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 147.0.7727.55 Description A policy bypass issue existed in Google Chrome's audio component, prior to version 147.0.7727.55. A remote attacker could bypass sandbox download restrictions by convincing a user to...

9.6CVSS5.8AI score0.00504EPSS
SaveExploits0References78
OSV
OSV
added 2023/05/12 6:15 p.m.11 views

CVE-2023-2457

Out of bounds write in ChromeOS Audio Server in Google Chrome on ChromeOS prior to 113.0.5672.114 allowed a remote attacker to potentially exploit heap corruption via crafted audio file. Chromium security severity: High...

8.8CVSS7.3AI score0.00382EPSS
SaveExploits0References2
NVD
NVD
added 2023/05/12 6:15 p.m.39 views

CVE-2023-2457

Out of bounds write in ChromeOS Audio Server in Google Chrome on ChromeOS prior to 113.0.5672.114 allowed a remote attacker to potentially exploit heap corruption via crafted audio file. Chromium security severity: High...

8.8CVSS8.9AI score0.00382EPSS
SaveExploits0References2
Prion
Prion
added 2023/05/12 6:15 p.m.25 views

Design/Logic Flaw

Out of bounds write in ChromeOS Audio Server in Google Chrome on ChromeOS prior to 113.0.5672.114 allowed a remote attacker to potentially exploit heap corruption via crafted audio file. Chromium security severity: High...

6.8CVSS8.9AI score0.00382EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2023/05/12 5:36 p.m.52 views

CVE-2023-2457

Out of bounds write in ChromeOS Audio Server in Google Chrome on ChromeOS prior to 113.0.5672.114 allowed a remote attacker to potentially exploit heap corruption via crafted audio file. Chromium security severity: High...

9.1AI score0.00382EPSS
SaveExploits0References2
Rows per page
Query Builder