Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 06.01.2025 17:15:40
  • Zuletzt bearbeitet 03.11.2025 18:15:43

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocate_one_folio() When we call btrfs_read_folio() to bring a folio uptodate, we unlock the folio. The result of that is that a differe...

  • EPSS 0.02%
  • Veröffentlicht 06.01.2025 17:15:40
  • Zuletzt bearbeitet 03.11.2025 21:18:27

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when COWing tree bock and tracing is enabled When a COWing a tree block, at btrfs_cow_block(), and we have the tracepoint trace_btrfs_cow_block() enabled ...

  • EPSS 0.01%
  • Veröffentlicht 02.01.2025 15:15:18
  • Zuletzt bearbeitet 01.10.2025 20:15:43

In the Linux kernel, the following vulnerability has been resolved: media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE I expect that the hardware will have limited this to 16, but just in case it hasn't, check for this corner case.

  • EPSS 0.01%
  • Veröffentlicht 29.12.2024 12:15:09
  • Zuletzt bearbeitet 03.11.2025 21:18:27

In the Linux kernel, the following vulnerability has been resolved: netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING In fscache_create_volume(), there is a missing memory barrier between the bit-clearing operation and the wake-up ope...

  • EPSS 0.02%
  • Veröffentlicht 29.12.2024 12:15:09
  • Zuletzt bearbeitet 03.11.2025 21:18:27

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but __nvme_alloc_hos...

  • EPSS 0.02%
  • Veröffentlicht 29.12.2024 12:15:08
  • Zuletzt bearbeitet 03.11.2025 21:18:25

In the Linux kernel, the following vulnerability has been resolved: fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem() When information such as info->screen_base is not ready, calling sh7760fb_free_mem() does not release memory cor...

  • EPSS 0.01%
  • Veröffentlicht 29.12.2024 12:15:08
  • Zuletzt bearbeitet 03.11.2025 21:18:26

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() Hook "qedi_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_fre...

  • EPSS 0.02%
  • Veröffentlicht 29.12.2024 12:15:08
  • Zuletzt bearbeitet 03.11.2025 21:18:26

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Hook "qed_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_free...

  • EPSS 0.02%
  • Veröffentlicht 29.12.2024 12:15:08
  • Zuletzt bearbeitet 01.10.2025 20:17:46

In the Linux kernel, the following vulnerability has been resolved: dlm: fix dlm_recover_members refcount on error If dlm_recover_members() fails we don't drop the references of the previous created root_list that holds and keep all rsbs alive duri...

  • EPSS 0.03%
  • Veröffentlicht 29.12.2024 12:15:08
  • Zuletzt bearbeitet 01.10.2025 20:17:47

In the Linux kernel, the following vulnerability has been resolved: erofs: fix blksize < PAGE_SIZE for file-backed mounts Adjust sb->s_blocksize{,_bits} directly for file-backed mounts when the fs block size is smaller than PAGE_SIZE. Previously, ...