Lucene search
+L

61 matches found

AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.14 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump Do not block PCI config accesses through pcicfgaccesslock when executing the s390 variant of PCI error recovery. Instead, use devicelock instead of pcidevlock...

5.6AI score0.0017EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/24 4:28 p.m.42 views

CVE-2026-52968 KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvms390pciaifenable, kvms390pciaifdisable, and aenhostforward index the GAIT by manually multiplying the index with sizeofstruct zpcigaite. Since...

8.8CVSS0.00139EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/05/29 12:0 a.m.22 views

Linux Distros Unpatched Vulnerability : CVE-2026-45880

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI/P2PDMA: Release per-CPU pgmap ref when vminsertpage fails When vminsertpage fails in p2pmemallocmmap, p2pmemallocmmap doesn't invoke percpurefput to free th...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/28 10:16 a.m.5 views

CVE-2026-46142

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix VF illegal register access Register WXCFGPORTST is a PF restricted register. When a VF is initialized, attempting to read this register triggers an illegal register access, which lead to a system hang. When the...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2026/05/28 2:12 a.m.15 views

CVE-2026-45904

A flaw was found in the Linux kernel's PowerPC Enhanced Error Handling EEH driver. This issue involves a recursive locking mechanism where the system attempts to acquire a Peripheral Component Interconnect PCI bus lock multiple times. This can lead to a system deadlock, causing unresponsiveness a...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/27 2:17 p.m.48 views

UBUNTU-CVE-2026-45880

In the Linux kernel, the following vulnerability has been resolved: PCI/P2PDMA: Release per-CPU pgmap ref when vminsertpage fails When vminsertpage fails in p2pmemallocmmap, p2pmemallocmmap doesn't invoke percpurefput to free the per-CPU ref of pgmap acquired after genpoolallocowner, and...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.18 views

CVE-2026-45904

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: fix recursive pcilockrescanremove locking in EEH event handling The recent commit 1010b4c012b0 "powerpc/eeh: Make EEH driver device hotplug safe" restructured the EEH driver to improve synchronization with the PCI...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References10
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: PCI: aardvark: Fixed a kernel panic that occurred during PIO transfers. Attempting to initiate a new PIO transfer by setting the PIOSTART register to 0, when the previous transfer has not yet completed indicated by a value of 1 i...

5.5CVSS5.8AI score0.00226EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-pci: A possible memory leak caused by the absence of pcidevput has been fixed. pcigetdevice will increase the reference count of the returned pcidev. We need to use pcidev PUT to decrease the reference count before...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fixed nullptrderef in com20020pciprobe During driver initialization, the pointer to card info is required—specifically, the variable ‘ci’. However, the definition of ‘com20020pciidtable’ indicates that this...

5.5CVSS5.3AI score0.0021EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/08 2:16 p.m.10 views

CVE-2026-43313

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Fix NULL-pointer dereference in acpiprocessorerratapiix4 In acpiprocessorerratapiix4, the pointer dev is first assigned an IDE device and then reassigned an ISA device: dev = pcigetsubsys...,...

5.5CVSS0.00123EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.12 views

SUSE CVE-2026-43213

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: validate sequence number of TX release report Hardware rarely reports abnormal sequence number in TX release report, which will access out-of-bounds of wdring-pages array, causing NULL pointer dereference. BUG:...

7.5CVSS5.8AI score0.0022EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/19 12:28 a.m.7 views

SUSE CVE-2025-71233

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Avoid creating sub-groups asynchronously The asynchronous creation of sub-groups by a delayed work could lead to a NULL pointer dereference when the driver directory is removed before the work completes. The crash...

4.4CVSS5.6AI score0.00118EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2023-60350

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix notifiers being shared by PCI and VIO buses failiommusetup registers the failiommubusnotifier struct to both PCI and VIO buses. struct notifierblock is a linked list node, so this causes any notifiers later...

6AI score0.00142EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/24 1:6 p.m.36 views

CVE-2023-54095

CVE-2023-54095 (Linux kernel) : The issue arises in powerpc/iommu where fail_iommu_setup() registers the same notifier_block on both PCI and VIO buses, turning the notifier_block into a shared linked list node. This can cause later notifiers for either bus to be registered on the other, triggerin...

7CVSS6.1AI score0.00142EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2025/12/05 9:3 a.m.13 views

PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV

...

5.5CVSS7AI score0.00219EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/11/12 12:0 a.m.11 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 TDX/SNP not forcing the mapping of legacy PCI nulls to UCs, which could result in a memory type error...

6.1AI score0.00194EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:0 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990881)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990881 advisory. In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Add workaround for Errata i2037 AM65x SR 1.0 Errata i2037 in AM65x/DRA80xM...

7.3CVSS6.2AI score0.00207EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/16 9:31 p.m.8 views

EUVD-2025-34828

An out-of-bounds write in VirtIO network device emulation in BitVisor from commit 108df6 2020-05-20 to commit 480907 2025-07-06 allows local attackers to cause a denial of service host hypervisor crash via a crafted PCI configuration space access. Given it's a heap overflow in a privileged...

7.4AI score0.00196EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.4 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 not properly releasing PCI device reference counts, which could lead to a memory leak...

5.2AI score0.00153EPSS
SaveExploits0References10
Rows per page
Query Builder