Lucene search
+L

513 matches found

OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-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.5CVSS6.1AI score0.00236EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.17 views

CVE-2022-49011 hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()

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

7.1AI score0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 8:6 p.m.164 views

CVE-2022-49011

CVE-2022-49011 involves a leak in the Linux kernel hwmon/coretemp code: the PCI device refcount was not decremented after use in nv1a_ram_new(), causing a refcount leak. The root cause is the PCI API’s behavior of returning a device with an incremented refcount, requiring the caller to call pci_d...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/10/21 8:6 p.m.21 views

CVE-2022-49011 hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()

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.8AI score0.00236EPSS
SaveExploits0References11
CVE
CVE
added 2024/10/21 8:6 p.m.116 views

CVE-2022-49002

The CVE-2022-49002 issue is in the Linux kernel’s IOMMU VT-d path. The for_each_pci_dev() loop relies on pci_get_device(), which increments the PCI device refcount, but an error path lacked a corresponding pci_dev_put(), leading to a potential reference-count leak. The fix adds pci_dev_put() in t...

5.5CVSS5.2AI score0.00249EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.22 views

CVE-2022-49002 iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()

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

0.00249EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.19 views

CVE-2022-49002 iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()

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

7.1AI score0.00249EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49000 iommu/vt-d: Fix PCI device refcount leak in has_external_pci()

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

6.9AI score0.00245EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 8:6 p.m.110 views

CVE-2022-49000

CVE-2022-49000 – Linux kernel (iommu/vt-d) refcount leak fix . The issue stems from for_each_pci_dev() implemented via pci_get_device(); the returned pci_dev’s reference count is incremented, but input dev is not always decremented, leading to a potential refcount leak. The patch adds a pci_dev_p...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/21 8:6 p.m.23 views

CVE-2022-49000 iommu/vt-d: Fix PCI device refcount leak in has_external_pci()

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.9AI score0.00245EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 8:5 p.m.29 views

CVE-2022-48973 gpio: amd8111: Fix PCI device reference count leak

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

6.9AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/10/21 8:5 p.m.26 views

CVE-2022-48973 gpio: amd8111: Fix PCI device reference count leak

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

0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 8:5 p.m.110 views

CVE-2022-48973

CVE-2022-48973 is a Linux kernel vulnerability in the gpio/amd8111 path related to a reference-count leak for PCI devices. The issue arises because for_each_pci_dev() is implemented via pci_get_device(), which increments the reference count for the returned pci_dev but may not decrement the input...

5.5CVSS5.2AI score0.00236EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/10/21 8:5 p.m.16 views

CVE-2022-48973 gpio: amd8111: Fix PCI device reference count leak

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.9AI score0.00236EPSS
SaveExploits0References11
NVD
NVD
added 2024/10/21 6:15 p.m.11 views

CVE-2024-49886

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug Attaching SST PCI device to VM causes "BUG: KASAN: slab-out-of-bounds". kasan report: 19.411889 ==================================================================...

5.5CVSS0.00236EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 6:15 p.m.1 views

DEBIAN-CVE-2024-49886

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug Attaching SST PCI device to VM causes "BUG: KASAN: slab-out-of-bounds". kasan report: 19.411889 ==================================================================...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.4 views

UBUNTU-CVE-2024-49886

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug Attaching SST PCI device to VM causes "BUG: KASAN: slab-out-of-bounds". kasan report: 19.411889 ==================================================================...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References31
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.8 views

CVE-2024-49886 platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug Attaching SST PCI device to VM causes "BUG: KASAN: slab-out-of-bounds". kasan report: 19.411889 ==================================================================...

6.7AI score0.00236EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/21 6:1 p.m.158 views

CVE-2024-49886

CVE-2024-49886 : In the Linux kernel, the SST/ISST path (platform/x86) could trigger a KASAN slab-out-of-bounds when attaching an SST PCI device to a VM, due to a read from an address beyond a 512-byte kmalloc allocation in _isst_if_get_pci_dev. The issue manifested as a KASAN slab-out-of-bounds ...

5.5CVSS5AI score0.00236EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.18 views

CVE-2024-49886 platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug Attaching SST PCI device to VM causes "BUG: KASAN: slab-out-of-bounds". kasan report: 19.411889 ==================================================================...

0.00236EPSS
SaveExploits0References6
Rows per page
Query Builder