Lucene search
+L

772 matches found

SUSE CVE
SUSE CVE
added 2025/02/27 3:14 a.m.4 views

SUSE CVE-2021-47647

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: fix PCI-E clock oops Fix PCI-E clock related kernel oops that are caused by a missing clock parent. pcie0rchngclksrc has numparents set to 2 but only one parent is actually set via parenthws, it should also ha...

5.5CVSS6.3AI score0.00248EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.4 views

SUSE CVE-2022-49188

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcomq6v5mss: Fix some leaks in q6v5allocmemoryregion The devicenode pointer is returned by ofparsephandle or ofgetchildbyname with refcount incremented. We should use ofnodeput on it when done. This function only call...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/02/27 3:3 a.m.3 views

SUSE CVE-2022-49650

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

5.5CVSS6.6AI score0.0026EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.19 views

CVE-2024-57852 firmware: qcom: scm: smc: Handle missing SCM device

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: smc: Handle missing SCM device Commit ca61d6836e6f "firmware: qcom: scm: fix a NULL-pointer dereference" makes it explicit that qcomscmgettzmempool can return NULL, therefore its users should handle this...

0.00182EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/27 2:18 a.m.112 views

CVE-2024-57852

CVE-2024-57852 affects the Linux kernel firmware: qcom: scm: smc handling of missing SCM device. The root cause is a NULL pointer dereference in qcom_scm_get_tzmem_pool(), which may return NULL and requires callers to handle it. The issue is addressed by the commit ca61d6836e6f, which makes the n...

5.5CVSS6.5AI score0.00182EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/27 2:18 a.m.9 views

CVE-2024-57852 firmware: qcom: scm: smc: Handle missing SCM device

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: smc: Handle missing SCM device Commit ca61d6836e6f "firmware: qcom: scm: fix a NULL-pointer dereference" makes it explicit that qcomscmgettzmempool can return NULL, therefore its users should handle this...

5.5CVSS6AI score0.00182EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.34 views

CVE-2022-49650

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

5.5CVSS0.0026EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

DEBIAN-CVE-2022-49396

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error e.g. probe deferral. Note that due to the reset controller being defined in devicetree in "lane...

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.14 views

UBUNTU-CVE-2022-49396

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error e.g. probe deferral. Note that due to the reset controller being defined in devicetree in "lane...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/26 7:0 a.m.4 views

UBUNTU-CVE-2022-49188

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcomq6v5mss: Fix some leaks in q6v5allocmemoryregion The devicenode pointer is returned by ofparsephandle or ofgetchildbyname with refcount incremented. We should use ofnodeput on it when done. This function only call...

5.5CVSS6.1AI score0.00263EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 6:37 a.m.3 views

DEBIAN-CVE-2021-47651

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: rpmpd: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better ...

5.5CVSS5.6AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 6:37 a.m.4 views

UBUNTU-CVE-2021-47647

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: fix PCI-E clock oops Fix PCI-E clock related kernel oops that are caused by a missing clock parent. pcie0rchngclksrc has numparents set to 2 but only one parent is actually set via parenthws, it should also ha...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.15 views

CVE-2022-49396

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error e.g. probe deferral. Note that due to the reset controller being defined in devicetree in "lane...

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.18 views

CVE-2022-49397 phy: qcom-qmp: fix struct clk leak on probe errors

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix struct clk leak on probe errors Make sure to release the pipe clock reference in case of a late probe error e.g. probe deferral...

0.00264EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:11 a.m.102 views

CVE-2022-49397

CVE-2022-49397 affects the Linux kernel, in the phy: qcom-qmp driver. The vulnerability is a leak of a struct clk (pipe clock reference) on probe errors, including late probe error/deferral paths. The advisory states the fix releases the held pipe clock reference on such errors, i.e., a proper cl...

5.5CVSS6.4AI score0.00264EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/02/26 2:11 a.m.95 views

CVE-2022-49396

CVE-2022-49396 affects the Linux kernel component phy: qcom-qmp, leaking the reset-controller on probe errors. The described fix releases the lane reset controller on late probe errors (e.g., probe deferral) and notes that the reset controller is defined in devicetree in the "lane" child nodes, w...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.42 views

CVE-2022-49189

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: clk-rcg2: Update logic to calculate D value for RCG The display pixel clock has a requirement on certain newer platforms to support M/N as 2/3 and the final D value calculated results in underflow errors. As the curren...

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.21 views

CVE-2021-47651 soc: qcom: rpmpd: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: rpmpd: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better ...

0.00242EPSS
SaveExploits0References6
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/qcom/lmh: Check for SCM availability at probe. Until now, the necessary check for SCM availability had not been performed, which could lead to null pointer dereferences. This issue occurred with me in RB1. The...

5.5CVSS5.8AI score0.00213EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2025/02/03 8:48 a.m.1 views

Security update for kernel-firmware

This update for kernel-firmware fixes the following issues: Update to version 20240712: amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics qcom: add gpu firmwares for x1e80100 chipset bsc1219458 linux-firmware: add firmware for qat402xx devices amdgpu: update raven firmware amdgpu: updat...

4.7CVSS7.4AI score0.00428EPSS
SaveExploits0References12
Rows per page
Query Builder