Lucene search
+L

207 matches found

NVD
NVD
added 2025/02/26 7:0 a.m.17 views

CVE-2022-49083

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.5CVSS0.00231EPSS
Exploits0References5
OSV
OSV
added 2025/02/26 6:37 a.m.2 views

DEBIAN-CVE-2021-47648

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a memory leak in 'host1xremove' Add a missing 'host1xchannellistfree' call in the remove function, as already done in the error handling path of the probe function...

5.5CVSS5.6AI score0.00238EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.17 views

CVE-2022-49615 ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error The initial settings will be written before the codec probe function. But, the rt711-component doesn't be assigned yet. If IO error happened during initial...

0.00242EPSS
Exploits0References3
OSV
OSV
added 2025/02/26 2:13 a.m.20 views

CVE-2022-49482 ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxssaifprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

5.5CVSS5.2AI score0.00252EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.28 views

CVE-2022-49253 media: usb: go7007: s2250-board: fix leak in probe()

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe Call i2cunregisterdeviceaudio on this error path...

0.00259EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.12 views

CVE-2022-49253

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe Call i2cunregisterdeviceaudio on this error path...

5.5CVSS5.3AI score0.00259EPSS
Exploits0
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.00252EPSS
Exploits0References9
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a missing ofnodeput call in the j721esocprobe function, resulting in a reference count leak...

5.5CVSS5.5AI score0.00245EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a device reference returned by offindi2cdevicebynode not being properly freed in imxsgtl5000probe...

5.5CVSS5.5AI score0.00247EPSS
Exploits0References7
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 vulnerabilities have been resolved: ASoC: fsl-asoc-card: Set priv-pdev before using it The priv-pdev pointer was set after it was used in fslasoccardaudmuxinit. This assignment should be moved to the beginning of the probe function, so that sub-functions can...

5.5CVSS6.5AI score0.00233EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/12/29 2:37 p.m.15 views

CVE-2024-56540

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery invocation during probe and resume Refactor IPC send and receive functions to allow correct handling of operations that should not trigger a recovery process. Expose ivpusendreceiveinternal, which is...

5.5CVSS6.8AI score0.00156EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.4 views

SUSE CVE-2024-53199

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imxaudmixprobe devmkasprintf can return a NULL pointer on failure,but this returned value in imxaudmixprobe is not checked. Add NULL check in imxaudmixprobe, to handle kernel NULL pointer...

5.5CVSS7.5AI score0.00209EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.4 views

SUSE CVE-2024-53213

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xxprobe, the buffer buf was being freed twice: once implicitly through usbfreeurbdev-urbintr with the URBFREEBUFFER flag and again explicitly by...

6.1CVSS7.9AI score0.00226EPSS
Exploits0References17
OSV
OSV
added 2024/12/27 3:15 p.m.2 views

DEBIAN-CVE-2024-56671

In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...

5.5CVSS5.6AI score0.00185EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/12/27 3:6 p.m.2 views

CVE-2024-56671 gpio: graniterapids: Fix vGPIO driver crash

In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...

6AI score0.00185EPSS
Exploits0References2
CVE
CVE
added 2024/12/27 2:23 p.m.2375 views

CVE-2024-56576

CVE-2024-56576 affects the Linux kernel (media: i2c: tc358743). The issue causes a crash when an error occurs in probe() while using polling, because the polling timer is not removed and may fire after its arguments have been freed. The result is a kernel crash (use-after-free scenario in timer h...

4.7CVSS6.5AI score0.00172EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

UBUNTU-CVE-2024-53199

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imxaudmixprobe devmkasprintf can return a NULL pointer on failure,but this returned value in imxaudmixprobe is not checked. Add NULL check in imxaudmixprobe, to handle kernel NULL pointer...

5.5CVSS6.5AI score0.00209EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.3 views

CVE-2024-53199 ASoC: imx-audmix: Add NULL check in imx_audmix_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imxaudmixprobe devmkasprintf can return a NULL pointer on failure,but this returned value in imxaudmixprobe is not checked. Add NULL check in imxaudmixprobe, to handle kernel NULL pointer...

7.5AI score0.00209EPSS
Exploits0References3
BDU FSTEC
BDU FSTEC
added 2024/12/25 12:0 a.m.7 views

The vulnerability of the components in Linux operating systems’ kernels for Macintosh/Via MacII, which allows a hacker to cause a service failure.

The vulnerability of the Macintosh/ViaMacII components of the Linux operating system is related to errors in resource management within the maciiprobe function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00225EPSS
Exploits0References44Affected Software4
BDU FSTEC
BDU FSTEC
added 2024/12/05 12:0 a.m.14 views

The vulnerability of the ar5523 component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the ar5523 component in the Linux operating system is related to errors in resource management within the ar5523probe function. Exploiting this vulnerability can allow an attacker to cause a service failure...

6.5CVSS6.4AI score0.00741EPSS
Exploits0References45Affected Software5
Rows per page
Query Builder