Lucene search
K

365 matches found

OSV
OSV
added 2024/08/17 9:15 a.m.1 views

UBUNTU-CVE-2024-42298

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: fslqmcaudio: Check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value...

5.5CVSS6.5AI score0.00225EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.3 views

SUSE CVE-2024-41037

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

5.5CVSS7.6AI score0.00274EPSS
Exploits0References10
OSV
OSV
added 2024/07/29 5:15 p.m.1 views

DEBIAN-CVE-2024-42088

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Add platform entry for ETDM1OUTBE dai link Commit e70b8dd26711 "ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link" removed the codec entry for the ETDM1OUTBE dai link entirely instead ...

7.8CVSS4.9AI score0.00217EPSS
Exploits0References1
OSV
OSV
added 2024/07/05 7:15 a.m.2 views

DEBIAN-CVE-2024-39473

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension If a process module does not have base config extension then the same format applies to all of it's inputs and the process-baseconfigext i...

5.5CVSS5.7AI score0.00211EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.3 views

SUSE CVE-2022-48717

In the Linux kernel, the following vulnerability has been resolved: ASoC: max9759: fix underflow in speakergaincontrolput Check for negative values of "priv-gain" to prevent an out of bounds access. The concern is that these might come from the user via: - sndctlelemwriteuser - sndctlelemwrite -...

5.5CVSS7.6AI score0.00219EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.2 views

SUSE CVE-2022-48738

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Reject out of bounds values in sndsocputvolsw We don't currently validate that the values being set are within the range we advertised to userspace as being valid, do so and reject any values that are out of range...

5.5CVSS6.6AI score0.00234EPSS
Exploits0References10
OSV
OSV
added 2024/06/20 12:15 p.m.2 views

DEBIAN-CVE-2022-48738

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Reject out of bounds values in sndsocputvolsw We don't currently validate that the values being set are within the range we advertised to userspace as being valid, do so and reject any values that are out of range...

7.1CVSS5.3AI score0.00234EPSS
Exploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.3 views

DEBIAN-CVE-2022-48739

In the Linux kernel, the following vulnerability has been resolved: ASoC: hdmi-codec: Fix OOB memory accesses Correct size of iecstatus array by changing it to the size of status array of the struct sndaesiec958. This fixes out-of-bounds slab read accesses made by memcpy of the hdmi-codec driver...

7.1CVSS5.4AI score0.00233EPSS
Exploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.2 views

UBUNTU-CVE-2022-48738

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Reject out of bounds values in sndsocputvolsw We don't currently validate that the values being set are within the range we advertised to userspace as being valid, do so and reject any values that are out of range...

7.1CVSS6AI score0.00234EPSS
Exploits0References11
OSV
OSV
added 2024/06/19 2:15 p.m.7 views

UBUNTU-CVE-2024-38551

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Assign dummy when codec not specified for a DAI link MediaTek sound card drivers are checking whether a DAI link is present and used on a board to assign the correct parameters and this is done by checking the cod...

5.5CVSS6.5AI score0.00236EPSS
Exploits0References12
SUSE CVE
SUSE CVE
added 2024/05/28 3:32 a.m.3 views

SUSE CVE-2021-47502

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: handle channel mappping list correctly Currently each channel is added as list to dai channel list, however there is danger of adding same channel to multiple dai channel list which endups corrupting the...

7.3CVSS6.9AI score0.00236EPSS
Exploits0References11
OSV
OSV
added 2024/05/17 3:15 p.m.3 views

UBUNTU-CVE-2023-52689

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing mutex lock around get meter levels As scarlett2meterctlget uses meterlevelmap, the datamutex should be locked while accessing it...

5.5CVSS6.6AI score0.00155EPSS
Exploits0References5
OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS5.7AI score0.00224EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27057

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend When the system is suspended while audio is active, the sofipc4pcmhwfree is invoked to reset the pipelines since during suspend the DSP is turned off, streams...

5.5CVSS5.8AI score0.00222EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.7 views

UBUNTU-CVE-2024-27057

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend When the system is suspended while audio is active, the sofipc4pcmhwfree is invoked to reset the pipelines since during suspend the DSP is turned off, streams...

5.5CVSS6.6AI score0.00222EPSS
Exploits0References6
OSV
OSV
added 2024/04/28 12:15 p.m.2 views

DEBIAN-CVE-2024-26927

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Add some bounds checking to firmware data Smatch complains about "head-fullsize - head-headersize" can underflow. To some extent, we're always going to have to trust the firmware a bit. However, it's easy enough to add...

8.4CVSS5.7AI score0.00293EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.8 views

SUSE CVE-2024-26722

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645jackdetectwork There is a path in rt5645jackdetectwork, where rt5645-jdmutex is left locked forever. That may lead to deadlock when rt5645jackdetectwork is called for the second time. Found by...

5.5CVSS6.3AI score0.00182EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.2 views

SUSE CVE-2024-26799

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix uninitialized pointer dmactl In the case where lpassgetdmactlhandle is called and the driver id daiid is invalid the pointer dmactl is not being assigned a value, and dmactl contains a garbage value since it has n...

5.5CVSS6.4AI score0.00234EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/04/04 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an uninitialized pointer issue in ASoC qcom...

6.2CVSS5.2AI score0.00234EPSS
Exploits0References6
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

UBUNTU-CVE-2021-47037

In the Linux kernel, the following vulnerability has been resolved: ASoC: q6afe-clocks: fix reprobing of the driver Q6afe-clocks driver can get reprobed. For example if the APR services are restarted after the firmware crash. However currently Q6afe-clocks driver will oops because hw.init will ge...

5.5CVSS5.7AI score0.00239EPSS
Exploits0References6
Rows per page
Query Builder