Lucene search
+L

306 matches found

OSV
OSV
added 2025/05/20 4:15 p.m.4 views

DEBIAN-CVE-2025-37946

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix duplicate pcidevput in disableslot when PF has child VFs With commit bcb5d6c76903 "s390/pci: introduce lock to synchronize state of zpcidev's" the code to ignore power off of a PF that has child VFs was changed from...

7.8CVSS5.9AI score0.00161EPSS
Exploits0References1
OSV
OSV
added 2025/05/20 4:15 p.m.4 views

UBUNTU-CVE-2025-37946

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix duplicate pcidevput in disableslot when PF has child VFs With commit bcb5d6c76903 "s390/pci: introduce lock to synchronize state of zpcidev's" the code to ignore power off of a PF that has child VFs was changed from...

7.8CVSS6.4AI score0.00161EPSS
Exploits0References12
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.4 views

kernel: PCI: Add missing bridge lock to pci_bus_lock()

In the Linux kernel, the following vulnerability has been resolved: PCI: Add missing bridge lock to pcibuslock One of the true positives that the cfgaccesslock lockdep effort identified is this sequence: WARNING: CPU: 14 PID: 1 at drivers/pci/pci.c:4886 pcibridgesecondarybusreset+0x5d/0x70 RIP:...

5.5CVSS6.4AI score0.00215EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.3 views

kernel: PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal

A use-after-free flaw was found in concurrent DPC and hot-removal in the Linux kernel. This issue may result in a crash...

7.8CVSS6.8AI score0.00228EPSS
Exploits0References5
OSV
OSV
added 2025/05/08 7:15 a.m.2 views

DEBIAN-CVE-2025-37819

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v2m: Prevent use after free of gicv2mgetfwnode With ACPI in place, gicv2mgetfwnode is registered with the pci subsystem as pcimsigetfwnodecb, which may get invoked at runtime during a PCI host bridge probe. But, the...

7.8CVSS5.6AI score0.00173EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/05/07 2:20 a.m.5 views

SUSE CVE-2022-49813

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix error handling in enainit The enainit won't destroy workqueue created by createsinglethreadworkqueue when pciregisterdriver failed. Call destroyworkqueue when pciregisterdriver failed to prevent the resource leak...

5.5CVSS6.5AI score0.00165EPSS
Exploits0References10
Amazon
Amazon
added 2025/04/29 12:0 a.m.12 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix link state exit during switch upstream function removal CVE-2024-58093 In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, change error flow on matcher disconnect...

7.8CVSS6.7AI score0.00275EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2025/03/13 7:0 a.m.5 views

PCI/MSI: Handle lack of irqdomain gracefully

...

5.5CVSS7.4AI score0.00202EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/03/01 2:52 a.m.3 views

SUSE CVE-2025-21804

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar-ep: Fix incorrect variable used when calling devmrequestmemregion The rcarpcieparseoutboundranges uses the devmrequestmemregion macro to request a needed resource. A string variable that lives on the stack is then used ...

5.5CVSS7.5AI score0.0019EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.7 views

SUSE CVE-2022-49157

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix premature hw access after PCI error After a recoverable PCI error has been detected and recovered, qla driver needs to check to see if the error condition still persist and/or wait for the OS to give the resume...

3.3CVSS7.6AI score0.00252EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:6 a.m.12 views

SUSE CVE-2022-49434

In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pcidevlock AB/BA deadlock with sriovnumvfsstore The sysfs sriovnumvfsstore path acquires the device lock before the config space access lock: sriovnumvfsstore devicelock A 1 acquire device lock sriovconfigure...

5.5CVSS6.4AI score0.0021EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

DEBIAN-CVE-2022-49434

In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pcidevlock AB/BA deadlock with sriovnumvfsstore The sysfs sriovnumvfsstore path acquires the device lock before the config space access lock: sriovnumvfsstore devicelock A 1 acquire device lock sriovconfigure...

5.5CVSS5.3AI score0.0021EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.6 views

DEBIAN-CVE-2022-49219

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix memory leak during D3hot to D0 transition If 'vfiopcicoredevice::needspmrestore' is set PCI device does not have NoSoftReset bit set in its PMCSR config register, then the current PCI state will be saved locally in...

5.5CVSS5.7AI score0.00253EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.5 views

DEBIAN-CVE-2022-49157

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix premature hw access after PCI error After a recoverable PCI error has been detected and recovered, qla driver needs to check to see if the error condition still persist and/or wait for the OS to give the resume...

5.5CVSS5.6AI score0.00252EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.4 views

DEBIAN-CVE-2022-49115

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can result in a memory leak...

5.5CVSS5.5AI score0.00263EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.4 views

UBUNTU-CVE-2022-49115

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can result in a memory leak...

5.5CVSS6.2AI score0.00263EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/02/26 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 a crash on hang in ath11k: pci...

5.5CVSS5.5AI score0.00245EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.7 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 misuse of the goto tag in PCI: endpoint, which could lead to a memory leak...

5.5CVSS5.4AI score0.00263EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/02/26 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 the qla2xxx driver accessing the hardware prematurely after recovery from a PCI error, which could lead to...

5.5CVSS5.9AI score0.00252EPSS
Exploits0References5
BDU FSTEC
BDU FSTEC
added 2025/02/24 12:0 a.m.8 views

The vulnerability of the Linux operating system’s kernel PCI component, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s kernel PCI component is related to errors in resource management in the rcarpciewakeup function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.0021EPSS
Exploits0References23Affected Software5
Rows per page
Query Builder