Linux

Linux Kernel

12474 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:48
  • Zuletzt bearbeitet 01.10.2025 20:15:48

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks in l2cap_ecred_connect

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

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDP_TX or XDP_REDIRECT. When tx/rx ring buffer size is c...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:47
  • Zuletzt bearbeitet 23.09.2025 16:47:42

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempool_alloc() In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempool_all...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:47
  • Zuletzt bearbeitet 14.10.2025 20:04:11

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix potential crash on module unload The vmbus driver relies on the panic notifier infrastructure to perform some operations when a panic event is detected. Sin...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:47
  • Zuletzt bearbeitet 14.10.2025 20:03:35

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register() Initialize the device's dma_{mask,parms} pointers and the device's dma_mask value before invoking...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:00:47
  • Zuletzt bearbeitet 14.10.2025 20:01:42

In the Linux kernel, the following vulnerability has been resolved: virtio_console: eliminate anonymous module_init & module_exit Eliminate anonymous module_init() and module_exit(), which can lead to confusion or ambiguity when reading System.map,...

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

In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix possible memory leak in MMU DR fini This patch fixes what seems to be copy paste error. We will have a memory leak if the host-resident shadow is NULL (which will ...

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

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() [You don't often get email from xiongx18@fudan.edu.cn. Learn why this is important at http://aka.ms/LearnAboutSender...

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

In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_core: handle NULL result of find_service_by_handle In case of an invalid handle the function find_servive_by_handle returns NULL. So take care of this and avoid a NU...

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

In the Linux kernel, the following vulnerability has been resolved: staging: wfx: fix an error handling in wfx_init_common() One error handler of wfx_init_common() return without calling ieee80211_free_hw(hw), which may result in memory leak. And I...