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 24.05.2024 15:15:14
  • Zuletzt bearbeitet 24.09.2025 19:38:33

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr This buffer is currently allocated in hfi1_init(): if (reinit) ret = init_after_reset(dd); else ret = loadtime_init(dd); if (re...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:14
  • Zuletzt bearbeitet 24.09.2025 19:41:00

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: fix minor-number leak on probe errors Make sure to release the allocated minor number before returning on probe errors.

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:13
  • Zuletzt bearbeitet 21.11.2024 06:36:25

In the Linux kernel, the following vulnerability has been resolved: nfp: Fix memory leak in nfp_cpp_area_cache_add() In line 800 (#1), nfp_cpp_area_alloc() allocates and initializes a CPP area structure. But in line 807 (#2), when the cache is allo...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:13
  • Zuletzt bearbeitet 01.03.2025 02:33:14

In the Linux kernel, the following vulnerability has been resolved: ethtool: do not perform operations on net devices being unregistered There is a short period between a net device starts to be unregistered and when it is actually gone. In that ti...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:13
  • Zuletzt bearbeitet 21.11.2024 06:36:25

In the Linux kernel, the following vulnerability has been resolved: nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done The done() netlink callback nfc_genl_dump_ses_done() should check if received argument is non-NULL, because its allo...

  • EPSS 0.04%
  • Veröffentlicht 24.05.2024 15:15:13
  • Zuletzt bearbeitet 21.11.2024 06:36:25

In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_read_fifo: fix memory leak in error branch In m_can_read_fifo(), if the second call to m_can_fifo_read() fails, the function jump to the out_fail label and return...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 29.09.2025 17:11:02

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. #!/bin/sh for d in sda sdb; do mkfs.btr...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 29.09.2025 17:09:23

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix negative period/buffer sizes The period size calculation in OSS layer may receive a negative value as an error, but the code there assumes only the positive val...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 06.01.2025 20:44:28

In the Linux kernel, the following vulnerability has been resolved: net/sched: fq_pie: prevent dismantle issue For some reason, fq_pie_destroy() did not copy working code from pie_destroy() and other qdiscs, thus causing elusive bug. Before callin...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 21.11.2024 06:36:24

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering Avoid a memory leak if there is not a CPU port defined. Addresses-Coverity-ID: 1492897 ("Resource leak") Addresses-C...