Lucene search
+L

1187 matches found

RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-68348

A flaw was found in the Linux kernel's ASoC TAS2781 firmware parser. This vulnerability occurs when the parser reads variable-length description strings without properly checking for a null terminator within the firmware blob. A specially crafted, malformed firmware image could allow an attacker ...

4.4CVSS5.3AI score0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2 days ago3 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/22 1:52 p.m.4 views

SUSE-SU-2026:22810-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and Micro 6.1 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-20585: iommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19 bsc1243603. - CVE-2026-31503: udp: Fix wildcard bind...

9.8CVSS7.2AI score0.03234EPSS
SaveExploits8References181
SUSE Linux
SUSE Linux
added 2026/07/21 5:9 p.m.10 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 kernel was updated to fix various security issues The following security issues were fixed: CVE-2023-20585: iommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19 bsc1243603. CVE-2025-71302: drm/panthor: fix for dma-fence safe access rules...

9.8CVSS7.1AI score0.00533EPSS
SaveExploits0References2106
SUSE CVE
SUSE CVE
added 2026/07/21 1:0 p.m.8 views

SUSE CVE-2026-64041

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:59 p.m.7 views

SUSE CVE-2026-64107

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512xoverclockxxxput In the pcm512x chipset driver, pcm512xoverclockxxxput is defined as a general mixer kcontrol instead of a DAPM kcontrol, so struct sndsocdapmcontext must n...

5.2AI score0.00162EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/20 10:41 a.m.14 views

CVE-2026-64041

A flaw was found in the Linux kernel's ASoC fs210x audio codec driver. An incorrect use of the strscpy function in fs210xeffectsceneinfo can lead to a buffer overflow. This occurs when a string is copied without proper size validation, potentially allowing a local attacker to cause a denial of...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-63838

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ASoC: rsnd: Fix potential out-of- bounds access of componentdais componentdaisRSNDMAXCOMPONE...

5.2AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.16 views

CVE-2026-64107 ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put()

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512xoverclockxxxput In the pcm512x chipset driver, pcm512xoverclockxxxput is defined as a general mixer kcontrol instead of a DAPM kcontrol, so struct sndsocdapmcontext must n...

5.3AI score
SaveExploits0References5
CVE
CVE
added 2026/07/19 3:40 p.m.17 views

CVE-2026-64107

CVE-2026-64107 relates to the Linux kernel ASoC codecs for the pcm512x driver. The issue is a NULL pointer dereference in pcm512x_overclock_xxx_put(), caused by defining this kcontrol as a general mixer kcontrol instead of a DAPM kcontrol, which allows unsafe access to the DAPM context via snd_so...

5.3AI score0.00162EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 3:16 p.m.7 views

CVE-2026-63838

In the Linux kernel, the following vulnerability has been resolved: ASoC: rsnd: Fix potential out-of-bounds access of componentdais componentdaisRSNDMAXCOMPONENT is initially zero-initialized and later populated in rsnddaiofnode. However, the existing boundary check: if i = RSNDMAXCOMPONENT does...

0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 2:4 p.m.34 views

CVE-2026-63838 ASoC: rsnd: Fix potential out-of-bounds access of component_dais[]

In the Linux kernel, the following vulnerability has been resolved: ASoC: rsnd: Fix potential out-of-bounds access of componentdais componentdaisRSNDMAXCOMPONENT is initially zero-initialized and later populated in rsnddaiofnode. However, the existing boundary check: if i = RSNDMAXCOMPONENT does...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/19 2:4 p.m.7 views

CVE-2026-63838

In the Linux kernel, the following vulnerability has been resolved: ASoC: rsnd: Fix potential out-of-bounds access of componentdais componentdaisRSNDMAXCOMPONENT is initially zero-initialized and later populated in rsnddaiofnode. However, the existing boundary check: if i = RSNDMAXCOMPONENT does...

5.2AI score0.00168EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/07/01 2:16 p.m.14 views

CVE-2026-53348

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: fix NULL pointer dereference in sdcadevunregisterfunctions sdcadevunregisterfunctions iterates over all SDCA function descriptors and calls sdcadevunregister on each funcdev without checking for NULL. When a function...

5.5CVSS6AI score0.001EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/01 1:32 p.m.13 views

CVE-2026-53350

In the Linux kernel, the following vulnerability has been resolved: ASoC: wmadsp: Fix NULL dereference when removing firmware controls In wmadspcontrolremove check that the priv pointer is not NULL before attempting to cleanup what it points to. When csdsp creates a control it calls...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0
CVE
CVE
added 2026/07/01 1:32 p.m.41 views

CVE-2026-53350

CVE-2026-53350 : Linux kernel ASoC wm_adsp vulnerable to a NULL dereference during control removal. The fix adds a NULL pointer check in wm_adsp_control_remove() before cleaning up priv data. The private data may be absent for SYSTEM controls or when a codec driver’s hidden control prevents wm_ad...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/01 1:32 p.m.9 views

CVE-2026-53348

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: fix NULL pointer dereference in sdcadevunregisterfunctions sdcadevunregisterfunctions iterates over all SDCA function descriptors and calls sdcadevunregister on each funcdev without checking for NULL. When a function...

5.8AI score0.001EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2026/06/27 1:54 a.m.12 views

SUSE CVE-2026-53052

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: qdsp6: topology: check widget type before accessing data Check widget type before accessing the private data, as this could a virtual widget which is no associated with a dsp graph, container and module. Accessing...

7.8CVSS5.8AI score0.00123EPSS
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2026/06/25 6:2 p.m.12 views

CVE-2026-53065

A flaw was found in the Linux kernel, specifically within the ASoC STI driver. This vulnerability occurs because regmapfield objects, allocated during player initialization, are not properly freed when the driver is removed. This oversight can lead to a resource leak, potentially impacting system...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References4
Rows per page
Query Builder