Lucene search
+L

4820 matches found

Kitploit
Kitploit
added 2026/08/30 6:14 a.m.2 views

auditpolCIS

auditpolCIS CIS Benchmark testing of Windows SIEM configuration This is an application for testing the configuration of Windows Audit Policy settings against the CIS Benchmark recommended settings. A few points: The tested system was Windows Server 2019, and the benchmark used was also Windows...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/29 11:29 p.m.6 views

s6_pcie_microblaze

Kit di hacking DIY per PCI Express Informazioni generali Contenuti Configurazione della scheda SP605 Configurazione del software Esempi Uso dell'API Python Attacchi DMA pratici Attacchi Option ROM Risoluzione dei problemi Compilazione del progetto dal codice sorgente Informazioni generali Questa...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/28 1:14 p.m.59 views

lightbulb-framework

LightBulb LightBulb is an open source python framework for auditing web application firewalls and filters. Synopsis The framework consists of two main algorithms: GOFA : An active learning algorithm that infers symbolic representations of automata in the standard membership/equivalence query mode...

5.7AI score
SaveExploits0References1
NVD
NVD
added 2026/08/28 8:16 a.m.6 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.3CVSS0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 8:16 a.m.5 views

AZL-98057 CVE-2026-80684 affecting package kernel 6.6.150.1-1

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
SaveExploits0References1
NVD
NVD
added 2026/08/28 8:16 a.m.4 views

CVE-2026-80620

In the Linux kernel, the following vulnerability has been resolved: Revert "PCI/MSI: Unmap MSI-X region on error" This reverts commit 1a8d4c6ecb4c81261bcdf13556abd4a958eca202. Commit 1a8d4c6ecb4c "PCI/MSI: Unmap MSI-X region on error" added an iounmapdev-msixbase on the error path of...

0.00172EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/28 8:16 a.m.5 views

CVE-2026-80621

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Avoid dwcpcierasdesdebugfsdeinit NULL dereference when no RAS DES capability dwcpcierasdesdebugfsinit returns success when the controller has no RAS DES capability, leaving pci-debugfs-rasdesinfo unset. The common debug...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:52 a.m.5 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.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
SaveExploits0
CVE
CVE
added 2026/08/28 6:52 a.m.19 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
Cvelist
Cvelist
added 2026/08/28 6:52 a.m.32 views

CVE-2026-80684 KVM: s390: pci: Fix NULL dereference on AIBV allocation failure

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.3CVSS0.00144EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/28 6:48 a.m.5 views

EUVD-2026-67527

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp/sev-dev-tsm - bail out early when pdev-bus is NULL dsmcreate initially checks pdev-bus when computing segmentid: u8 segmentid = pdev-bus ? pcidomainnrpdev-bus : 0; But the next two lines unconditionally dereference...

5.8AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:48 a.m.3 views

CVE-2026-80651 crypto: ccp/sev-dev-tsm - bail out early when pdev->bus is NULL

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp/sev-dev-tsm - bail out early when pdev-bus is NULL dsmcreate initially checks pdev-bus when computing segmentid: u8 segmentid = pdev-bus ? pcidomainnrpdev-bus : 0; But the next two lines unconditionally dereference...

5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/28 6:48 a.m.11 views

CVE-2026-80621

CVE-2026-80621 is a NULL pointer dereference in the Linux kernel's PCI DesignWare (DWC) driver . When a PCIe controller lacks a RAS DES capability, dwc_pcie_rasdes_debugfs_init() returns success but leaves pci->debugfs->rasdes_info unset. The common debugfs teardown path then unconditionall...

5.8AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:48 a.m.6 views

EUVD-2026-67497

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Avoid dwcpcierasdesdebugfsdeinit NULL dereference when no RAS DES capability dwcpcierasdesdebugfsinit returns success when the controller has no RAS DES capability, leaving pci-debugfs-rasdesinfo unset. The common debug...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:48 a.m.4 views

CVE-2026-80621 PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS DES capability

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Avoid dwcpcierasdesdebugfsdeinit NULL dereference when no RAS DES capability dwcpcierasdesdebugfsinit returns success when the controller has no RAS DES capability, leaving pci-debugfs-rasdesinfo unset. The common debug...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80621

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Avoid dwcpcierasdesdebugfsdeinit NULL dereference when no RAS DES capability dwcpcierasdesdebugfsinit returns success when the controller has no RAS DES capability, leaving pci-debugfs-rasdesinfo unset. The common debug...

5.8AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.7 views

CVE-2026-80620

CVE-2026-80620 is a Linux kernel vulnerability in the PCI/MSI subsystem . A prior commit (1a8d4c6ecb4c) added an iounmap(dev->msix_base) on the error path of msix_capability_init(), but pci_free_msi_irqs() — called earlier via the __free(free_msi_irqs) cleanup — already unmapped the region and...

5.8AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:48 a.m.2 views

CVE-2026-80620 Revert "PCI/MSI: Unmap MSI-X region on error"

In the Linux kernel, the following vulnerability has been resolved: Revert "PCI/MSI: Unmap MSI-X region on error" This reverts commit 1a8d4c6ecb4c81261bcdf13556abd4a958eca202. Commit 1a8d4c6ecb4c "PCI/MSI: Unmap MSI-X region on error" added an iounmapdev-msixbase on the error path of...

5.8AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80620

In the Linux kernel, the following vulnerability has been resolved: Revert "PCI/MSI: Unmap MSI-X region on error" This reverts commit 1a8d4c6ecb4c81261bcdf13556abd4a958eca202. Commit 1a8d4c6ecb4c "PCI/MSI: Unmap MSI-X region on error" added an iounmapdev-msixbase on the error path of...

5.8AI score0.00172EPSS
SaveExploits0
Rows per page
Query Builder