Lucene search
+L

1374 matches found

RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.27 views

CVE-2024-42089

A flaw was found in the fsl-asoc-card driver in the Linux kernel. This issue was fixed by ensuring the priv-pdev pointer is initialized before use. Previously, priv-pdev was used in the fslasoccardaudmuxinit function before being assigned, potentially leading to a NULL pointer dereference and...

5.5CVSS8.1AI score0.00233EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:16 a.m.17 views

CVE-2024-42074

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chippdev structure When acp platform device creation is skipped, chip-chippdev value will remain NULL. Add NULL check for chip-chippdev structure in sndacpresume function to avoid null pointer...

4.1CVSS6.9AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:15 a.m.25 views

CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

5.5CVSS8.1AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:13 a.m.16 views

CVE-2024-41037

A vulnerability was found in the Linux kernel, affecting Intel platforms using HDA DMA to manage the link DMA. When the system enters a suspend mode with an active stream, it can trigger a chain of function calls including hdadaisuspend, which calls the function hdalinkdmacleanup that clears the...

5.5CVSS5.9AI score0.00274EPSS
SaveExploits0References4
Amazon
Amazon
added 2024/07/30 12:00 a.m.18 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: ubi: Fix race condition between ctrlcdevioctl and ubicdevioctl CVE-2021-47634 In the Linux kernel, the following vulnerability has been resolved: Revert "Revert "block, bfq: honor already-setup queue merges""...

8.7CVSS6.5AI score0.00859EPSS
SaveExploits2
NVD
NVD
added 2024/07/29 5:15 p.m.36 views

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.8CVSS0.00234EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/29 5:15 p.m.18 views

CVE-2024-42089

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

5.5CVSS0.00233EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/07/29 5:15 p.m.22 views

CVE-2024-42089

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

5.5CVSS6.3AI score0.00233EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2024/07/29 5:15 p.m.24 views

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.8CVSS5.8AI score0.00234EPSS
SaveExploits0References14
OSV
OSV
added 2024/07/29 5:15 p.m.39 views

UBUNTU-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.8CVSS5.8AI score0.00234EPSS
SaveExploits0References15
CVE
CVE
added 2024/07/29 4:26 p.m.3434 views

CVE-2024-42089

CVE-2024-42089 affects the Linux kernel’s ASoC: fsl-asoc-card driver. The root cause is that priv->pdev was assigned after it was used in fsl_asoc_card_audmux_init(), risking a NULL dereference because priv is zero-initialised. The fix moves the priv->pdev assignment to the start of the pro...

5.5CVSS6.5AI score0.00233EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/07/29 4:26 p.m.21 views

CVE-2024-42089 ASoC: fsl-asoc-card: set priv->pdev before using it

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/07/29 4:26 p.m.24 views

CVE-2024-42089 ASoC: fsl-asoc-card: set priv->pdev before using it

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

0.00233EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/29 4:26 p.m.18 views

CVE-2024-42089 ASoC: fsl-asoc-card: set priv->pdev before using it

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

6.7AI score0.00233EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/29 4:26 p.m.15 views

CVE-2024-42088 ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link

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.3CVSS6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/29 4:26 p.m.16 views

CVE-2024-42088 ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link

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 ...

7AI score0.00234EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/29 4:26 p.m.43 views

CVE-2024-42088 ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link

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.3CVSS0.00234EPSS
SaveExploits0References3
CVE
CVE
added 2024/07/29 4:26 p.m.102 views

CVE-2024-42088

CVE-2024-42088 affects Linux kernel ASoC: Mediatek mt8195, where a platform entry for ETDM1_OUT_BE dai link was removed inadvertently, causing a KASAN OOB warning in mtk_soundcard_common_probe() due to an empty platforms array. The fix adds a COMP_EMPTY() entry to ensure dai_link->platforms ha...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/07/29 4:15 p.m.14 views

CVE-2024-42074

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chippdev structure When acp platform device creation is skipped, chip-chippdev value will remain NULL. Add NULL check for chip-chippdev structure in sndacpresume function to avoid null pointer...

5.5CVSS0.00224EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.18 views

CVE-2024-42074 ASoC: amd: acp: add a null check for chip_pdev structure

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chippdev structure When acp platform device creation is skipped, chip-chippdev value will remain NULL. Add NULL check for chip-chippdev structure in sndacpresume function to avoid null pointer...

6.8AI score0.00224EPSS
SaveExploits0References3
Rows per page
Query Builder