Lucene search
+L

2237 matches found

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

UBUNTU-CVE-2024-50020

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icesriovsetmsixveccount This patch addresses an issue with improper reference count handling in the icesriovsetmsixveccount function. First, the function calls icegetvfbyid, which...

5.5CVSS6.2AI score0.00205EPSS
SaveExploits0References19
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-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.5CVSS6.1AI score0.00245EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 8:15 p.m.8 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
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.30 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
CVE
CVE
added 2024/10/21 8:6 p.m.122 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
OSV
OSV
added 2024/10/21 8:6 p.m.27 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.9AI score
SaveExploits0References7
CVE
CVE
added 2024/10/21 8:5 p.m.114 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.18 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.9AI score
SaveExploits0References11
Cvelist
Cvelist
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...

0.00236EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/10/21 8:5 p.m.17 views

CVE-2022-48961 net: mdio: fix unbalanced fwnode reference count in mdio_device_release()

In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix unbalanced fwnode reference count in mdiodevicerelease There is warning report about ofnode refcount leak while probing mdio device: OF: ERROR: memory leak, expected refcount 1 instead of 2, ofnodeget/ofnodeput...

6.8AI score0.00245EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 7:39 p.m.16 views

CVE-2024-50028 thermal: core: Reference count the zone in thermal_zone_get_by_id()

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

7.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.25 views

CVE-2024-50028 thermal: core: Reference count the zone in thermal_zone_get_by_id()

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

7.8CVSS0.00215EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 7:39 p.m.173 views

CVE-2024-50028

CVE-2024-50028 affects the Linux kernel thermal subsystem. The flaw was that thermal_zone_get_by_id() could return a thermal zone object that could be freed while still in use by the caller, enabling a potential use-after-free scenario. The fix adds a reference to the thermal zone device via get_...

7.8CVSS5.2AI score0.00215EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/10/21 7:39 p.m.12 views

CVE-2024-50021 ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icedpllinitrclkpins This patch addresses a reference count handling issue in the icedpllinitrclkpins function. The function calls icedpllgetpins, which increments the reference count of t...

6.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.29 views

CVE-2024-50020 ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icesriovsetmsixveccount This patch addresses an issue with improper reference count handling in the icesriovsetmsixveccount function. First, the function calls icegetvfbyid, which...

0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 7:39 p.m.13 views

CVE-2024-50020 ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icesriovsetmsixveccount This patch addresses an issue with improper reference count handling in the icesriovsetmsixveccount function. First, the function calls icegetvfbyid, which...

6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.19 views

CVE-2024-50020 ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icesriovsetmsixveccount This patch addresses an issue with improper reference count handling in the icesriovsetmsixveccount function. First, the function calls icegetvfbyid, which...

6.8AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 7:15 p.m.16 views

AZL-51408 CVE-2024-50012 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parseperfdomain function, if the call to ofparsephandlewithargs returns an error, then the reference to the CPU device node that was acquired at the start of the function...

5.5CVSS6.7AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.5 views

DEBIAN-CVE-2024-50012

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parseperfdomain function, if the call to ofparsephandlewithargs returns an error, then the reference to the CPU device node that was acquired at the start of the function...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:54 p.m.22 views

CVE-2024-50012 cpufreq: Avoid a bad reference count on CPU node

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parseperfdomain function, if the call to ofparsephandlewithargs returns an error, then the reference to the CPU device node that was acquired at the start of the function...

6AI score
SaveExploits0References10
Rows per page
Query Builder