Lucene search
+L

5199 matches found

RedhatCVE
RedhatCVE
added 2024/05/20 5:43 p.m.44 views

CVE-2024-35957

CVE-2024-35957 is a vulnerability in the Linux kernel's Intel Virtualization Technology for Directed I/O VT-d subsystem. The issue stems from an incorrect assumption that each device has a unique source ID, leading to potential conflicts and system warnings during the IOMMU probe process. This fl...

5.5CVSS6.7AI score0.00196EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/20 10:15 a.m.3 views

DEBIAN-CVE-2024-35977

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosecuart: properly fix race condition The crosecuartprobe function calls devmserdevdeviceopen before it calls serdevdevicesetclientops. This can trigger a NULL pointer dereference: BUG: kernel NULL pointer...

4.7CVSS5.5AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/20 10:15 a.m.7 views

DEBIAN-CVE-2024-35961

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Register devlink first under devlink lock In case device is having a non fatal FW error during probe, the driver will report the error to user via devlink. This will trigger a WARNON, since mlx5 is calling devlinkregist...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.25 views

CVE-2024-35957

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix WARNON in iommu probe path Commit 1a75cc710b95 "iommu/vt-d: Use rbtree to track iommu probed devices" adds all devices probed by the iommu driver in a rbtree indexed by the source ID of each device. It assumes tha...

5.9CVSS6.4AI score0.00196EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/20 10:15 a.m.9 views

UBUNTU-CVE-2024-35957

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix WARNON in iommu probe path Commit 1a75cc710b95 "iommu/vt-d: Use rbtree to track iommu probed devices" adds all devices probed by the iommu driver in a rbtree indexed by the source ID of each device. It assumes tha...

5.9CVSS6.6AI score0.00196EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/20 10:15 a.m.7 views

UBUNTU-CVE-2024-35961

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Register devlink first under devlink lock In case device is having a non fatal FW error during probe, the driver will report the error to user via devlink. This will trigger a WARNON, since mlx5 is calling devlinkregist...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/05/20 9:41 a.m.42 views

CVE-2024-35957

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix WARNON in iommu probe path Commit 1a75cc710b95 "iommu/vt-d: Use rbtree to track iommu probed devices" adds all devices probed by the iommu driver in a rbtree indexed by the source ID of each device. It assumes tha...

5.9CVSS7.2AI score0.00196EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 9:15 a.m.9 views

UBUNTU-CVE-2024-35883

In the Linux kernel, the following vulnerability has been resolved: spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxxspiprobe In function pci1xxxxspiprobe, there is a potential null pointer that may be caused by a failed memory allocation by the function devmkzalloc. Hence, a...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/18 2:48 a.m.14 views

SUSE CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

3.3CVSS6.3AI score0.00223EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/05/18 2:9 a.m.34 views

CVE-2023-52670

In the Linux kernel, the following vulnerability has been resolved: rpmsg: virtio: Free driveroverride when rpmsgremove Free driveroverride when rpmsgremove, otherwise the following memory leak will occur: unreferenced object 0xffff0000d55d7080 size 128: comm "kworker/u8:2", pid 56, jiffies...

5.5CVSS6.5AI score0.00286EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 12:11 a.m.29 views

CVE-2024-35816

A vulnerability was found in the Linux kernel's FireWire OHCI driver, which could lead to a resource leak by leaving behind an interrupt request IRQ when a device is unbound. This issue may cause instability or improper handling of IRQs, potentially affecting system performance or reliability...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 3:15 p.m.2 views

DEBIAN-CVE-2024-35857

In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmpbuildprobe First problem is a double call to indevgetrcu, because the second one could return NULL. if indevgetrcudev && indevgetrcudev-ifalist Second problem is a read from...

7.5CVSS5.6AI score0.01019EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 3:15 p.m.7 views

UBUNTU-CVE-2024-35857

In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmpbuildprobe First problem is a double call to indevgetrcu, because the second one could return NULL. if indevgetrcudev && indevgetrcudev-ifalist Second problem is a read from...

7.5CVSS6.2AI score0.01019EPSS
SaveExploits0References21
OSV
OSV
added 2024/05/17 2:15 p.m.4 views

DEBIAN-CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

5.5CVSS5.7AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.15 views

UBUNTU-CVE-2024-35833

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dmaalloccoherent is undone neither in the remove function, nor in the error handling path of fslqdmaprobe. Switch to the managed version to fix both...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/17 2:15 p.m.15 views

UBUNTU-CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/17 1:15 p.m.5 views

DEBIAN-CVE-2024-27433

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clkmt8135apmixedprobe 'clkdata' is allocated with mtkdevmallocclkdata. So calling mtkfreeclkdata explicitly in the remove function would lead to a double-free. Remov...

7.8CVSS5.5AI score0.00228EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.10 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 clkput function in the error handling path of the tegradcrgbprobe function...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:0 a.m.8 views

The vulnerability of the i2c_hid_of_probe() function in the HID driver for I2C devices in Linux kernels allows a hacker to cause a service failure.

The vulnerability of the i2chidofprobe function in the drivers/hid/i2c-hid/i2c-hid-of.c file of the HID device driver for I2C devices in the Linux kernel is related to the assignment of a null pointer. Exploiting this vulnerability could allow an attacker to cause a system failure...

4.6CVSS6.4AI score0.0023EPSS
SaveExploits0References20Affected Software4
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:0 a.m.9 views

The vulnerability of the fsl_lpspi_probe() function in the drivers/spi/spi-fsl-lpspi.c file of the Linux kernel’s SPI (Serial Peripheral Interface) driver allows a hacker to cause a system failure.

The vulnerability of the fsllpspiprobe function in the drivers/spi/spi-fsl-lpspi.c file of the Linux kernel’s SPI Serial Peripheral Interface driver is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References13Affected Software2
Rows per page
Query Builder