Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 23.12.2024 14:17:03

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain If nft_netdev_register_hooks() fails, the memory associated with nft_stats is not freed, causing a memory leak. This ...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 23.12.2025 00:40:57

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags.

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 18.09.2025 16:56:30

In the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When use_dma_api and premapped are true, then the do_unmap is false. Because the do_unmap is false, vring_unmap_extra_packed...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 18.09.2025 16:55:15

In the Linux kernel, the following vulnerability has been resolved: xen/evtchn: avoid WARN() when unbinding an event channel When unbinding a user event channel, the related handler might be called a last time in case the kernel was built with CONF...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 23.12.2024 14:25:40

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling path If devm_krealloc() fails, then 'efuse' is leaking. So free it to avoid a leak.

  • EPSS 0.03%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 18.09.2025 16:52:04

In the Linux kernel, the following vulnerability has been resolved: ovl: relax WARN_ON in ovl_verify_area() syzbot hit an assertion in copy up data loop which looks like it is the result of a lower file whose size is being changed underneath overla...

  • EPSS 0.14%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 08.04.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spi_transfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:33:28

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mmhub client id out-of-bounds access Properly handle cid 0x140.

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:33:10

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Use separate handlers for interrupts For PF to AF interrupt vector and VF to AF vector same interrupt handler is registered which is causing race condition. When two ...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:46:47

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt The loop inside nfs_netfs_issue_read() currently does not disable interrupts while iterating through pages in...