Lucene search
+L

17 matches found

SUSE CVE
SUSE CVE
added 2026/09/05 12:25 a.m.8 views

SUSE CVE-2026-80891

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is derived from the NOI and the AIBVO. If the size of the AIBV exceeds a...

5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 6:17 p.m.4 views

AZL-99477 CVE-2026-80891 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is derived from the NOI and the AIBVO. If the size of the AIBV exceeds a...

5.8AI score0.00173EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/09/04 5:11 p.m.9 views

CVE-2026-80891

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is derived from the NOI and the AIBVO. If the size of the AIBV exceeds a...

5.8AI score0.00173EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-80891

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is...

6.2AI score0.00173EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/31 10:52 a.m.10 views

CVE-2026-80684

A flaw was found in the KVM Kernel-based Virtual Machine subsystem for s390 PCI devices in the Linux kernel. This vulnerability occurs when the airqivcreate function fails to allocate a resource, returning a NULL value that is not properly checked. An attacker, potentially a malicious guest user,...

9.3CVSS5.9AI score0.00144EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/28 4:34 p.m.6 views

SUSE CVE-2026-80684

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure The airqivcreate can return NULL on failure, but the return value was never checked. If it fails, zdev-aibv will be NULL and fail when dereferenced in kvmzpcisetairq...

9.3CVSS5.8AI score0.00144EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

UBUNTU-CVE-2026-80684

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure The airqivcreate can return NULL on failure, but the return value was never checked. If it fails, zdev-aibv will be NULL and fail when dereferenced in kvmzpcisetairq...

9.3CVSS5.8AI score0.00144EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.10 views

CVE-2026-80684

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure The airqivcreate can return NULL on failure, but the return value was never checked. If it fails, zdev-aibv will be NULL and fail when dereferenced in kvmzpcisetairq...

9.3CVSS5.8AI score0.00144EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/28 6:52 a.m.9 views

EUVD-2026-67560

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure The airqivcreate can return NULL on failure, but the return value was never checked. If it fails, zdev-aibv will be NULL and fail when dereferenced in kvmzpcisetairq...

5.8AI score0.00144EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.12 views

CVE-2026-80684

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure The airqivcreate can return NULL on failure, but the return value was never checked. If it fails, zdev-aibv will be NULL and fail when dereferenced in kvmzpcisetairq...

9.3CVSS5.8AI score0.00144EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:52 a.m.35 views

CVE-2026-80684

CVE-2026-80684 is a NULL pointer dereference in the Linux kernel's KVM s390 PCI subsystem. The function airq_iv_create() can return NULL on failure, but the return value was never checked. When it fails, zdev->aibv remains NULL and is subsequently dereferenced in kvm_zpci_set_airq(), causing a...

9.3CVSS5.8AI score0.00144EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/21 9:05 a.m.8 views

CVE-2026-74515

A flaw was found in the Linux kernel's KVM Kernel-based Virtual Machine s390 PCI component. This vulnerability arises from improper handling of adapter interrupt forwarding, where enabling it multiple times for a zPCI device without prior unregistration can lead to resource overwriting and leakag...

8.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 1:17 p.m.11 views

CVE-2026-74515

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Reject adapter interrupt forwarding if already enabled The MPCIFC instruction doesn't allow registering adapter interrupts without first unregistering. So reject any request to enable interrupt forwarding if its...

8.8CVSS0.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.40 views

CVE-2026-74515 KVM: s390: pci: Reject adapter interrupt forwarding if already enabled

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Reject adapter interrupt forwarding if already enabled The MPCIFC instruction doesn't allow registering adapter interrupts without first unregistering. So reject any request to enable interrupt forwarding if its...

8.8CVSS0.00129EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.20 views

CVE-2026-74514

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix memory accounting for pinned/unpinned pages The accountmem and unaccountmem functions call getuid which increments the reference count of struct userstruct on every invocation. But we don't decrement the count...

5.3AI score0.00173EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/24 4:28 p.m.17 views

CVE-2026-52968

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...

5.7AI score0.00139EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/06/24 4:28 p.m.34 views

CVE-2026-52968

CVE-2026-52968 affects the Linux kernel KVM on s390. The root cause is double-scaling the GAIT table index: code in kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() multiplies the GAIT index by sizeof(struct zpci_gaite) even though gait is already a pointer to struct ...

8.8CVSS5.7AI score0.00139EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder