Lucene search
+L

953 matches found

Cvelist
Cvelist
added 2024/11/05 10:6 p.m.27 views

CVE-2024-51756 cap-std doesn't fully sandbox all the Windows device filenames

The cap-std project is organized around the eponymous cap-std crate, and develops libraries to make it easy to write capability-based code. cap-std's filesystem sandbox implementation on Windows blocks access to special device filenames such as "COM1", "COM2", "LPT0", "LPT1", and so on, however i...

2.3CVSS0.00583EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/05 6:15 p.m.2 views

DEBIAN-CVE-2024-50135

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix race condition between reset and nvmedevdisable nvmedevdisable modifies the dev-onlinequeues field, therefore nvmepciupdatenrqueues should avoid racing against it, otherwise we could end up passing invalid values to...

4.7CVSS5.5AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.6 views

DEBIAN-CVE-2024-50122

In the Linux kernel, the following vulnerability has been resolved: PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up with a race between the pwrctl platform device rescanning the bus and host controller probe functions. The latter...

5.5CVSS5.3AI score0.00188EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.12 views

AZL-52569 CVE-2024-50101 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix incorrect pciforeachdmaalias for non-PCI devices Previously, the domaincontextclear function incorrectly called pciforeachdmaalias to set up context entries for non-PCI devices. This could lead to kernel hangs or...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.11 views

UBUNTU-CVE-2024-50101

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix incorrect pciforeachdmaalias for non-PCI devices Previously, the domaincontextclear function incorrectly called pciforeachdmaalias to set up context entries for non-PCI devices. This could lead to kernel hangs or...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0References36
OSV
OSV
added 2024/11/05 6:15 p.m.11 views

UBUNTU-CVE-2024-50122

In the Linux kernel, the following vulnerability has been resolved: PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up with a race between the pwrctl platform device rescanning the bus and host controller probe functions. The latter...

5.5CVSS5.7AI score0.00188EPSS
SaveExploits0References8
OSV
OSV
added 2024/11/05 5:15 p.m.20 views

UBUNTU-CVE-2024-50093

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int340x: processor: Fix warning during module unload The processorthermal driver uses pcimdeviceenable to enable a PCI device, which means the device will be automatically disabled on driver detach. Thus there is ...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References29
BDU FSTEC
BDU FSTEC
added 2024/10/24 12:0 a.m.10 views

The vulnerability of the nxp_fspi_fill_txfifo() function in the Linux operating system’s Serial Peripheral Interface (SPI) driver allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the nxpfspifilltxfifo function in the drivers/spi/spi-nxp-fspi.c file of the Linux kernel’s Serial Peripheral Interface SPI driver is related to memory writing beyond the boundaries of the allocated buffer. Exploiting this vulnerability could allow an attacker to compromise t...

7.8CVSS6.9AI score0.00238EPSS
SaveExploits0References25Affected Software6
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.6 views

SUSE CVE-2022-48952

In the Linux kernel, the following vulnerability has been resolved: PCI: mt7621: Add sentinel to quirks table Current driver is missing a sentinel in the struct socdeviceattribute array, which causes an oops when assessed by the socdevicematchmt7621pciequirksmatch call. This was only exposed once...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.4 views

SUSE CVE-2022-49000

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in hasexternalpci foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

3.3CVSS6.4AI score0.00245EPSS
SaveExploits0References10
OSV
OSV
added 2024/10/21 8:15 p.m.3 views

DEBIAN-CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS5.3AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

DEBIAN-CVE-2022-49011

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp fix pci device refcount leak in nv1aramnew As comment of pcigetdomainbusandslot says, it returns a pci device with refcount increment, when finish using it, the caller must decrement the reference count by calling...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

DEBIAN-CVE-2022-49000

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in hasexternalpci foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS5.5AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.3 views

DEBIAN-CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS5.5AI score0.00249EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2022-48973

In the Linux kernel, the following vulnerability has been resolved: gpio: amd8111: Fix PCI device reference count leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference...

5.5CVSS5.5AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.11 views

UBUNTU-CVE-2022-49027

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavfinitmodule The iavfinitmodule won't destroy workqueue when pciregisterdriver failed. Call destroyworkqueue when pciregisterdriver failed to prevent the resource leak. Similar to the handling of...

5.5CVSS6.1AI score0.00249EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.3 views

SUSE CVE-2024-47756

In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix if-statement expression in kspciequirk This code accidentally uses && where || was intended. It potentially results in a NULL dereference. Thus, fix the if-statement expression to use the correct condition...

5.5CVSS6.5AI score0.00219EPSS
SaveExploits0References18
OSV
OSV
added 2024/10/21 1:15 p.m.5 views

UBUNTU-CVE-2024-47751

In the Linux kernel, the following vulnerability has been resolved: PCI: kirin: Fix buffer overflow in kirinpcieparseport Within kirinpcieparseport, the pcie-numslots is compared to pcie-gpioidreset size MAXPCISLOTS which is correct and would lead to an overflow. Thus, fix condition to...

7.8CVSS6.8AI score0.00233EPSS
SaveExploits0References22
CNNVD
CNNVD
added 2024/10/21 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 Linux kernel that stems from a failure to properly handle reference counting when traversing PCI devices, which could lead to a reference cou...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/10/21 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 PCI device reference count leak in the hwmon subsystem nv1aramnew function...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References11
Rows per page
Query Builder