Lucene search
+L

5172 matches found

OSV
OSV
added 2025/02/26 1:56 a.m.18 views

CVE-2022-49243 ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing ofnodeput in at91sam9g20ekaudioprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.3AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.25 views

CVE-2022-49243 ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing ofnodeput in at91sam9g20ekaudioprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

0.00263EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.31 views

CVE-2022-49244 ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192mt6359devprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput...

0.00263EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:56 a.m.16 views

CVE-2022-49241 ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5wm8731driverprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular...

5.5CVSS5.3AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.2 views

CVE-2022-49242 ASoC: mxs: Fix error handling in mxs_sgtl5000_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxssgtl5000probe This function only calls ofnodeput in the regular path. And it will cause refcount leak in error paths. For example, when codecnp is NULL, saifnp0 and saifnp1 are not NULL, it wil...

6.4AI score0.00263EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.2 views

CVE-2022-49240 ASoC: mediatek: mt8195: Fix error handling in mt8195_mt6359_rt1019_rt5682_dev_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Fix error handling in mt8195mt6359rt1019rt5682devprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls...

6.1AI score0.00218EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.39 views

CVE-2022-49240 ASoC: mediatek: mt8195: Fix error handling in mt8195_mt6359_rt1019_rt5682_dev_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Fix error handling in mt8195mt6359rt1019rt5682devprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls...

0.00218EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.73 views

CVE-2022-49195

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic on shutdown if multi-chip tree failed to probe DSA probing is atypical because a tree of devices must probe all at once, so out of N switches which call dsatreesetuproutingtable during probe, for N - 1 of them...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.115 views

CVE-2022-49185

The CVE-2022-49185 entry concerns a Linux kernel pinctrl nomadik issue where of_node_put() was missing in nmk_pinctrl_probe, risking a refcount leak. The fix adds a call to of_node_put() to balance the refcount returned by of_parse_phandle(), as described across connected advisories (Astra Linux,...

5.5CVSS6.5AI score0.0027EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.26 views

CVE-2022-49118 scsi: hisi_sas: Free irq vectors in order for v3 HW

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Free irq vectors in order for v3 HW If the driver probe fails to request the channel IRQ or fatal IRQ, the driver will free the IRQ vectors before freeing the IRQs in freeirq, and this will cause a kernel BUG like...

0.00263EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 1:55 a.m.101 views

CVE-2022-49118

CVE-2022-49118 relates to the Linux kernel SCSI driver for Hisilicon SAS v3 hardware. The vulnerability arises when the driver probe fails to request the channel IRQ or a fatal IRQ, causing the driver to free IRQ vectors before freeing the IRQs in free_irq(), which can trigger a kernel BUG. The d...

5.5CVSS5.2AI score0.00263EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49118 scsi: hisi_sas: Free irq vectors in order for v3 HW

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Free irq vectors in order for v3 HW If the driver probe fails to request the channel IRQ or fatal IRQ, the driver will free the IRQ vectors before freeing the IRQs in freeirq, and this will cause a kernel BUG like...

5.2AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.4 views

CVE-2022-49108 clk: mediatek: Fix memory leaks on probe

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where required. Addresses-Coverity-ID: 1491825 "Resource leak"...

5.8AI score0.00263EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.35 views

CVE-2022-49088

In the Linux kernel, the following vulnerability has been resolved: dpaa2-ptp: Fix refcount leak in dpaa2ptpprobe This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

5.5CVSS5.5AI score0.00242EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49088 dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe

In the Linux kernel, the following vulnerability has been resolved: dpaa2-ptp: Fix refcount leak in dpaa2ptpprobe This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

5.2AI score
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:54 a.m.96 views

CVE-2022-49083

CVE-2022-49083 concerns a kernel-level regression in the iommu/omap path that can trigger a NULL pointer dereference during device probe. The issue arises when a commit altered probe behavior (3f6634d997db) so that omap iommu probe returns 0 instead of ERR_PTR(-ENODEV), making probe_iommu_group-&...

5.5CVSS5.4AI score0.00241EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49083 iommu/omap: Fix regression in probe for NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db "iommu: Use right way to retrieve iommuops" started triggering a NULL pointer dereference for some omap variants: iommuprobedevice from...

5.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.27 views

CVE-2021-47653 media: davinci: vpif: fix use-after-free on driver unbind

In the Linux kernel, the following vulnerability has been resolved: media: davinci: vpif: fix use-after-free on driver unbind The driver allocates and registers two platform device structures during probe, but the devices were never deregistered on driver unbind. This results in a use-after-free ...

0.00262EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.23 views

CVE-2021-47652 video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: smscufx: Fix null-ptr-deref in ufxusbprobe I got a null-ptr-deref report: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:fbdestroymodelist+0x38/0x100 ... Call Trace:...

0.00255EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.2 views

CVE-2021-47652 video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: smscufx: Fix null-ptr-deref in ufxusbprobe I got a null-ptr-deref report: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:fbdestroymodelist+0x38/0x100 ... Call Trace:...

6AI score0.00255EPSS
SaveExploits0References9
Rows per page
Query Builder