Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 22.09.2025 20:59:54

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Don't use DSISR for SLB faults Since commit 46ddcb3950a2 ("powerpc/mm: Show if a bad page fault on data is read or write.") we use page_fault_is_write(regs->dsisr) in ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xsk_unbind_dev() start...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:57

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegra_dsi_ganged_probe The reference taken by 'of_find_device_by_node()' must be released when not needed anymore. Add put_device() call to fix thi...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 21.10.2025 11:54:10

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xx_send_abort_all(), the n_elem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:57

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix OOB read when handling Post Cursor2 register The link_status array was not large enough to read the Adjust Request Post Cursor2 register, so remove the common helper fu...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 03.11.2025 20:15:58

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix memory leak during D3hot to D0 transition If 'vfio_pci_core_device::needs_pm_restore' is set (PCI device does not have No_Soft_Reset bit set in its PMCSR config regis...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:57
  • Zuletzt bearbeitet 23.09.2025 13:52:13

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt Fix the following kernel oops in btmtksdio_interrrupt [ 14.339134] btmtksdio_interrupt+0x28/0x54 [ 14.339139] pr...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:57
  • Zuletzt bearbeitet 01.10.2025 20:15:54

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: fix race between xmit and reset There is a race between reset and the transmit paths that can lead to ibmvnic_xmit() accessing an scrq after it has been freed in the reset...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:57
  • Zuletzt bearbeitet 22.09.2025 20:58:09

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: add missing NULL check in h5_enqueue Syzbot hit general protection fault in __pm_runtime_resume(). The problem was in missing NULL check. hu->serdev can be NU...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:57
  • Zuletzt bearbeitet 01.10.2025 20:15:55

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams [Why] The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 ...