Linux

Linux Kernel

14320 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 08.04.2025 15:03:23

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Don't advance iterator after restart due to yielding After dropping mmu_lock in the TDP MMU, restart the iterator during tdp_iter_next() and do not advance the iterat...

  • EPSS 0.02%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 07.01.2025 20:15:00

In the Linux kernel, the following vulnerability has been resolved: ipmi: ssif: initialize ssif_info->client early During probe ssif_info->client is dereferenced in error path. However, it is set when some of the error checking has already been don...

  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 18:15:07
  • Zuletzt bearbeitet 08.04.2025 15:03:08

In the Linux kernel, the following vulnerability has been resolved: ALSA: rawmidi - fix the uninitalized user_pversion The user_pversion was uninitialized for the user space file structure in the open function, because the file private structure us...

  • EPSS 0.01%
  • Veröffentlicht 04.03.2024 07:15:11
  • Zuletzt bearbeitet 04.11.2025 19:17:02

In the Linux kernel, the following vulnerability has been resolved: tomoyo: fix UAF write bug in tomoyo_write_control() Since tomoyo_write_control() updates head->write_buf when write() of long lines is requested, we need to fetch head->write_buf a...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:50
  • Zuletzt bearbeitet 16.01.2025 17:11:37

In the Linux kernel, the following vulnerability has been resolved: mm: huge_memory: don't force huge page alignment on 32 bit commit efa7df3e3bb5 ("mm: align larger anonymous mappings on THP boundaries") caused two issues [1] [2] reported on 32 bi...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 08.04.2025 15:08:55

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() In nilfs_gccache_submit_read_data(), brelse(bh) is called to drop the reference count of bh when the call t...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 11.12.2024 16:26:16

In the Linux kernel, the following vulnerability has been resolved: serial: 8250_port: Check IRQ data before use In case the leaf driver wants to use IRQ polling (irq = 0) and IIR register shows that an interrupt happened in the 8250 hardware the I...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 11.12.2024 16:23:49

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race The SGX EPC reclaimer (ksgxd) may reclaim the SECS EPC page for an enclave and set secs.epc_page to NULL. The SECS page ...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 19.06.2025 13:15:25

In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUG() after failure to insert delayed dir index item Instead of calling BUG() when we fail to insert a delayed dir index item into the delayed node's tree, we can jus...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 11.12.2024 15:21:44

In the Linux kernel, the following vulnerability has been resolved: vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() Inject fault while probing mdpy.ko, if kstrdup() of create_dir() fails in kobject_add_internal() in kobject_init_an...