Lucene search
+L

4748 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.14 views

CVE-2022-50760

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix PCI device refcount leak in amdgpuatrmgetbios As comment of pcigetclass says, it returns a pcidevice with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we...

0.00258EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix mempool alloc size Convert the max size to bytes to match the units of the divisor that calculates the worst-case number of PRP entries. The result is used to determine how many PRP Lists are required. The code was...

7.8CVSS0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2023-54070

In the Linux kernel, the following vulnerability has been resolved: igb: clean up in all error paths when enabling SR-IOV After commit 50f303496d92 "igb: Enable SR-IOV after reinit", removing the igb module could hang or crash depending on the machine when the module has been loaded with the maxv...

6.2AI score0.00165EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.15 views

CVE-2023-54070

In the Linux kernel, the following vulnerability has been resolved: igb: clean up in all error paths when enabling SR-IOV After commit 50f303496d92 "igb: Enable SR-IOV after reinit", removing the igb module could hang or crash depending on the machine when the module has been loaded with the maxv...

6.3AI score0.00165EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2022-50756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix mempool alloc size Convert the max size to bytes to match the units of the divisor that calculates the worst-case number of PRP entries. The result is used to determine how many PRP Lists are required. The code was...

7.8CVSS5.8AI score0.00178EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2022-50756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix mempool alloc size Convert the max size to bytes to match the units of the divisor that calculates the worst-case number of PRP entries. The result is used to determine how many PRP Lists are required. The code was...

7.8CVSS5.8AI score0.00178EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2023-54053

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix possible NULL pointer dereference It is possible that iwlpciprobe will fail and free the trans, then afterwards iwlpciremove will be called and crash by trying to access trans which is already freed, fix...

5.7AI score0.00224EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:15 p.m.20 views

CVE-2022-50718

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix pci device refcount leak 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 pcidevput. So...

0.00212EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 1:15 p.m.9 views

CVE-2022-50714

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix rmmod crash in driver reload test In insmod/rmmod stress test, the following crash dump shows up immediately. The problem is caused by missing mt76dev in mt7921pciremove. We should make sure the drvdata i...

0.00216EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:05 p.m.11 views

CVE-2022-50760 drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix PCI device refcount leak in amdgpuatrmgetbios As comment of pcigetclass says, it returns a pcidevice with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we...

6.3AI score
SaveExploits0References12
CVE
CVE
added 2025/12/24 1:05 p.m.18 views

CVE-2022-50756

CVE-2022-50756 — Linux kernel nvme-pci mempool alloc size fix . The vulnerability is in the nvme-pci driver where mempool allocation size was computed with a different unit than the PRP divisor, causing the worst-case number of PRP lists to be underestimated (2 lists needed instead of 1). In the ...

7.8CVSS6.1AI score0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:05 p.m.12 views

CVE-2022-50756 nvme-pci: fix mempool alloc size

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix mempool alloc size Convert the max size to bytes to match the units of the divisor that calculates the worst-case number of PRP entries. The result is used to determine how many PRP Lists are required. The code was...

7.8CVSS6.4AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 12:23 p.m.16 views

CVE-2023-54070

CVE-2023-54070 relates to the igb driver in the Linux kernel. The issue occurs when SR-IOV is enabled and the igb module is removed; due to a cleanup path regression introduced after commit 50f303496d92, the cleanup in error paths after reinit can cause a hang/crash on systems with max_vfs set to...

5.9AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 12:23 p.m.9 views

CVE-2023-54070 igb: clean up in all error paths when enabling SR-IOV

In the Linux kernel, the following vulnerability has been resolved: igb: clean up in all error paths when enabling SR-IOV After commit 50f303496d92 "igb: Enable SR-IOV after reinit", removing the igb module could hang or crash depending on the machine when the module has been loaded with the maxv...

6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.35 views

CVE-2023-54053 wifi: iwlwifi: pcie: fix possible NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix possible NULL pointer dereference It is possible that iwlpciprobe will fail and free the trans, then afterwards iwlpciremove will be called and crash by trying to access trans which is already freed, fix...

0.00224EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:23 p.m.19 views

CVE-2023-54053

CVE-2023-54053 is a Linux kernel issue affecting the iwlwifi PCIe path, causing a NULL pointer dereference during device removal after a failed iwl_pci_probe(). The vulnerability is described in connected vendor advisories as a fix for a crash when removing a device while its transmission structu...

6.1AI score0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:23 p.m.5 views

CVE-2023-54053 wifi: iwlwifi: pcie: fix possible NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix possible NULL pointer dereference It is possible that iwlpciprobe will fail and free the trans, then afterwards iwlpciremove will be called and crash by trying to access trans which is already freed, fix...

7.8AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 12:22 p.m.19 views

CVE-2022-50718

CVE-2022-50718 concerns a refcount leak in the Linux kernel related to the amdgpu driver. The provided documents confirm the issue arises because pci_get_domain_bus_and_slot() returns a pci device with an incremented refcount, and the caller must decrement it via pci_dev_put(). The fix, as descri...

6.1AI score0.00212EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:22 p.m.11 views

CVE-2022-50718 drm/amdgpu: fix pci device refcount leak

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix pci device refcount leak 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 pcidevput. So...

6.4AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 12:22 p.m.17 views

CVE-2022-50714

CVE-2022-50714 involves a Linux kernel driver issue in wifi mt76/mt7921e. The crash occurs during insmod/rmmod stress testing due to a missing mt76_dev in mt7921_pci_remove(), with the drvdata not guaranteed ready when probe() finishes. The result is a KASAN user-memory-access write (8 bytes) dur...

6AI score0.00216EPSS
SaveExploits0References3
Rows per page
Query Builder