Lucene search
+L

319 matches found

Cvelist
Cvelist
added 2025/12/16 3:39 p.m.38 views

CVE-2025-68309 PCI/AER: Fix NULL pointer access by aer_info

In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aerinfo The kzallocGFPKERNEL may return NULL, so all accesses to aerinfo-xxx will result in kernel panic. Fix it...

0.00168EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/14 2:53 p.m.14 views

CVE-2025-40219

In the Linux kernel, the following vulnerability has been resolved: PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV Before disabling SR-IOV via config space accesses to the parent PF, sriovdisable first removes the PCI devices representing the VFs. Since commit 9d16947b7583...

5.5CVSS5.8AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 3:26 a.m.20 views

CVE-2023-53814

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix dropping valid root bus resources with .end = zero On r8a7791/koelsch: kmemleak: 1 new suspected memory leaks see /sys/kernel/debug/kmemleak cat /sys/kernel/debug/kmemleak unreferenced object 0xc3a34e00 size 64: comm...

5.5CVSS5.7AI score0.00183EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/09 4:17 p.m.11 views

CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount 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 count fo...

0.00272EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 1:29 a.m.27 views

CVE-2022-50659

The CVE-2022-50659 issue concerns the AMD Geode hwrng driver in the Linux kernel. A reference-count leak could occur when breaking out of the for_each_pci_dev() loop: pci_get_device() increases the returned pci_dev's refcount, but the corresponding pci_dev_put() was omitted along normal or error ...

6AI score0.00272EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.10 views

CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount 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 count fo...

5.4AI score0.00272EPSS
SaveExploits0
NVD
NVD
added 2025/12/09 1:16 a.m.7 views

CVE-2022-50636

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix pcideviceispresent for VFs by checking PF pcideviceispresent previously didn't work for VFs because it reads the Vendor and Device ID, which are 0xffff for VFs, which looks like they aren't present. Check the PF instead...

0.00205EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 12:1 a.m.37 views

CVE-2023-53814 PCI: Fix dropping valid root bus resources with .end = zero

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix dropping valid root bus resources with .end = zero On r8a7791/koelsch: kmemleak: 1 new suspected memory leaks see /sys/kernel/debug/kmemleak cat /sys/kernel/debug/kmemleak unreferenced object 0xc3a34e00 size 64: comm...

0.00183EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 12:0 a.m.23 views

CVE-2022-50647

CVE-2022-50647 relates to a Linux kernel issue on RISC‑V where port I/O string accessors (insb/outsb, etc.) used the physical PCI port I/O address instead of memory mapping, breaking parport/PCIe parallel-port accesses and causing kernel faults (memory access fault: Unable to handle kernel access...

5.9AI score0.00202EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.7 views

PT-2025-49690

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak for each pci dev is implemented by pci get device. The comment of pci get device says that it will increase the reference count for the returned pci dev and also decrease the reference...

6.4AI score0.00272EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2022-50615

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf/x86/intel/uncore: Fix reference count leak in snruncoremmiomap pcigetdevice will increase the reference count for the returned pcidev, so snruncoregetmcdev...

5.6AI score0.00197EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.9 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 the PCI subsystem mishandling root bus resources, which could lead to a memory leak...

6.1AI score0.00183EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.10 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 geode hwrng PCI device reference count leak...

6.2AI score0.00272EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/08 3:31 a.m.5 views

EUVD-2023-60085

In the Linux kernel, the following vulnerability has been resolved: PCI: Free released resource after coalescing releaseresource doesn't actually free the resource or resource list entry so free the resource list entry to avoid a leak...

6AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/08 3:31 a.m.6 views

EUVD-2022-55697

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in snruncoremmiomap pcigetdevice will increase the reference count for the returned pcidev, so snruncoregetmcdev will return a pcidev with its reference count increased. We need to...

5.9AI score0.00197EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/08 2:15 a.m.6 views

CVE-2023-53743

In the Linux kernel, the following vulnerability has been resolved: PCI: Free released resource after coalescing releaseresource doesn't actually free the resource or resource list entry so free the resource list entry to avoid a leak...

0.00197EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.32 views

CVE-2023-53743 PCI: Free released resource after coalescing

In the Linux kernel, the following vulnerability has been resolved: PCI: Free released resource after coalescing releaseresource doesn't actually free the resource or resource list entry so free the resource list entry to avoid a leak...

0.00197EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 1:19 a.m.13 views

CVE-2023-53743 PCI: Free released resource after coalescing

In the Linux kernel, the following vulnerability has been resolved: PCI: Free released resource after coalescing releaseresource doesn't actually free the resource or resource list entry so free the resource list entry to avoid a leak...

6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.5 views

CVE-2022-50615

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in snruncoremmiomap pcigetdevice will increase the reference count for the returned pcidev, so snruncoregetmcdev will return a pcidev with its reference count increased. We need to...

5.3AI score0.00197EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/08 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 Linux kernel that stems from PCI not freeing merged resources, which could lead to a memory leak...

6.1AI score0.00197EPSS
SaveExploits0References6
Rows per page
Query Builder