Lucene search
+L

18253 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.5 views

UBUNTU-CVE-2022-49427

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Remove clkdisable in mtkiommuremove After the commit b34ea31fe013 "iommu/mediatek: Always enable the clk on resume", the iommu clock is controlled by the runtime callback. thus remove the clk control in the...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:01 a.m.9 views

UBUNTU-CVE-2022-49498

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Check for null pointer of pointer substream before dereferencing it Pointer substream is being dereferenced on the assignment of pointer card before substream is being null checked with the macro PCMRUNTIMECHECK...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:00 a.m.12 views

DEBIAN-CVE-2022-49202

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciuart: add missing NULL check in h5enqueue Syzbot hit general protection fault in pmruntimeresume. The problem was in missing NULL check. hu-serdev can be NULL and we should not blindly pass &serdev-dev somewhere,...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.10 views

DEBIAN-CVE-2022-49192

In the Linux kernel, the following vulnerability has been resolved: drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtool cpswethtoolbegin directly returns the result of pmruntimegetsync when successful. pmruntimegetsync returns -error code on failure and 0 on successful...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.5 views

DEBIAN-CVE-2022-49128

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

5.5CVSS5.6AI score0.00252EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.7 views

UBUNTU-CVE-2022-49128

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

5.5CVSS6.5AI score0.00252EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 6:37 a.m.0 views

DEBIAN-CVE-2021-47650

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: prevent the potentially use of null pointer There is one call trace that sndsocregistercard -sndsocbindcard-socinitpcmruntime -sndsocdaicompressnew-sndsocnewcompress. In the trace the 'codecdai' transfers from...

5.5CVSS5.6AI score0.00249EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 2:23 a.m.19 views

CVE-2022-49650 dmaengine: qcom: bam_dma: fix runtime PM underflow

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.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.35 views

CVE-2022-49650 dmaengine: qcom: bam_dma: fix runtime PM underflow

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

0.0026EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.84 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.5CVSS5.6AI score0.0026EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:23 a.m.93 views

CVE-2022-49650

The CVE-2022-49650 entry is a Linux kernel security fix for the dmaengine: qcom: bam_dma path. The root cause described is an unbalanced pm_runtime_get()/pm_runtime_put() when the BAM is controlled remotely, caused by a prior commit; the fix reverts that change and enables pm_runtime in all cases...

5.5CVSS6.6AI score0.0026EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49613 serial: 8250: Fix PM usage_count for console handover

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix PM usagecount for console handover When console is enabled, univ8250consolesetup calls serial8250consolesetup before .dev is set to uartport. Therefore, it will not call pmruntimegetsync. Later, when the actual...

5AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.2 views

CVE-2022-49527 media: venus: hfi: avoid null dereference in deinit

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: avoid null dereference in deinit If venusprobe fails at pmruntimeputsync the error handling first calls hfidestroy and afterwards hficoredeinit. As hfidestroy sets core-ops to NULL, hficoredeinit cannot call th...

6.4AI score0.00259EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.4 views

CVE-2022-49498 ALSA: pcm: Check for null pointer of pointer substream before dereferencing it

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Check for null pointer of pointer substream before dereferencing it Pointer substream is being dereferenced on the assignment of pointer card before substream is being null checked with the macro PCMRUNTIMECHECK...

6.5AI score0.00264EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/26 2:13 a.m.108 views

CVE-2022-49489

CVE-2022-49489 details (NORMAL mode) Affects the Linux kernel component: drm/msm/disp/dpu1. The issue arises from set vbif hw config to NULL to avoid use-after-free during PM runtime resume in the DPU, leading to an Unable to handle kernel paging request crash (illustrated by the call trace inclu...

7.8CVSS5.3AI score0.00279EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/02/26 2:13 a.m.9 views

CVE-2022-49489 drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume

In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume BUG: Unable to handle kernel paging request at virtual address 006b6b6b6b6b6be3 Call trace: dpuvbifinitmemtypes+0x40/0xb8...

7.8CVSS5.2AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.10 views

CVE-2022-49489 drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume

In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume BUG: Unable to handle kernel paging request at virtual address 006b6b6b6b6b6be3 Call trace: dpuvbifinitmemtypes+0x40/0xb8...

7.1AI score0.00279EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.25 views

CVE-2022-49427 iommu/mediatek: Remove clk_disable in mtk_iommu_remove

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Remove clkdisable in mtkiommuremove After the commit b34ea31fe013 "iommu/mediatek: Always enable the clk on resume", the iommu clock is controlled by the runtime callback. thus remove the clk control in the...

0.00263EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:12 a.m.98 views

CVE-2022-49427

The CVE pertains to the Linux kernel’s MTK IOMMU driver. After a patch (mtk_iommu_remove) removing clk_disable and relying on a runtime clock-control callback, the clock is now managed by runtime, eliminating the previous disable path. This addresses a warning trace seen when unbinding the MTK IO...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 2:12 a.m.16 views

CVE-2022-49427 iommu/mediatek: Remove clk_disable in mtk_iommu_remove

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Remove clkdisable in mtkiommuremove After the commit b34ea31fe013 "iommu/mediatek: Always enable the clk on resume", the iommu clock is controlled by the runtime callback. thus remove the clk control in the...

5.3AI score
SaveExploits0References7
Rows per page
Query Builder