Lucene search
+L

652927 matches found

EUVD
EUVD
•added 2026/09/16 10:32 a.m.•11 views

EUVD-2026-80562

In the Linux kernel, the following vulnerability has been resolved: powerpc/kexecfile: Prevent kexec range truncation Sashiko AI review pointed out the following issue. The mergememoryranges function incorrectly handles overlapping memory ranges when merging them. Although sortmemoryranges sorts...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•12 views

EUVD-2026-80560

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix stale pqaphook pointer on error in vfioapmdevsetkvm In vfioapmdevsetkvm, kvm-arch.crypto.pqaphook is set to &matrixmdev-pqaphook before the update locks are acquired and the mdev list is checked for a conflictin...

8.8CVSS5.7AI score0.0017EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/16 10:32 a.m.•25 views

CVE-2026-89960

CVE-2026-89960 is a use-after-free in the Linux kernel's s390 vfio-ap (Protected Crypto Accelerator) subsystem. In vfio_ap_mdev_set_kvm(), the kvm->arch.crypto.pqap_hook pointer is set before checking for a conflicting mdev assignment. If another mdev already owns the KVM instance, the functio...

8.8CVSS5.7AI score0.0017EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/16 10:32 a.m.•6 views

CVE-2026-89960 s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix stale pqaphook pointer on error in vfioapmdevsetkvm In vfioapmdevsetkvm, kvm-arch.crypto.pqaphook is set to &matrixmdev-pqaphook before the update locks are acquired and the mdev list is checked for a conflictin...

8.8CVSS5.6AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•38 views

CVE-2026-89960 s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix stale pqaphook pointer on error in vfioapmdevsetkvm In vfioapmdevsetkvm, kvm-arch.crypto.pqaphook is set to &matrixmdev-pqaphook before the update locks are acquired and the mdev list is checked for a conflictin...

8.8CVSS0.0017EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/16 10:32 a.m.•14 views

CVE-2026-89960

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix stale pqaphook pointer on error in vfioapmdevsetkvm In vfioapmdevsetkvm, kvm-arch.crypto.pqaphook is set to &matrixmdev-pqaphook before the update locks are acquired and the mdev list is checked for a conflictin...

8.8CVSS5.7AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•32 views

CVE-2026-89958 s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix dereference matrixmdev-kvm without checking for NULL The apdriver structure has two fields which are function pointers to callbacks: .onconfigchanged: called at the start of the AP bus scan function to notify th...

0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•37 views

CVE-2026-89959 s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix control domain removal in vfioapmdevcfgremove The vfioapconfigremove function uses the bitmapandnot function to clear bits from the matrixmdev-matrix.adm bitmap specifies the control domains assigned to the mdev...

8.8CVSS0.00176EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/16 10:32 a.m.•21 views

CVE-2026-89959

CVE-2026-89959 is a Linux kernel vulnerability in the s390/vfio-ap subsystem. The vfio_ap_config_remove function incorrectly used bitmap_andnot instead of bitmap_and when clearing bits from the matrix_mdev->matrix.adm bitmap (which tracks control domains assigned to a mediated device). This pr...

8.8CVSS5.8AI score0.00176EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/16 10:32 a.m.•22 views

CVE-2026-89958

This vulnerability affects the Linux kernel 's s390/vfio-ap driver. The root cause is a NULL pointer dereference : the vfio_ap_on_cfg_changed and vfio_ap_on_scan_complete callback functions acquire the matrix_mdev->kvm->lock mutex without first checking whether matrix_mdev->kvm is NULL. ...

5.6AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/16 10:32 a.m.•9 views

CVE-2026-89959 s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix control domain removal in vfioapmdevcfgremove The vfioapconfigremove function uses the bitmapandnot function to clear bits from the matrixmdev-matrix.adm bitmap specifies the control domains assigned to the mdev...

8.8CVSS5.8AI score
SaveExploits0References9
Debian CVE
Debian CVE
•added 2026/09/16 10:32 a.m.•10 views

CVE-2026-89959

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix control domain removal in vfioapmdevcfgremove The vfioapconfigremove function uses the bitmapandnot function to clear bits from the matrixmdev-matrix.adm bitmap specifies the control domains assigned to the mdev...

8.8CVSS5.8AI score0.00176EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•11 views

EUVD-2026-80558

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix dereference matrixmdev-kvm without checking for NULL The apdriver structure has two fields which are function pointers to callbacks: .onconfigchanged: called at the start of the AP bus scan function to notify th...

5.6AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/16 10:32 a.m.•10 views

CVE-2026-89958

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix dereference matrixmdev-kvm without checking for NULL The apdriver structure has two fields which are function pointers to callbacks: .onconfigchanged: called at the start of the AP bus scan function to notify th...

5.7AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•11 views

EUVD-2026-80559

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix control domain removal in vfioapmdevcfgremove The vfioapconfigremove function uses the bitmapandnot function to clear bits from the matrixmdev-matrix.adm bitmap specifies the control domains assigned to the mdev...

8.8CVSS5.8AI score0.00176EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/16 10:32 a.m.•7 views

CVE-2026-89958 s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix dereference matrixmdev-kvm without checking for NULL The apdriver structure has two fields which are function pointers to callbacks: .onconfigchanged: called at the start of the AP bus scan function to notify th...

5.7AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•36 views

CVE-2026-89957 s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed The vfioapmdevhotunplugcfg function uses the return value of bitmapandnot to determine whether the guest APCB needs to be updated. However, bitmapandnot...

8.8CVSS0.00176EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/16 10:32 a.m.•17 views

CVE-2026-89957 s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed The vfioapmdevhotunplugcfg function uses the return value of bitmapandnot to determine whether the guest APCB needs to be updated. However, bitmapandnot...

8.8CVSS5.8AI score
SaveExploits0References9
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•11 views

EUVD-2026-80557

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed The vfioapmdevhotunplugcfg function uses the return value of bitmapandnot to determine whether the guest APCB needs to be updated. However, bitmapandnot...

8.8CVSS5.8AI score0.00176EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/16 10:32 a.m.•25 views

CVE-2026-89957

CVE-2026-89957 affects the Linux kernel s390 vfio-ap driver. In vfio_ap_mdev_hot_unplug_cfg(), the return value of bitmap_andnot() is used to decide whether the guest APCB needs updating. When the last AP adapter or domain assigned to an mdev is removed, the resulting empty bitmap causes bitmap_a...

8.8CVSS5.8AI score0.00176EPSS
SaveExploits0References6
Rows per page
Query Builder