Lucene search
K

141 matches found

Cvelist
Cvelist
added 2025/12/24 12:23 p.m.25 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...

0.00155EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2015-1143

Malware in sbrugna...

8.6CVSS8.5AI score0.02429EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-13151

Malicious code in bioql PyPI...

7.1AI score0.00158EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-11202

Malicious code in bioql PyPI...

7.2AI score0.00174EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-18616

Malicious code in bioql PyPI...

6.3AI score0.0014EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-6627

Malicious code in bioql PyPI...

3.3CVSS6.1AI score0.00297EPSS
Exploits1References13
NVD
NVD
added 2025/07/25 3:15 a.m.5 views

CVE-2025-54567

hw/pci/pciesriov.c in QEMU through 10.0.3 mishandles the VF Enable bit write mask, a related issue to CVE-2024-26327...

5.4CVSS0.0024EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2025/07/25 12:0 a.m.5 views

CVE-2025-54567

hw/pci/pciesriov.c in QEMU through 10.0.3 mishandles the VF Enable bit write mask, a related issue to CVE-2024-26327...

5.4CVSS7.3AI score0.0024EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/07/25 12:0 a.m.6 views

CVE-2025-54566

hw/pci/pciesriov.c in QEMU through 10.0.3 has a migration state inconsistency, a related issue to CVE-2024-26327...

5.4CVSS7.3AI score0.0024EPSS
Exploits0
Cvelist
Cvelist
added 2025/07/25 12:0 a.m.8 views

CVE-2025-54567

hw/pci/pciesriov.c in QEMU through 10.0.3 mishandles the VF Enable bit write mask, a related issue to CVE-2024-26327...

4.2CVSS0.0024EPSS
Exploits0References1
NVD
NVD
added 2025/06/18 10:15 a.m.6 views

CVE-2025-38036

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Perform early GT MMIO initialization to read GMDID VFs need to communicate with the GuC to obtain the GMDID value and existing GuC functions used for that assume that the GT has it's MMIO members already setup. However...

5.5CVSS0.0014EPSS
Exploits0References2
CVE
CVE
added 2025/06/18 9:33 a.m.62 views

CVE-2025-38036

The CVE-2025-38036 entry describes a Linux kernel issue in drm/xe/vf where GuC communication required GT MMIO to be initialized. Root cause: gt->mmio was initialized late due to recent refactoring, causing GuC calls to xe_mmio_read|write() to crash with an NPD when attempting to access MMIO ad...

5.5CVSS6.3AI score0.0014EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38036 drm/xe/vf: Perform early GT MMIO initialization to read GMDID

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Perform early GT MMIO initialization to read GMDID VFs need to communicate with the GuC to obtain the GMDID value and existing GuC functions used for that assume that the GT has it's MMIO members already setup. However...

5.5CVSS5.9AI score0.0014EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.4 views

kernel: qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info

A flaw was found in the QED SR-IOV support in the Linux kernel. Improper validation of the value returned from the qediovgetvfinfo function can cause a NULL pointer dereference and result in a denial of service...

5.5CVSS6.7AI score0.00184EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/05/04 5:7 p.m.25 views

CVE-2023-53123

In the Linux kernel, the following vulnerability has been resolved: PCI: s390: Fix use-after-free of PCI resources with per-function hotplug On s390 PCI functions may be hotplugged individually even when they belong to a multi-function device. In particular on an SR-IOV device VFs may be removed...

5.5CVSS7.1AI score0.00158EPSS
Exploits0References4
NVD
NVD
added 2025/04/16 3:16 p.m.21 views

CVE-2025-22092

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

5.5CVSS0.00174EPSS
Exploits0References3
CVE
CVE
added 2025/04/16 2:12 p.m.93 views

CVE-2025-22092

The CVE-2025-22092 issue affects the Linux kernel PCI/SR-IOV path. Root cause: NULL dereference when handling virtfn creation error paths and during device removal, caused by an error handling flow after pci_setup_device() fails. The fix adds pci_iov_scan_device() to manage virtfn allocation/setu...

5.5CVSS6.4AI score0.00174EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.7 views

CVE-2025-22092

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

5.5CVSS5.3AI score0.00174EPSS
Exploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.31 views

CVE-2025-22092 PCI: Fix NULL dereference in SR-IOV VF creation error path

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

0.00174EPSS
Exploits0References3
Oracle linux
Oracle linux
added 2025/03/26 12:0 a.m.88 views

kernel security update

4.18.0-553.46.110.OL8 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and...

7.8CVSS7.4AI score0.00257EPSS
Exploits0
Rows per page
Query Builder