Lucene search
+L

1321 matches found

Cvelist
Cvelist
added 2025/05/01 2:9 p.m.27 views

CVE-2022-49842 ASoC: core: Fix use-after-free in snd_soc_exit()

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in sndsocexit KASAN reports a use-after-free: BUG: KASAN: use-after-free in devicedel+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by task rmmod/387 CPU: 2 PID: 387 Comm: rmmod Hardware name:...

0.00212EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.13 views

CVE-2022-49842

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in sndsocexit KASAN reports a use-after-free: BUG: KASAN: use-after-free in devicedel+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by task rmmod/387 CPU: 2 PID: 387 Comm: rmmod Hardware name:...

7.8CVSS5.6AI score0.00212EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 1:7 p.m.9 views

CVE-2025-37793 ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix null-ptr-deref in avscomponentprobe devmkasprintf returns NULL when memory allocation fails. Currently, avscomponentprobe does not check for this case, which results in a NULL pointer dereference...

6.2AI score
SaveExploits0References7
CVE
CVE
added 2025/05/01 1:7 p.m.129 views

CVE-2025-37793

CVE-2025-37793 affects the Linux kernel ASoC: Intel avs driver. The vulnerability arises when avs_component_probe() dereferences a NULL from devm_kasprintf() if memory allocation fails, leading to a NULL pointer dereference. A fix was implemented in the kernel to check for NULL from devm_kasprint...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/01 1:7 p.m.20 views

CVE-2025-37793 ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix null-ptr-deref in avscomponentprobe devmkasprintf returns NULL when memory allocation fails. Currently, avscomponentprobe does not check for this case, which results in a NULL pointer dereference...

0.00176EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.27 views

PT-2025-18559 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue has been identified in the Linux kernel, specifically in the ASoC core. The issue arises when snd soc util init fails, but its return value is ignored, leading t...

8.8CVSS7.3AI score0.01328EPSS
SaveExploits4References668
OSV
OSV
added 2025/04/25 11:8 a.m.5 views

OESA-2025-1447 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645i2cremove first cancel the...

7.8CVSS6.4AI score0.00266EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/18 7:15 a.m.14 views

CVE-2025-39930

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Don't use freedevicenode at graphutilparsedai commit 419d1918105e "ASoC: simple-card-utils: use freedevicenode for device node" uses freedevicenode for dlc-ofnode, but we need to keep it while driver is i...

8.4CVSS0.00242EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/18 7:1 a.m.8 views

CVE-2025-39930 ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai()

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Don't use freedevicenode at graphutilparsedai commit 419d1918105e "ASoC: simple-card-utils: use freedevicenode for device node" uses freedevicenode for dlc-ofnode, but we need to keep it while driver is i...

8.4CVSS7.6AI score
SaveExploits0References7
CVE
CVE
added 2025/04/18 7:1 a.m.123 views

CVE-2025-39930

The CVE-2025-39930 entry concerns the Linux kernel ASoC simple-card-utils. The root cause is the premature __free of device_node in graph_util_parse_dai(), which could free a node still in use. The correction is to stop freeing __free(device_node) in graph_util_parse_dai() and to retain freeing b...

8.4CVSS5.5AI score0.00242EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/18 7:1 a.m.36 views

CVE-2025-39930 ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai()

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Don't use freedevicenode at graphutilparsedai commit 419d1918105e "ASoC: simple-card-utils: use freedevicenode for device node" uses freedevicenode for dlc-ofnode, but we need to keep it while driver is i...

8.4CVSS0.00242EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/04/18 12:0 a.m.6 views

PT-2025-17282 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, specifically in the ASoC: simple-card-utils component. The issue was related to the use of freedevice node in the graph util pars...

4.9AI score0.00242EPSS
SaveExploits0References10
OSV
OSV
added 2025/04/16 3:16 p.m.10 views

AZL-61697 CVE-2025-22066 affecting package kernel for versions less than 6.6.92.2-1

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-card: Add NULL check in imxcardprobe devmkasprintf returns NULL when memory allocation fails. Currently, imxcardprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.22 views

CVE-2025-22066 ASoC: imx-card: Add NULL check in imx_card_probe()

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-card: Add NULL check in imxcardprobe devmkasprintf returns NULL when memory allocation fails. Currently, imxcardprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

0.00191EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/03/29 2:33 p.m.9 views

CVE-2025-21870

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers Other, non DAI copier widgets could have the same stream name sname as the ALH copier and in that case the copier-data is NULL, no alhdata is attached, which could...

5.5CVSS7.1AI score0.00192EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 views

CVE-2023-52987

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-mtrace: prevent underflow in sofipc4prioritymaskdfswrite The "id" comes from the user. Change the type to unsigned to prevent an array underflow...

7.8CVSS5.4AI score0.00241EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.71 views

CVE-2023-52987

CVE-2023-52987 affects the Linux kernel ASoC SOF component: ipc4-mtrace code path. The vulnerability arises from an underflow in sof_ipc4_priority_mask_dfs_write() caused by using a signed id that should be unsigned, leading to an array underflow. The available connected documents consistently st...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/03/16 12:0 a.m.9 views

PT-2025-25844

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue concerned the ASoC: sma1307 component, where variables allocated by kzalloc and devm kzalloc could potentially be NULL,...

7.8CVSS7.8AI score0.0049EPSS
SaveExploits0References216
Tenable Nessus
Tenable Nessus
added 2025/03/15 12:0 a.m.9 views

Fedora 41 : linux-firmware (2025-7f56eb37a0)

The remote Fedora 41 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-7f56eb37a0 advisory. Update to upstream 20250311: amdgpu: many firmware updates qcom: Update gpu firmwares for qcs8300 chipset add firmware for qat420xx devices amdgpu:...

7.9CVSS6.1AI score0.00493EPSS
SaveExploits2References3
NVD
NVD
added 2025/03/12 10:15 a.m.13 views

CVE-2025-21847

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: stream-ipc: Check for cstream nullity in sofipcmsgdata The nullity of sps-cstream should be checked similarly as it is done in sofsetstreamdataoffset function. Assuming that it is not NULL if sps-stream is NULL is...

5.5CVSS0.00213EPSS
SaveExploits0References5
Rows per page
Query Builder