Lucene search
+L

488743 matches found

CVE
CVE
added 2026/08/28 6:48 a.m.17 views

CVE-2026-80624

CVE-2026-80624 affects the Linux kernel 's mfd: cs42l43 driver. The root cause is a missing sanity check: the code verifies that a firmware was received but does not confirm that the firmware size exceeds the firmware header size. Because the firmware pointer is dereferenced as a pointer to the h...

5.9AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80624 mfd: cs42l43: Sanity check firmware size

In the Linux kernel, the following vulnerability has been resolved: mfd: cs42l43: Sanity check firmware size Currently the code checks if a firmware was received, however it does not verify that the firmware size is larger than the firmware header. As the firmware pointer is dereferenced as a...

5.9AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67500

In the Linux kernel, the following vulnerability has been resolved: mfd: cs42l43: Sanity check firmware size Currently the code checks if a firmware was received, however it does not verify that the firmware size is larger than the firmware header. As the firmware pointer is dereferenced as a...

5.9AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/28 6:48 a.m.20 views

CVE-2026-80623

CVE-2026-80623 affects the Linux kernel Coresight ETE (External Trace Extension) subsystem. System register ETMs and ETE state is unlikely to be preserved on CPU power down , yet no device-tree or ACPI binding existed to signal this behavior, so the save_state logic was never correctly configured...

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

CVE-2026-80623 coresight: ete: Always save state on power down

In the Linux kernel, the following vulnerability has been resolved: coresight: ete: Always save state on power down System register ETMs and ETE are unlikely to be preserved on CPU power down. The ETE DT binding also never documented "arm,coresight-loses-context-with-cpu" so nobody would have...

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

EUVD-2026-67499

In the Linux kernel, the following vulnerability has been resolved: coresight: ete: Always save state on power down System register ETMs and ETE are unlikely to be preserved on CPU power down. The ETE DT binding also never documented "arm,coresight-loses-context-with-cpu" so nobody would have...

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

CVE-2026-80623

In the Linux kernel, the following vulnerability has been resolved: coresight: ete: Always save state on power down System register ETMs and ETE are unlikely to be preserved on CPU power down. The ETE DT binding also never documented "arm,coresight-loses-context-with-cpu" so nobody would have...

5.8AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.14 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.8 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.7 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
CVE
CVE
added 2026/08/28 6:48 a.m.12 views

CVE-2026-80622

CVE-2026-80622 is a use-after-free and race condition in the Linux kernel's tlclk driver . Two defects contribute: the file_operations structure lacks the .owner field, permitting module unload while user-space processes still interact with the device; and tlclk_cleanup() frees alarm_events memor...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80622 char: tlclk: fix use-after-free in tlclk_cleanup()

In the Linux kernel, the following vulnerability has been resolved: char: tlclk: fix use-after-free in tlclkcleanup This patch improves the module cleanup process in the tlclk driver to prevent potential use-after-free and race conditions. Currently, the fileoperations structure does not specify...

7.8CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/28 6:48 a.m.10 views

EUVD-2026-67498

In the Linux kernel, the following vulnerability has been resolved: char: tlclk: fix use-after-free in tlclkcleanup This patch improves the module cleanup process in the tlclk driver to prevent potential use-after-free and race conditions. Currently, the fileoperations structure does not specify...

5.8AI score0.00125EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.33 views

CVE-2026-80622 char: tlclk: fix use-after-free in tlclk_cleanup()

In the Linux kernel, the following vulnerability has been resolved: char: tlclk: fix use-after-free in tlclkcleanup This patch improves the module cleanup process in the tlclk driver to prevent potential use-after-free and race conditions. Currently, the fileoperations structure does not specify...

7.8CVSS0.00125EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.7 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
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80622

In the Linux kernel, the following vulnerability has been resolved: char: tlclk: fix use-after-free in tlclkcleanup This patch improves the module cleanup process in the tlclk driver to prevent potential use-after-free and race conditions. Currently, the fileoperations structure does not specify...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.10 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.6 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.9 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
EUVD
EUVD
added 2026/08/28 6:48 a.m.7 views

EUVD-2026-67496

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
SaveExploits0References6
Rows per page
Query Builder