Linux

Linux

7352 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 13.01.2026 15:28:47
  • Zuletzt bearbeitet 19.01.2026 13:16:12

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fs_recover_fsync_data() With below scripts, it will trigger panic in f2fs: mkfs.f2fs -f /dev/vdd mount /dev/vdd /mnt/f2fs touch /mnt/f2fs/foo sync echo...

  • EPSS 0.02%
  • Veröffentlicht 13.01.2026 15:28:46
  • Zuletzt bearbeitet 19.01.2026 13:16:12

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Verify inode mode when loading from disk syzbot is reporting that S_IFMT bits of inode->i_mode can become bogus when the S_IFMT bits of the 16bits "mode" field loaded from...

  • EPSS 0.03%
  • Veröffentlicht 05.01.2026 09:44:13
  • Zuletzt bearbeitet 19.01.2026 13:16:12

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add() In mt7615_mcu_wtbl_sta_add(), an skb sskb is allocated. If the subsequent call to mt76_connac_mcu_alloc_wtbl_req() fails,...

  • EPSS 0.03%
  • Veröffentlicht 05.01.2026 09:44:13
  • Zuletzt bearbeitet 11.01.2026 17:15:58

In the Linux kernel, the following vulnerability has been resolved: irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc() If irq_domain_translate_twocell() sets "hwirq" to >= MCHP_EIC_NIRQ (2) then it results in an out of bounds access. The ...

  • EPSS 0.03%
  • Veröffentlicht 05.01.2026 09:44:12
  • Zuletzt bearbeitet 19.01.2026 13:16:12

In the Linux kernel, the following vulnerability has been resolved: NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags When a filesystem is being automounted, it needs to preserve the user-set superblock mount options, such as t...

  • EPSS 0.02%
  • Veröffentlicht 05.01.2026 09:32:35
  • Zuletzt bearbeitet 11.01.2026 17:15:58

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sg_nents_for_len The return value of sg_nents_for_len was assigned to an unsigned long in starfive_hash_digest, causing negative error...

  • EPSS 0.02%
  • Veröffentlicht 05.01.2026 09:32:34
  • Zuletzt bearbeitet 08.01.2026 18:09:49

In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when netconsole setup fails on devices with IFF_DISABLE_NETPOLL flag. The warning (at kernel/workqu...

  • EPSS 0.02%
  • Veröffentlicht 05.01.2026 09:32:33
  • Zuletzt bearbeitet 08.01.2026 18:09:49

In the Linux kernel, the following vulnerability has been resolved: hfs: fix potential use after free in hfs_correct_next_unused_CNID() This code calls hfs_bnode_put(node) which drops the refcount and then dreferences "node" on the next line. It's...

  • EPSS 0.03%
  • Veröffentlicht 05.01.2026 09:32:32
  • Zuletzt bearbeitet 19.01.2026 13:16:12

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() In rtl8180_init_rx_ring(), memory is allocated for skb packets and DMA allocations in a loop. When an allocation...

  • EPSS 0.02%
  • Veröffentlicht 05.01.2026 09:32:32
  • Zuletzt bearbeitet 08.01.2026 18:09:49

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show In iommu_mmio_write(), it validates the user-provided offset with the check: `iommu->dbg_mmio_offset > iommu->mmio_ph...