Lucene search
+L

1284 matches found

OSV
OSV
added 2025/01/06 10:10 p.m.7 views

USN-7187-1 linux-oem-6.11 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Network drivers; - Intel ASoC drivers; CVE-2024-50011, CVE-2024-47715...

5.5CVSS6.7AI score0.00219EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2025/01/06 10:10 p.m.21 views

USN-7187-1: Linux kernel (OEM) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Network drivers; - Intel ASoC drivers; CVE-2024-50011, CVE-2024-47715...

5.5CVSS7AI score0.00219EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/01/06 12:0 a.m.13 views

Ubuntu 24.04 LTS : Linux kernel (OEM) vulnerabilities (USN-7187-1)

The remote Ubuntu 24.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7187-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in...

5.5CVSS7.1AI score0.00219EPSS
SaveExploits0References3
CNVD
CNVD
added 2025/01/03 12:0 a.m.9 views

Unspecified vulnerability in Linux kernel (CNVD-2025-01671)

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 a null pointer issue in imxaudmixprobe in the ASoC imx-audmix subsystem. No detailed vulnerability details a...

5.5CVSS6.6AI score0.00213EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.6 views

PT-2025-30852

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the ASoC SOF Intel HDA driver. The sof pdata-tplg filename variable, allocated using kstrdup, can be overwritten, leading to a memory leak. Thi...

5.5CVSS7.7AI score0.00157EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/29 2:53 p.m.14 views

CVE-2024-56685

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Check numcodecs is not zero to avoid panic during probe Following commit 13f58267cda3 "ASoC: soc.h: don't create dummy Component via COMPDUMMY", COMPDUMMY became an array with zero length, and only gets populated...

5.5CVSS6.7AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:29 p.m.12 views

CVE-2024-53199

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imxaudmixprobe devmkasprintf can return a NULL pointer on failure,but this returned value in imxaudmixprobe is not checked. Add NULL check in imxaudmixprobe, to handle kernel NULL pointer...

5.5CVSS6.7AI score0.00213EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.10 views

CVE-2024-56685

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Check numcodecs is not zero to avoid panic during probe Following commit 13f58267cda3 "ASoC: soc.h: don't create dummy Component via COMPDUMMY", COMPDUMMY became an array with zero length, and only gets populated...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0
OSV
OSV
added 2024/12/28 9:46 a.m.12 views

CVE-2024-56685 ASoC: mediatek: Check num_codecs is not zero to avoid panic during probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Check numcodecs is not zero to avoid panic during probe Following commit 13f58267cda3 "ASoC: soc.h: don't create dummy Component via COMPDUMMY", COMPDUMMY became an array with zero length, and only gets populated...

6AI score
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.8 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 a null pointer issue in imxaudmixprobe in the ASoC imx-audmix subsystem. No detailed vulnerability details a...

5.5CVSS8.2AI score0.00213EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/12/03 12:0 a.m.11 views

The vulnerability of component AsoC in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of component AsoC in the Linux operating system’s kernel is related to the execution of operations outside the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00245EPSS
SaveExploits0References6Affected Software3
Redos
Redos
added 2024/11/29 12:0 a.m.23 views

ROS-20241129-01

A vulnerability in the ks8851 component of the Linux operating system kernel is related to improper locking in the ks8851dbgdumpkkt, ks8851rxpkts, and ks8851irq functions in the drivers/net/ethernet/micrel/ks8851common.c. Exploitation of the vulnerability could allow an attacker to cause a denial...

8.8CVSS8.3AI score0.00609EPSS
SaveExploits0
OSV
OSV
added 2024/11/28 2:16 p.m.38 views

SUSE-SU-2024:4103-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP2 LTSS kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47589: igbvf: fix double free in igbvfprobe bsc1226557. - CVE-2022-48956: ipv6: avoid use-after-free in ip6fragment bsc1231893. - CVE-2022-48960: net:...

9.8CVSS8.2AI score0.03998EPSS
SaveExploits2References103
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.20 views

CVE-2024-53045

In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: fix bounds checker error in dapmwidgetlistcreate The widgets array in the sndsocdapmwidgetlist has a countedby attribute attached to it, which points to the numwidgets variable. This attribute is used in bounds...

5.5CVSS6.7AI score0.002EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.22 views

CVE-2024-50292

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: spdifrx: fix dma channel release in stm32spdifrxremove In case of error when requesting ctrlchan DMA channel, ctrlchan is not null. So the release of the dma channel leads to the following issue: 4.879000...

5.5CVSS6.6AI score0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/11/19 6:15 p.m.21 views

CVE-2024-53045

In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: fix bounds checker error in dapmwidgetlistcreate The widgets array in the sndsocdapmwidgetlist has a countedby attribute attached to it, which points to the numwidgets variable. This attribute is used in bounds...

5.5CVSS0.002EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.28 views

CVE-2024-53045 ASoC: dapm: fix bounds checker error in dapm_widget_list_create

In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: fix bounds checker error in dapmwidgetlistcreate The widgets array in the sndsocdapmwidgetlist has a countedby attribute attached to it, which points to the numwidgets variable. This attribute is used in bounds...

0.002EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 5:19 p.m.13 views

CVE-2024-53045 ASoC: dapm: fix bounds checker error in dapm_widget_list_create

In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: fix bounds checker error in dapmwidgetlistcreate The widgets array in the sndsocdapmwidgetlist has a countedby attribute attached to it, which points to the numwidgets variable. This attribute is used in bounds...

5.5CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/11/19 5:19 p.m.137 views

CVE-2024-53045

Technical details for CVE-2024-53045 are not provided in the supplied documents. No specifics on affected products, root cause, impact, or fixes are included here. Monitor official advisories for updates.

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/11/19 2:16 a.m.27 views

CVE-2024-50292

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: spdifrx: fix dma channel release in stm32spdifrxremove In case of error when requesting ctrlchan DMA channel, ctrlchan is not null. So the release of the dma channel leads to the following issue: 4.879000...

5.5CVSS0.00229EPSS
SaveExploits0References8
Rows per page
Query Builder