Lucene search
+L

777 matches found

CVE
CVE
added 2025/10/04 3:43 p.m.33 views

CVE-2022-50505

CVE-2022-50505 (Linux kernel) fixes a refcount leak in iommu/amd by correcting usage of pci_get_domain_bus_and_slot() which increments the PCI device refcount. The caller must call pci_dev_put() when finished; the patch ensures pci_dev_put() is invoked before returning from ppr_notifier() to avoi...

5.5CVSS6.1AI score0.0015EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-31814

Malicious code in bioql PyPI...

7.1CVSS7AI score0.0017EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-13175

Malicious code in bioql PyPI...

7.1AI score0.00189EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-13163

Malicious code in bioql PyPI...

7.1AI score0.00189EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-55422

Malicious code in bioql PyPI...

7.1AI score0.00159EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/03 12:2 a.m.8 views

SUSE CVE-2022-50464

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: Fix PCI device refcount leak in mt7915pciinithif2 As comment of pcigetdevice says, it returns a pcidevice with its refcount increased. We need to call pcidevput to decrease the refcount. Save the return value of...

5.5CVSS6.4AI score0.00143EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/09/29 12:0 a.m.8 views

The vulnerability of Linux operating system’s driver/PCI core components, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s driver/PCI core components is related to errors during thread blocking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00184EPSS
SaveExploits0References11Affected Software4
Ubuntu
Ubuntu
added 2025/09/26 7:47 a.m.15 views

USN-7769-3: Linux kernel vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACP...

9.8CVSS7.6AI score0.0125EPSS
SaveExploits8
OSV
OSV
added 2025/09/19 4:15 p.m.2 views

DEBIAN-CVE-2025-39846

In the Linux kernel, the following vulnerability has been resolved: pcmcia: Fix a NULL pointer dereference in iodynfindioregion In iodynfindioregion, pcmciamakeresource is assigned to res and used in pcibusallocresource. There is a dereference of res in pcibusallocresource, which could lead to a...

5.5CVSS5.4AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.4 views

DEBIAN-CVE-2023-53363

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free in pcibusreleasedomainnr Commit c14f7ccc9f5d "PCI: Assign PCI domain IDs by idaalloc" introduced a use-after-free bug in the bus removal cleanup. The issue was found with kfence: 19.293351 BUG: KFENCE:...

7.8CVSS6.3AI score0.00176EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/17 2:56 p.m.37 views

CVE-2023-53363

Conclusive details show CVE-2023-53363 is a Linux kernel PCI subsystem use-after-free in pci_bus_release_domain_nr() caused by the sequence in bus removal: pci_remove_root_bus()/pci_remove_bus frees the pci_bus struct, then pci_bus_release_domain_nr() dereferences it. Root cause: after Commit c14...

7.8CVSS6.2AI score0.00176EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.12 views

PT-2025-44100

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the PCI endpoint functionality pci-epf-test. Specifically, the dma chan tx and dma chan rx fields within the pci epf test structure can be NULL after...

4.6CVSS5.9AI score0.00201EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.5 views

SUSE CVE-2022-50318

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in hswephaslimitsbox pcigetdevice will increase the reference count for the returned 'dev'. We need to call pcidevput to decrease the reference count. Since 'dev' is only used in...

5.5CVSS6.5AI score0.00146EPSS
SaveExploits0References7
NVD
NVD
added 2025/09/15 3:15 p.m.8 views

CVE-2022-50337

In the Linux kernel, the following vulnerability has been resolved: ocxl: fix pci device refcount leak when calling getfunction0 getfunction0 calls pcigetdomainbusandslot, as comment says, it returns a pci device with refcount increment, so after using it, pcidevput needs be called. Get the devic...

5.5CVSS0.00145EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2022-50318

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in hswephaslimitsbox pcigetdevice will increase the reference count for the returned 'dev'. We need to call pcidevput to decrease the reference count. Since 'dev' is only used in...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/15 2:48 p.m.10 views

CVE-2022-50318 perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in hswephaslimitsbox pcigetdevice will increase the reference count for the returned 'dev'. We need to call pcidevput to decrease the reference count. Since 'dev' is only used in...

0.00146EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.5 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 not properly reducing the reference count of a device returned by pcigetdevice, which could lead to a memory...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.5 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 not properly releasing a device reference returned by pcigetdomainbusandslot, which could lead to a referenc...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/09/13 8:1 a.m.4 views

PCI: endpoint: Fix configfs group list head handling

...

7.8CVSS6.8AI score0.00151EPSS
SaveExploits0
OSV
OSV
added 2025/09/11 5:15 p.m.1 views

DEBIAN-CVE-2025-39783

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix configfs group list head handling Doing a listdel on the epfgroup field of struct pciepfdriver in pciepfremovecfs is not correct as this field is a list head, not a list entry. This listdel call triggers a KASA...

7.8CVSS6.2AI score0.00151EPSS
SaveExploits0References1
Rows per page
Query Builder