Lucene search
K

119 matches found

RedHat Linux
RedHat Linux
added 2025/11/03 4:0 p.m.2 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.8CVSS7AI score0.00179EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/10/31 12:25 a.m.4 views

SUSE CVE-2025-40098

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41getacpimutestate Return value of a function acpievaluatedsm is dereferenced without checking for NULL, but it is usually checked for this function. acpievaluatedsm may...

5.5CVSS6.4AI score0.00154EPSS
Exploits0References20
NVD
NVD
added 2025/10/29 2:15 p.m.6 views

CVE-2025-40085

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer deference in trytoregistercard In trytoregistercard, the return value of usbifnumtoif is passed directly to usbinterfaceclaimed without a NULL check, which will lead to a NULL pointer dereference...

0.00171EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2025/10/13 9:10 a.m.4 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

7.1CVSS6.6AI score0.00164EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50484

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the...

5.5CVSS5.6AI score0.00146EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.4 views

EUVD-2019-15100

Malware in sbrugna...

8.8CVSS8.8AI score0.00437EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986293)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986293 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: fix null pointer dereference on pointer block The pointer block return from...

5.5CVSS5.8AI score0.00226EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-28960

Malicious code in bioql PyPI...

6.3AI score
Exploits0References10
OSV
OSV
added 2025/10/01 11:42 a.m.4 views

CVE-2022-50427 ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in sndac97devregister If deviceregister fails in sndac97devregister, it should call putdevice to give up reference, or the name allocated in devsetname is leaked...

5.5CVSS6.5AI score0.00142EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2025/09/24 11:32 p.m.7 views

SUSE CVE-2023-53275

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in sndhdacregmapsync The variable codec-regmap is often protected by the lock codec-regmaplock when is accessed. However, it is accessed without holding the lock...

5.5CVSS6.5AI score0.00146EPSS
Exploits0References19
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.53 views

CVE-2025-39696 ALSA: hda: tas2781: Fix wrong reference of tasdevice_priv

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: tas2781: Fix wrong reference of tasdevicepriv During the conversion to unify the calibration data management, the reference to tasdevicepriv was wrongly set to h-hdapriv instead of h-priv. This resulted in memory...

0.00128EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/09/04 11:23 p.m.6 views

SUSE CVE-2025-38729

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 power domain descriptors, too UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by malicious firmware, too...

5.5CVSS6.5AI score0.00175EPSS
Exploits0References23
SUSE Linux
SUSE Linux
added 2025/08/01 8:37 a.m.2 views

Security update for kernel-livepatch-MICRO-6-0_Update_2

This update for kernel-livepatch-MICRO-6-0Update2 fixes the following issues: CVE-2024-50208: RDMA/bnxtre: Fix a bug while setting up Level-2 PBL pages bsc1233118 CVE-2024-50250: fsdax: daxunshareiter needs to copy entire blocks bsc1233227 CVE-2024-53146: NFSD: prevent a potential integer overflo...

8.5CVSS7.6AI score0.00262EPSS
Exploits0References46
OSV
OSV
added 2025/07/03 9:15 a.m.1 views

UBUNTU-CVE-2025-38105

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Kill timer properly at removal The USB-audio MIDI code initializes the timer, but in a rare case, the driver might be freed without the disconnect call. This leaves the timer in an active state while the assigned...

5.5CVSS6AI score0.00157EPSS
Exploits0References22
SUSE CVE
SUSE CVE
added 2025/06/19 3:14 a.m.1 views

SUSE CVE-2025-38078

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race of buffer access at PCM OSS layer The PCM OSS layer tries to clear the buffer with the silence data at initialization or reconfiguration of a stream with the explicit call of sndpcmformatsetsilence with...

5.5CVSS8AI score0.00118EPSS
Exploits0References17
OSV
OSV
added 2025/05/14 10:8 p.m.8 views

CLSA-2025-1747260502 kernel: Fix of 5 CVEs

ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices CVE-2024-53197 - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2capsendcmd CVE-2025-21969 - ext4: fix OOB read when checking dotdot dir CVE-2025-37785 - iscsiibft: Fix UBSAN shift-out-of-bounds warning in...

7.8CVSS7AI score0.03558EPSS
Exploits0References1
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:0 a.m.2 views

The vulnerability of the ALSA kernel component in Linux operating systems, which allows a hacker to cause a service failure

The vulnerability of the ALSA kernel component in Linux operating systems is related to incorrect blocking of resources in the function sndusx2ydisconnect. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00205EPSS
Exploits0References15Affected Software8
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:0 a.m.3 views

The vulnerability of the ALSA kernel component in Linux operating systems, which allows a hacker to cause a service failure

The vulnerability of the ALSA kernel component in Linux operating systems is related to incorrect blocking of resources in the function sndus122ldisconnect. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.0021EPSS
Exploits0References19Affected Software8
Debian CVE
Debian CVE
added 2025/01/11 12:39 p.m.11 views

CVE-2024-57805

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP The linkDMA should not be released on stop trigger since a stream re-start might happen without closing of the stream. This leaves a short time for other streams to...

5.5CVSS5.6AI score0.00172EPSS
Exploits0
CNNVD
CNNVD
added 2024/12/29 12:0 a.m.3 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 improper resource release on USB disconnection in the ALSA:usx2y module, which could lead to a memory leak...

5.5CVSS6.4AI score0.00217EPSS
Exploits0References5
Rows per page
Query Builder